Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_NO_CYCLES (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dparse-branch-options.c34 BRANCH_OPT("no_cycles", PERF_SAMPLE_BRANCH_NO_CYCLES),
H A Devsel.c868 PERF_SAMPLE_BRANCH_NO_CYCLES | in __evsel__config_callchain()
1854 PERF_SAMPLE_BRANCH_NO_CYCLES); in evsel__disable_missing_features()
1975 (PERF_SAMPLE_BRANCH_NO_CYCLES | in evsel__detect_missing_features()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dget_stackid_cannot_attach.c16 PERF_SAMPLE_BRANCH_NO_CYCLES | in test_get_stackid_cannot_attach()
H A Dperf_event_stackmap.c64 PERF_SAMPLE_BRANCH_NO_CYCLES | in test_perf_event_stackmap()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h229 PERF_SAMPLE_BRANCH_NO_CYCLES = 1U << PERF_SAMPLE_BRANCH_NO_CYCLES_SHIFT, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h229 PERF_SAMPLE_BRANCH_NO_CYCLES = 1U << PERF_SAMPLE_BRANCH_NO_CYCLES_SHIFT, enumerator
/openbmc/linux/include/linux/
H A Dperf_event.h1129 return event->attr.branch_sample_type & PERF_SAMPLE_BRANCH_NO_CYCLES; in branch_sample_no_cycles()
/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c1060 if ((br_type & PERF_SAMPLE_BRANCH_NO_CYCLES) && in intel_pmu_setup_hw_lbr_filter()