Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dperf_event_stackmap.c65 PERF_SAMPLE_BRANCH_CALL_STACK, in test_perf_event_stackmap()
H A Dget_stackid_cannot_attach.c17 PERF_SAMPLE_BRANCH_CALL_STACK, in test_get_stackid_cannot_attach()
/linux/tools/perf/util/
H A Dparse-branch-options.c36 BRANCH_OPT("stack", PERF_SAMPLE_BRANCH_CALL_STACK),
H A Devsel.h535 return evsel->core.attr.branch_sample_type & PERF_SAMPLE_BRANCH_CALL_STACK; in evsel__has_branch_callstack()
H A Devsel.c884 PERF_SAMPLE_BRANCH_CALL_STACK | in __evsel__config_callchain()
936 PERF_SAMPLE_BRANCH_CALL_STACK | in evsel__reset_callgraph()
/linux/include/uapi/linux/
H A Dperf_event.h226 PERF_SAMPLE_BRANCH_CALL_STACK = 1U << PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h226 PERF_SAMPLE_BRANCH_CALL_STACK = 1U << PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT, enumerator
/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c234 .branch_sample_type = PERF_SAMPLE_BRANCH_CALL_STACK | in intel_pmu_create_guest_lbr_event()
/linux/include/linux/
H A Dperf_event.h1179 return event->attr.branch_sample_type & PERF_SAMPLE_BRANCH_CALL_STACK; in branch_sample_call_stack()
/linux/arch/x86/events/intel/
H A Dlbr.c1063 if (br_type & PERF_SAMPLE_BRANCH_CALL_STACK) { in intel_pmu_setup_sw_lbr_filter()