Home
last modified time | relevance | path

Searched refs:CALLSTACK_VALID (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/tests/ktrace/
H A Dkperf_backtracing_tests.c16 #define CALLSTACK_VALID 0x1 macro
519 T_EXPECT_BITS_SET(tp->arg1, CALLSTACK_VALID,
574 T_EXPECT_BITS_SET(tp->arg1, CALLSTACK_VALID,
637 if (tp->arg1 & CALLSTACK_VALID && tp->arg2 > 0) {
/xnu-11215/osfmk/kperf/
H A Dcallstack.h37 #define CALLSTACK_VALID (1U << 0) macro
H A Dcallstack.c204 cs->kpkc_flags = CALLSTACK_CONTINUATION | CALLSTACK_VALID | CALLSTACK_KERNEL; in kperf_continuation_sample()
234 cs->kpkc_flags |= CALLSTACK_VALID; in kperf_backtrace_sample()
310 cs->kpkc_flags |= CALLSTACK_VALID; in kperf_kcallstack_sample()
312 cs->kpkc_flags |= CALLSTACK_VALID; in kperf_kcallstack_sample()
319 if (!(cs->kpkc_flags & CALLSTACK_VALID)) { in kperf_kcallstack_sample()
357 cs->kpuc_flags |= CALLSTACK_VALID; in kperf_ucallstack_sample()
474 __block unsigned int flags = CALLSTACK_VALID; in kperf_excallstack_log()