Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dparse-branch-options.c33 BRANCH_OPT("no_flags", PERF_SAMPLE_BRANCH_NO_FLAGS),
H A Devsel.c869 PERF_SAMPLE_BRANCH_NO_FLAGS | in __evsel__config_callchain()
1853 evsel->core.attr.branch_sample_type &= ~(PERF_SAMPLE_BRANCH_NO_FLAGS | in evsel__disable_missing_features()
1976 PERF_SAMPLE_BRANCH_NO_FLAGS))) { in evsel__detect_missing_features()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dget_stackid_cannot_attach.c15 PERF_SAMPLE_BRANCH_NO_FLAGS | in test_get_stackid_cannot_attach()
H A Dperf_event_stackmap.c63 PERF_SAMPLE_BRANCH_NO_FLAGS | in test_perf_event_stackmap()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h228 PERF_SAMPLE_BRANCH_NO_FLAGS = 1U << PERF_SAMPLE_BRANCH_NO_FLAGS_SHIFT, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h228 PERF_SAMPLE_BRANCH_NO_FLAGS = 1U << PERF_SAMPLE_BRANCH_NO_FLAGS_SHIFT, enumerator
/openbmc/linux/include/linux/
H A Dperf_event.h1124 return event->attr.branch_sample_type & PERF_SAMPLE_BRANCH_NO_FLAGS; in branch_sample_no_flags()
/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c1061 (br_type & PERF_SAMPLE_BRANCH_NO_FLAGS) && in intel_pmu_setup_hw_lbr_filter()