Searched refs:br_type (Results 1 – 4 of 4) sorted by relevance
256 if (br_type & PERF_SAMPLE_BRANCH_USER) in amd_pmu_lbr_setup_filter()259 if (br_type & PERF_SAMPLE_BRANCH_KERNEL) in amd_pmu_lbr_setup_filter()264 if (br_type & PERF_SAMPLE_BRANCH_ANY) in amd_pmu_lbr_setup_filter()267 if (br_type & PERF_SAMPLE_BRANCH_ANY_CALL) in amd_pmu_lbr_setup_filter()270 if (br_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in amd_pmu_lbr_setup_filter()273 if (br_type & PERF_SAMPLE_BRANCH_IND_CALL) in amd_pmu_lbr_setup_filter()276 if (br_type & PERF_SAMPLE_BRANCH_COND) in amd_pmu_lbr_setup_filter()279 if (br_type & PERF_SAMPLE_BRANCH_IND_JUMP) in amd_pmu_lbr_setup_filter()282 if (br_type & PERF_SAMPLE_BRANCH_CALL) in amd_pmu_lbr_setup_filter()285 if (br_type & PERF_SAMPLE_BRANCH_TYPE_SAVE) in amd_pmu_lbr_setup_filter()[all …]
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()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 & PERF_SAMPLE_BRANCH_NO_TX) in intel_pmu_setup_sw_lbr_filter()1069 if (br_type & PERF_SAMPLE_BRANCH_COND) in intel_pmu_setup_sw_lbr_filter()1084 if (br_type & PERF_SAMPLE_BRANCH_CALL) in intel_pmu_setup_sw_lbr_filter()[all …]
476 static const struct device_type br_type = { variable490 SET_NETDEV_DEVTYPE(dev, &br_type); in br_dev_setup()
586 u64 *br_type = &event->attr.branch_sample_type; in x86_pmu_hw_config() local602 *br_type = PERF_SAMPLE_BRANCH_ANY; in x86_pmu_hw_config()605 *br_type |= PERF_SAMPLE_BRANCH_USER; in x86_pmu_hw_config()608 *br_type |= PERF_SAMPLE_BRANCH_KERNEL; in x86_pmu_hw_config()