Searched refs:perf_level (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.1.10/tests/recount/ |
| H A D | recount_tests.c | 398 struct proc_threadcounts_data *after, const char *perf_level) in _proc_pidthreadcounts_increasing() argument 402 "energy = %llu", name, perf_level, before->ptcd_user_time_mach, in _proc_pidthreadcounts_increasing() 406 "energy = %llu", name, perf_level, after->ptcd_user_time_mach, in _proc_pidthreadcounts_increasing() 411 "%s user time should be non-zero", perf_level); in _proc_pidthreadcounts_increasing() 413 "%s system time should be non-zero", perf_level); in _proc_pidthreadcounts_increasing() 415 "%s instructions should be non-zero", perf_level); in _proc_pidthreadcounts_increasing() 417 "%s cycles should be non-zero", perf_level); in _proc_pidthreadcounts_increasing() 420 "%s user time should increase", perf_level); in _proc_pidthreadcounts_increasing() 422 "%s system time should increase", perf_level); in _proc_pidthreadcounts_increasing() 424 "%s instructions should increase", perf_level); in _proc_pidthreadcounts_increasing() [all …]
|
| H A D | recount_test_utils.h | 41 const char *perf_level_name(unsigned int perf_level);
|
| H A D | recount_test_utils.c | 115 perf_level_name(unsigned int perf_level) in perf_level_name() argument 117 return _perf_level_names()[perf_level]; in perf_level_name()
|