Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_ANY_CALL (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dparse-branch-options.c22 BRANCH_OPT("any_call", PERF_SAMPLE_BRANCH_ANY_CALL),
/linux-4.4.14/include/uapi/linux/
Dperf_event.h183 PERF_SAMPLE_BRANCH_ANY_CALL = 1U << PERF_SAMPLE_BRANCH_ANY_CALL_SHIFT, enumerator
/linux-4.4.14/arch/powerpc/perf/
Dpower8-pmu.c682 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_CALL) { in power8_bhrb_filter_map()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c527 if (br_type & PERF_SAMPLE_BRANCH_ANY_CALL) in intel_pmu_setup_sw_lbr_filter()