[profiler] Use mono_cpu_count () from utils/proclib.
[mono-project.git] / CODEOWNERS
blobc9f0245f852540243653cc9b293c9ab8179efcf9
1 # Mono Code Owners File
3 # GitHub uses this file to determine who to ping for reviews on pull requests.
4 # If you're the primary maintainer of an area of Mono and you don't mind
5 # reviewing pull requests, please add yourself to this file. You may want to
6 # avoid adding entries for commonly changed or automatically generated files
7 # (e.g. stuff in external/, or various generated *.csproj files) so as not to
8 # get spammed with emails.
10 # Note that if two patterns match a file, the later pattern takes precedence.
12 # Please keep this file alphabetically sorted.
14 # Reference:
16 # https://github.com/blog/2392-introducing-code-owners
17 # https://help.github.com/articles/about-codeowners
19 acceptance-tests/* @akoeplinger
20 acceptance-tests/profiler-stress @alexrp
21 docs/sources/mono-api-profiler.html @alexrp
22 man/mprof-report.1 @alexrp
23 mcs/class/Mono.Options @jonpryor
24 mcs/class/Mono.Profiler.Log @alexrp
25 mono/metadata/profiler* @alexrp
26 mono/profiler @alexrp
27 mono/utils/atomic* @alexrp
28 mono/utils/mono-hwcap* @alexrp
29 mono/utils/mono-mem* @alexrp
30 msvc/*profiler* @alexrp
31 packaging/Windows @akoeplinger
32 samples/profiler @alexrp
33 samples/size @alexrp
34 scripts/ci/run-jenkins.sh @akoeplinger
35 scripts/ci/run-test-acceptance-tests.sh @akoeplinger
36 scripts/ci/run-test-default.sh @akoeplinger
37 scripts/ci/run-test-profiler-stress-tests.sh @alexrp
38 scripts/ci/util.sh @akoeplinger