Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dget_stackid_cannot_attach.c17 PERF_SAMPLE_BRANCH_CALL_STACK, in test_get_stackid_cannot_attach()
Dperf_event_stackmap.c65 PERF_SAMPLE_BRANCH_CALL_STACK, in test_perf_event_stackmap()
/linux-6.6.21/tools/perf/util/
Dparse-branch-options.c36 BRANCH_OPT("stack", PERF_SAMPLE_BRANCH_CALL_STACK),
Devsel.h494 return evsel->core.attr.branch_sample_type & PERF_SAMPLE_BRANCH_CALL_STACK; in evsel__has_branch_callstack()
Devsel.c867 PERF_SAMPLE_BRANCH_CALL_STACK | in __evsel__config_callchain()
919 PERF_SAMPLE_BRANCH_CALL_STACK | in evsel__reset_callgraph()
/linux-6.6.21/include/uapi/linux/
Dperf_event.h224 PERF_SAMPLE_BRANCH_CALL_STACK = 1U << PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT, enumerator
/linux-6.6.21/tools/include/uapi/linux/
Dperf_event.h224 PERF_SAMPLE_BRANCH_CALL_STACK = 1U << PERF_SAMPLE_BRANCH_CALL_STACK_SHIFT, enumerator
/linux-6.6.21/arch/x86/kvm/vmx/
Dpmu_intel.c284 .branch_sample_type = PERF_SAMPLE_BRANCH_CALL_STACK | in intel_pmu_create_guest_lbr_event()
/linux-6.6.21/arch/x86/events/intel/
Dlbr.c985 if (br_type & PERF_SAMPLE_BRANCH_CALL_STACK) { in intel_pmu_setup_sw_lbr_filter()
/linux-6.6.21/arch/x86/events/
Dcore.c604 if (event->attr.branch_sample_type & PERF_SAMPLE_BRANCH_CALL_STACK) in x86_pmu_hw_config()