Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dparse-branch-options.c34 BRANCH_OPT("stack", PERF_SAMPLE_BRANCH_CALL_STACK),
H A Devsel.h389 return evsel->core.attr.branch_sample_type & PERF_SAMPLE_BRANCH_CALL_STACK; in evsel__has_branch_callstack()
H A Devsel.c810 PERF_SAMPLE_BRANCH_CALL_STACK | in __evsel__config_callchain()
863 PERF_SAMPLE_BRANCH_CALL_STACK | in perf_evsel__reset_callgraph()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dget_stackid_cannot_attach.c17 PERF_SAMPLE_BRANCH_CALL_STACK, in test_get_stackid_cannot_attach()
H A Dperf_event_stackmap.c65 PERF_SAMPLE_BRANCH_CALL_STACK, in test_perf_event_stackmap()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dperf_event.h204 PERF_SAMPLE_BRANCH_CALL_STACK = 1U << PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dperf_event.h200 PERF_SAMPLE_BRANCH_CALL_STACK = 1U << PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dperf_event.h200 PERF_SAMPLE_BRANCH_CALL_STACK = 1U << PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dperf_event.h204 PERF_SAMPLE_BRANCH_CALL_STACK = 1U << PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT, enumerator
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dlbr.c1062 if (br_type & PERF_SAMPLE_BRANCH_CALL_STACK) { in intel_pmu_setup_sw_lbr_filter()
/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dcore.c579 if (event->attr.branch_sample_type & PERF_SAMPLE_BRANCH_CALL_STACK) in x86_pmu_hw_config()