Searched refs:rusage_info_t (Results 1 – 9 of 9) sorted by relevance
| /xnu-8792.41.9/tests/ |
| H A D | phys_footprint_interval_max.c | 50 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 D | get_shared_cache_address.c | 26 if (proc_pid_rusage(getpid(), RUSAGE_INFO_V5, (rusage_info_t *)&ru) != 0) { in main()
|
| /xnu-8792.41.9/libsyscall/wrappers/libproc/ |
| H A D | libproc.h | 111 int proc_pid_rusage(int pid, int flavor, rusage_info_t *buffer) __OSX_AVAILABLE_STARTING(__MAC_10_9…
|
| H A D | libproc.c | 138 proc_pid_rusage(int pid, int flavor, rusage_info_t *buffer) in proc_pid_rusage()
|
| /xnu-8792.41.9/tests/recount/ |
| H A D | recount_perf_tests.c | 201 (rusage_info_t *)&before); in proc_pid_rusage_usage() 203 (rusage_info_t *)&after); in proc_pid_rusage_usage()
|
| H A D | recount_tests.c | 177 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 D | kpc_tests.c | 62 ret = proc_pid_rusage(getpid(), RUSAGE_INFO_V4, (rusage_info_t *)&pre_ru); in start_kpc() 544 (rusage_info_t *)&post_ru);
|
| H A D | kdebug_tests.c | 1773 error = proc_pid_rusage(pid, RUSAGE_INFO_V4, (rusage_info_t)rusage);
|
| /xnu-8792.41.9/bsd/sys/ |
| H A D | resource.h | 224 typedef void *rusage_info_t; typedef
|