Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dparse-branch-options.c35 BRANCH_OPT("save_type", PERF_SAMPLE_BRANCH_TYPE_SAVE),
/openbmc/linux/arch/x86/events/amd/
H A Dlbr.c285 if (br_type & PERF_SAMPLE_BRANCH_TYPE_SAVE) in amd_pmu_lbr_setup_filter()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h231 PERF_SAMPLE_BRANCH_TYPE_SAVE = enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h231 PERF_SAMPLE_BRANCH_TYPE_SAVE = enumerator
/openbmc/linux/include/linux/
H A Dperf_event.h1134 return event->attr.branch_sample_type & PERF_SAMPLE_BRANCH_TYPE_SAVE; in branch_sample_type()
/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c1000 if (br_type & PERF_SAMPLE_BRANCH_TYPE_SAVE) in intel_pmu_setup_sw_lbr_filter()