Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kperf/
H A Dkperf.c151 uint32_t action_samplers; in kperf_kernel_configure() local
159 action_samplers = (uint32_t)strtouq(config, &end, 0); in kperf_kernel_configure()
166 kperf_action_set_samplers(pairs, action_samplers); in kperf_kernel_configure()
/xnu-8020.121.3/tools/lldbmacros/
H A Dktrace.py316 action_samplers = []
321 action_samplers.append(unsigned(action.sample))
355 'kperf_actions_sampler': action_samplers,