Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kperf/
H A Daction.h137 int kperf_action_get_filter(unsigned int actionid, int *pid_out);
H A Daction.c718 kperf_action_get_filter(unsigned actionid, int *pid_out) in kperf_action_get_filter() argument
725 *pid_out = -1; /* "NULL" action */ in kperf_action_get_filter()
727 *pid_out = actionv[actionid - 1].pid_filter; in kperf_action_get_filter()