Home
last modified time | relevance | path

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

/arch/powerpc/perf/
A Dpower8-pmu.c217 static u64 power8_bhrb_filter_map(u64 branch_sample_type) in power8_bhrb_filter_map() argument
229 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY) in power8_bhrb_filter_map()
233 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in power8_bhrb_filter_map()
236 if (branch_sample_type & PERF_SAMPLE_BRANCH_IND_CALL) in power8_bhrb_filter_map()
239 if (branch_sample_type & PERF_SAMPLE_BRANCH_CALL) in power8_bhrb_filter_map()
242 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_CALL) { in power8_bhrb_filter_map()
A Dpower9-pmu.c288 static u64 power9_bhrb_filter_map(u64 branch_sample_type) in power9_bhrb_filter_map() argument
300 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY) in power9_bhrb_filter_map()
304 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in power9_bhrb_filter_map()
307 if (branch_sample_type & PERF_SAMPLE_BRANCH_IND_CALL) in power9_bhrb_filter_map()
310 if (branch_sample_type & PERF_SAMPLE_BRANCH_CALL) in power9_bhrb_filter_map()
313 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_CALL) { in power9_bhrb_filter_map()
A Dpower10-pmu.c302 static u64 power10_bhrb_filter_map(u64 branch_sample_type) in power10_bhrb_filter_map() argument
314 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY) in power10_bhrb_filter_map()
318 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in power10_bhrb_filter_map()
321 if (branch_sample_type & PERF_SAMPLE_BRANCH_IND_CALL) { in power10_bhrb_filter_map()
326 if (branch_sample_type & PERF_SAMPLE_BRANCH_COND) { in power10_bhrb_filter_map()
331 if (branch_sample_type & PERF_SAMPLE_BRANCH_CALL) in power10_bhrb_filter_map()
334 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_CALL) { in power10_bhrb_filter_map()
A Dcore-book3s.c1683 event->attr.branch_sample_type); in power_pmu_add()
2142 if (hweight64(event->attr.branch_sample_type & ~PERF_SAMPLE_BRANCH_PLM_ALL) > 1) { in power_pmu_event_init()
2149 event->attr.branch_sample_type); in power_pmu_event_init()
/arch/x86/events/amd/
A Dbrs.c83 u64 type = event->attr.branch_sample_type; in amd_brs_setup_filter()
264 int type = event->attr.branch_sample_type; in amd_brs_match_plm()
A Dlbr.c249 u64 br_type = event->attr.branch_sample_type; in amd_pmu_lbr_setup_filter()
/arch/powerpc/include/asm/
A Dperf_event_server.h49 u64 (*bhrb_filter_map)(u64 branch_sample_type);
/arch/x86/events/intel/
A Dlbr.c1037 u64 br_type = event->attr.branch_sample_type; in intel_pmu_setup_sw_lbr_filter()
1106 u64 br_type = event->attr.branch_sample_type; in intel_pmu_setup_hw_lbr_filter()
A Dcore.c4308 if (0 == (event->attr.branch_sample_type & in intel_pmu_hw_config()
/arch/x86/kvm/vmx/
A Dpmu_intel.c273 .branch_sample_type = PERF_SAMPLE_BRANCH_CALL_STACK | in intel_pmu_create_guest_lbr_event()
/arch/x86/events/
A Dcore.c535 u64 m = event->attr.branch_sample_type; in precise_br_compat()
592 u64 *br_type = &event->attr.branch_sample_type; in x86_pmu_hw_config()

Completed in 45 milliseconds