Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dparse-branch-options.c25 BRANCH_OPT("ind_call", PERF_SAMPLE_BRANCH_IND_CALL),
/Linux-v4.19/arch/powerpc/perf/
Dpower8-pmu.c229 if (branch_sample_type & PERF_SAMPLE_BRANCH_IND_CALL) in power8_bhrb_filter_map()
Dpower9-pmu.c294 if (branch_sample_type & PERF_SAMPLE_BRANCH_IND_CALL) in power9_bhrb_filter_map()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h194 PERF_SAMPLE_BRANCH_IND_CALL = 1U << PERF_SAMPLE_BRANCH_IND_CALL_SHIFT, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h194 PERF_SAMPLE_BRANCH_IND_CALL = 1U << PERF_SAMPLE_BRANCH_IND_CALL_SHIFT, enumerator
/Linux-v4.19/arch/x86/events/intel/
Dlbr.c699 if (br_type & PERF_SAMPLE_BRANCH_IND_CALL) in intel_pmu_setup_sw_lbr_filter()