Home
last modified time | relevance | path

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

/xnu-8792.41.9/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()
/xnu-8792.41.9/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-8792.41.9/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-8792.41.9/tests/ktrace/
H A Dkpc_tests.c62 ret = proc_pid_rusage(getpid(), RUSAGE_INFO_V4, (rusage_info_t *)&pre_ru); in start_kpc()
544 (rusage_info_t *)&post_ru);
H A Dkdebug_tests.c1773 error = proc_pid_rusage(pid, RUSAGE_INFO_V4, (rusage_info_t)rusage);
/xnu-8792.41.9/bsd/sys/
H A Dresource.h224 typedef void *rusage_info_t; typedef