Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dparse-branch-options.c36 BRANCH_OPT("stack", PERF_SAMPLE_BRANCH_CALL_STACK),
H A Devsel.h494 return evsel->core.attr.branch_sample_type & PERF_SAMPLE_BRANCH_CALL_STACK; in evsel__has_branch_callstack()
H A Devsel.c867 PERF_SAMPLE_BRANCH_CALL_STACK | in __evsel__config_callchain()
919 PERF_SAMPLE_BRANCH_CALL_STACK | in evsel__reset_callgraph()
/openbmc/linux/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()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h224 PERF_SAMPLE_BRANCH_CALL_STACK = 1U << PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h224 PERF_SAMPLE_BRANCH_CALL_STACK = 1U << PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT, enumerator
/openbmc/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c284 .branch_sample_type = PERF_SAMPLE_BRANCH_CALL_STACK | in intel_pmu_create_guest_lbr_event()
/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c985 if (br_type & PERF_SAMPLE_BRANCH_CALL_STACK) { in intel_pmu_setup_sw_lbr_filter()
/openbmc/linux/arch/x86/events/
H A Dcore.c604 if (event->attr.branch_sample_type & PERF_SAMPLE_BRANCH_CALL_STACK) in x86_pmu_hw_config()