Home
last modified time | relevance | path

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

/external/strace/xlat/
Dperf_branch_sample_type.h83 #if defined(PERF_SAMPLE_BRANCH_CALL_STACK) || (defined(HAVE_DECL_PERF_SAMPLE_BRANCH_CALL_STACK) && …
85 static_assert((PERF_SAMPLE_BRANCH_CALL_STACK) == (1 << 11), "PERF_SAMPLE_BRANCH_CALL_STACK != 1 << …
88 # define PERF_SAMPLE_BRANCH_CALL_STACK 1 << 11
147 XLAT(PERF_SAMPLE_BRANCH_CALL_STACK),
Dperf_branch_sample_type.in12 PERF_SAMPLE_BRANCH_CALL_STACK 1 << 11
/external/kernel-headers/original/uapi/linux/
Dperf_event.h208 PERF_SAMPLE_BRANCH_CALL_STACK = 1U << PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT, enumerator