Home
last modified time | relevance | path

Searched refs:branch_sample_type (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/perf/
Dpower8-pmu.c657 static u64 power8_bhrb_filter_map(u64 branch_sample_type) in power8_bhrb_filter_map() argument
669 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY) in power8_bhrb_filter_map()
673 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in power8_bhrb_filter_map()
676 if (branch_sample_type & PERF_SAMPLE_BRANCH_IND_CALL) in power8_bhrb_filter_map()
679 if (branch_sample_type & PERF_SAMPLE_BRANCH_CALL) in power8_bhrb_filter_map()
682 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_CALL) { in power8_bhrb_filter_map()
Dcore-book3s.c1493 event->attr.branch_sample_type); in power_pmu_add()
1900 event->attr.branch_sample_type); in power_pmu_event_init()
/arch/powerpc/include/asm/
Dperf_event_server.h41 u64 (*bhrb_filter_map)(u64 branch_sample_type);
/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c518 u64 br_type = event->attr.branch_sample_type; in intel_pmu_setup_sw_lbr_filter()
583 u64 br_type = event->attr.branch_sample_type; in intel_pmu_setup_hw_lbr_filter()
Dperf_event.c457 u64 m = event->attr.branch_sample_type; in precise_br_compat()
501 u64 *br_type = &event->attr.branch_sample_type; in x86_pmu_hw_config()
527 if (event->attr.branch_sample_type & PERF_SAMPLE_BRANCH_CALL_STACK) in x86_pmu_hw_config()