Home
last modified time | relevance | path

Searched refs:rusage_info_t (Results 1 – 12 of 12) sorted by relevance

/xnu-12377.41.6/tests/
H A Dphys_footprint_interval_max.c50 ret = proc_pid_rusage(getpid(), RUSAGE_INFO_V4, (rusage_info_t *)&ru);
62 ret = proc_pid_rusage(getpid(), RUSAGE_INFO_V4, (rusage_info_t *)&ru);
70 ret = proc_pid_rusage(getpid(), RUSAGE_INFO_V4, (rusage_info_t *)&ru);
79 ret = proc_pid_rusage(getpid(), RUSAGE_INFO_V4, (rusage_info_t *)&ru);
90 ret = proc_pid_rusage(getpid(), RUSAGE_INFO_V4, (rusage_info_t *)&ru);
H A Dget_shared_cache_address.c26 if (proc_pid_rusage(getpid(), RUSAGE_INFO_V5, (rusage_info_t *)&ru) != 0) { in main()
H A Drunaway_mitigation.c553 int rv = proc_pid_rusage(getpid(), RUSAGE_INFO_V6, (rusage_info_t *)&ru);
/xnu-12377.41.6/tests/vm/
H A Dneural_footprint.c281 ret = proc_pid_rusage(getpid(), RUSAGE_INFO_V6, (rusage_info_t *)&ru); in check_phys_footprint_rusage()
295 ret = proc_pid_rusage(getpid(), RUSAGE_INFO_V6, (rusage_info_t *)&ru); in check_phys_footprint_rusage_after()
362 ret = proc_pid_rusage(getpid(), RUSAGE_INFO_V6, (rusage_info_t *)&ru); in reset_max_interval()
668 ret = proc_pid_rusage(getpid(), RUSAGE_INFO_V6, (rusage_info_t *)&ru);
859 ret = proc_pid_rusage(getpid(), RUSAGE_INFO_V6, (rusage_info_t *)&ru);
/xnu-12377.41.6/libsyscall/wrappers/libproc/
H A Dlibproc.h111 int proc_pid_rusage(int pid, int flavor, rusage_info_t *buffer) __OSX_AVAILABLE_STARTING(__MAC_10_9…
H A Dlibproc.c138 proc_pid_rusage(int pid, int flavor, rusage_info_t *buffer) in proc_pid_rusage()
/xnu-12377.41.6/tests/recount/
H A Drecount_perf_tests.c201 (rusage_info_t *)&before); in proc_pid_rusage_usage()
203 (rusage_info_t *)&after); in proc_pid_rusage_usage()
H A Drecount_tests.c177 int ret = proc_pid_rusage(pid, RUSAGE_INFO_V6, (rusage_info_t *)info); in _get_proc_pid_rusage()
/xnu-12377.41.6/tests/cpu_counters/
H A Dkpc_tests.c71 ret = proc_pid_rusage(getpid(), RUSAGE_INFO_V4, (rusage_info_t *)&pre_ru); in start_kpc()
591 (rusage_info_t *)&post_ru);
/xnu-12377.41.6/bsd/sys/
H A Dresource.h206 typedef void *rusage_info_t; typedef
/xnu-12377.41.6/tests/sched/
H A Dsetitimer.c363 rv = proc_pid_rusage(getpid(), RUSAGE_INFO_V6, (rusage_info_t *)&ru);
/xnu-12377.41.6/tests/ktrace/
H A Dkdebug_tests.c1806 error = proc_pid_rusage(pid, RUSAGE_INFO_V4, (rusage_info_t)rusage);