Home
last modified time | relevance | path

Searched refs:samplers (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.1.9/san/tools/
H A Dkstksz62 local samplers = {}
64 table.insert(samplers, 'kstack')
68 table.insert(samplers, 'ustack')
76 self.kperf_session:add_kdebug_sampler({'D0x01ad0000'}, samplers)
/xnu-12377.1.9/osfmk/kperf/
H A Daction.c644 kperf_action_set_samplers(unsigned actionid, uint32_t samplers) in kperf_action_set_samplers() argument
652 if ((samplers & SAMPLER_PMC_THREAD) && (samplers & SAMPLER_PMC_CPU)) { in kperf_action_set_samplers()
656 actionv[actionid - 1].sample = samplers; in kperf_action_set_samplers()
H A Daction.h125 int kperf_action_set_samplers(unsigned int actionid, uint32_t samplers);
H A Dkperfbsd.c637 SYSCTL_PROC(_kperf_action, OID_AUTO, samplers,
/xnu-12377.1.9/tools/lldbmacros/
H A Dktrace.py182 samplers = xnudefines.GetStateString(xnudefines.kperf_samplers_strings, action.sample)
184 '-' if action.pid_filter < 0 else str(action.pid_filter), action.userdata, samplers)
/xnu-12377.1.9/tests/ktrace/
H A Dkperf_tests.c96 configure_kperf_timer_samplers(uint64_t period_ns, uint32_t samplers) in configure_kperf_timer_samplers() argument
102 T_ASSERT_POSIX_SUCCESS(kperf_action_samplers_set(1, samplers), in configure_kperf_timer_samplers()