Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dperf_event_stackmap.c63 PERF_SAMPLE_BRANCH_NO_FLAGS | in test_perf_event_stackmap()
H A Dget_stackid_cannot_attach.c15 PERF_SAMPLE_BRANCH_NO_FLAGS | in test_get_stackid_cannot_attach()
/linux/tools/perf/util/
H A Dparse-branch-options.c33 BRANCH_OPT("no_flags", PERF_SAMPLE_BRANCH_NO_FLAGS),
H A Devsel.c1024 PERF_SAMPLE_BRANCH_NO_FLAGS | in __evsel__config_callchain()
2126 evsel->core.attr.branch_sample_type &= ~(PERF_SAMPLE_BRANCH_NO_FLAGS | in evsel__disable_missing_features()
2276 attr.branch_sample_type = PERF_SAMPLE_BRANCH_NO_CYCLES | PERF_SAMPLE_BRANCH_NO_FLAGS; in evsel__detect_missing_brstack_features()
2520 if ((evsel->core.attr.branch_sample_type & (PERF_SAMPLE_BRANCH_NO_FLAGS | in evsel__detect_missing_features()
/linux/tools/include/uapi/linux/
H A Dperf_event.h230 PERF_SAMPLE_BRANCH_NO_FLAGS = 1U << PERF_SAMPLE_BRANCH_NO_FLAGS_SHIFT, enumerator
/linux/arch/x86/events/intel/
H A Dlbr.c1139 (br_type & PERF_SAMPLE_BRANCH_NO_FLAGS) && in intel_pmu_setup_hw_lbr_filter()