Searched refs:br_type (Results 1 – 3 of 3) sorted by relevance
1027 u64 br_type = event->attr.branch_sample_type; in intel_pmu_setup_sw_lbr_filter() local1030 if (br_type & PERF_SAMPLE_BRANCH_USER) in intel_pmu_setup_sw_lbr_filter()1033 if (br_type & PERF_SAMPLE_BRANCH_KERNEL) in intel_pmu_setup_sw_lbr_filter()1038 if (br_type & PERF_SAMPLE_BRANCH_ANY) in intel_pmu_setup_sw_lbr_filter()1041 if (br_type & PERF_SAMPLE_BRANCH_ANY_CALL) in intel_pmu_setup_sw_lbr_filter()1044 if (br_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in intel_pmu_setup_sw_lbr_filter()1047 if (br_type & PERF_SAMPLE_BRANCH_IND_CALL) in intel_pmu_setup_sw_lbr_filter()1050 if (br_type & PERF_SAMPLE_BRANCH_ABORT_TX) in intel_pmu_setup_sw_lbr_filter()1053 if (br_type & PERF_SAMPLE_BRANCH_IN_TX) in intel_pmu_setup_sw_lbr_filter()1056 if (br_type & PERF_SAMPLE_BRANCH_NO_TX) in intel_pmu_setup_sw_lbr_filter()[all …]
437 static struct device_type br_type = { variable451 SET_NETDEV_DEVTYPE(dev, &br_type); in br_dev_setup()
553 u64 *br_type = &event->attr.branch_sample_type; in x86_pmu_hw_config() local569 *br_type = PERF_SAMPLE_BRANCH_ANY; in x86_pmu_hw_config()572 *br_type |= PERF_SAMPLE_BRANCH_USER; in x86_pmu_hw_config()575 *br_type |= PERF_SAMPLE_BRANCH_KERNEL; in x86_pmu_hw_config()