Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dperf_event.h180 PERF_SAMPLE_BRANCH_ANY_CALL = 1U << PERF_SAMPLE_BRANCH_ANY_CALL_SHIFT, enumerator
/linux-4.1.27/arch/powerpc/perf/
Dpower8-pmu.c679 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_CALL) { in power8_bhrb_filter_map()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c496 if (br_type & PERF_SAMPLE_BRANCH_ANY_CALL) in intel_pmu_setup_sw_lbr_filter()
/linux-4.1.27/tools/perf/
Dbuiltin-record.c587 BRANCH_OPT("any_call", PERF_SAMPLE_BRANCH_ANY_CALL),