Searched refs:br_type (Results 1 – 5 of 5) sorted by relevance
249 u64 br_type = event->attr.branch_sample_type; in amd_pmu_lbr_setup_filter() local 257 if (br_type & PERF_SAMPLE_BRANCH_USER) in amd_pmu_lbr_setup_filter() 260 if (br_type & PERF_SAMPLE_BRANCH_KERNEL) in amd_pmu_lbr_setup_filter() 265 if (br_type & PERF_SAMPLE_BRANCH_ANY) in amd_pmu_lbr_setup_filter() 268 if (br_type & PERF_SAMPLE_BRANCH_ANY_CALL) in amd_pmu_lbr_setup_filter() 271 if (br_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in amd_pmu_lbr_setup_filter() 274 if (br_type & PERF_SAMPLE_BRANCH_IND_CALL) in amd_pmu_lbr_setup_filter() 277 if (br_type & PERF_SAMPLE_BRANCH_COND) in amd_pmu_lbr_setup_filter() 280 if (br_type & PERF_SAMPLE_BRANCH_IND_JUMP) in amd_pmu_lbr_setup_filter() 283 if (br_type in amd_pmu_lbr_setup_filter() [all...]
1037 u64 br_type = event->attr.branch_sample_type; in intel_pmu_setup_sw_lbr_filter() local 1040 if (br_type & PERF_SAMPLE_BRANCH_USER) in intel_pmu_setup_sw_lbr_filter() 1043 if (br_type & PERF_SAMPLE_BRANCH_KERNEL) in intel_pmu_setup_sw_lbr_filter() 1048 if (br_type & PERF_SAMPLE_BRANCH_ANY) in intel_pmu_setup_sw_lbr_filter() 1051 if (br_type & PERF_SAMPLE_BRANCH_ANY_CALL) in intel_pmu_setup_sw_lbr_filter() 1054 if (br_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in intel_pmu_setup_sw_lbr_filter() 1057 if (br_type & PERF_SAMPLE_BRANCH_IND_CALL) in intel_pmu_setup_sw_lbr_filter() 1060 if (br_type & PERF_SAMPLE_BRANCH_ABORT_TX) in intel_pmu_setup_sw_lbr_filter() 1063 if (br_type & PERF_SAMPLE_BRANCH_IN_TX) in intel_pmu_setup_sw_lbr_filter() 1066 if (br_type in intel_pmu_setup_sw_lbr_filter() 1106 u64 br_type = event->attr.branch_sample_type; intel_pmu_setup_hw_lbr_filter() local [all...]
571 const int *br_type = brbe_type_to_perf_type_map[brbe_type]; in brbe_set_perf_entry_type() local 573 entry->type = br_type[0]; in brbe_set_perf_entry_type() 574 entry->new_type = br_type[1]; in brbe_set_perf_entry_type()
476 static const struct device_type br_type = { variable 490 SET_NETDEV_DEVTYPE(dev, &br_type); in br_dev_setup()
592 u64 *br_type = &event->attr.branch_sample_type; in x86_pmu_hw_config() local 608 *br_type = PERF_SAMPLE_BRANCH_ANY; in x86_pmu_hw_config() 611 *br_type |= PERF_SAMPLE_BRANCH_USER; in x86_pmu_hw_config() 614 *br_type |= PERF_SAMPLE_BRANCH_KERNEL; in x86_pmu_hw_config()