Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dparse-branch-options.c31 BRANCH_OPT("call", PERF_SAMPLE_BRANCH_CALL),
/Linux-v4.19/arch/powerpc/perf/
Dpower8-pmu.c232 if (branch_sample_type & PERF_SAMPLE_BRANCH_CALL) in power8_bhrb_filter_map()
Dpower9-pmu.c297 if (branch_sample_type & PERF_SAMPLE_BRANCH_CALL) in power9_bhrb_filter_map()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h202 PERF_SAMPLE_BRANCH_CALL = 1U << PERF_SAMPLE_BRANCH_CALL_SHIFT, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h202 PERF_SAMPLE_BRANCH_CALL = 1U << PERF_SAMPLE_BRANCH_CALL_SHIFT, enumerator
/Linux-v4.19/arch/x86/events/intel/
Dlbr.c726 if (br_type & PERF_SAMPLE_BRANCH_CALL) in intel_pmu_setup_sw_lbr_filter()