Searched refs:br_type (Results 1 – 3 of 3) sorted by relevance
679 u64 br_type = event->attr.branch_sample_type; in intel_pmu_setup_sw_lbr_filter() local682 if (br_type & PERF_SAMPLE_BRANCH_USER) in intel_pmu_setup_sw_lbr_filter()685 if (br_type & PERF_SAMPLE_BRANCH_KERNEL) in intel_pmu_setup_sw_lbr_filter()690 if (br_type & PERF_SAMPLE_BRANCH_ANY) in intel_pmu_setup_sw_lbr_filter()693 if (br_type & PERF_SAMPLE_BRANCH_ANY_CALL) in intel_pmu_setup_sw_lbr_filter()696 if (br_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in intel_pmu_setup_sw_lbr_filter()699 if (br_type & PERF_SAMPLE_BRANCH_IND_CALL) in intel_pmu_setup_sw_lbr_filter()702 if (br_type & PERF_SAMPLE_BRANCH_ABORT_TX) in intel_pmu_setup_sw_lbr_filter()705 if (br_type & PERF_SAMPLE_BRANCH_IN_TX) in intel_pmu_setup_sw_lbr_filter()708 if (br_type & PERF_SAMPLE_BRANCH_NO_TX) in intel_pmu_setup_sw_lbr_filter()[all …]
402 static struct device_type br_type = { variable416 SET_NETDEV_DEVTYPE(dev, &br_type); in br_dev_setup()
531 u64 *br_type = &event->attr.branch_sample_type; in x86_pmu_hw_config() local547 *br_type = PERF_SAMPLE_BRANCH_ANY; in x86_pmu_hw_config()550 *br_type |= PERF_SAMPLE_BRANCH_USER; in x86_pmu_hw_config()553 *br_type |= PERF_SAMPLE_BRANCH_KERNEL; in x86_pmu_hw_config()