Home
last modified time | relevance | path

Searched refs:pid_out (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.41.3/osfmk/kperf/
H A Daction.h137 int kperf_action_get_filter(unsigned int actionid, int *pid_out);
H A Daction.c719 kperf_action_get_filter(unsigned actionid, int *pid_out) in kperf_action_get_filter() argument
726 *pid_out = -1; /* "NULL" action */ in kperf_action_get_filter()
728 *pid_out = actionv[actionid - 1].pid_filter; in kperf_action_get_filter()