Home
last modified time | relevance | path

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

/xnu-12377.1.9/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-12377.1.9/tools/lldbmacros/
H A Dktrace.py311 action_samplers = []
316 action_samplers.append(unsigned(action.sample))
350 'kperf_actions_sampler': action_samplers,