Home
last modified time | relevance | path

Searched refs:br_type (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/arch/x86/events/amd/
Dlbr.c246 u64 br_type = event->attr.branch_sample_type; in amd_pmu_lbr_setup_filter() local
254 if (br_type & PERF_SAMPLE_BRANCH_USER) in amd_pmu_lbr_setup_filter()
257 if (br_type & PERF_SAMPLE_BRANCH_KERNEL) in amd_pmu_lbr_setup_filter()
262 if (br_type & PERF_SAMPLE_BRANCH_ANY) in amd_pmu_lbr_setup_filter()
265 if (br_type & PERF_SAMPLE_BRANCH_ANY_CALL) in amd_pmu_lbr_setup_filter()
268 if (br_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in amd_pmu_lbr_setup_filter()
271 if (br_type & PERF_SAMPLE_BRANCH_IND_CALL) in amd_pmu_lbr_setup_filter()
274 if (br_type & PERF_SAMPLE_BRANCH_COND) in amd_pmu_lbr_setup_filter()
277 if (br_type & PERF_SAMPLE_BRANCH_IND_JUMP) in amd_pmu_lbr_setup_filter()
280 if (br_type & PERF_SAMPLE_BRANCH_CALL) in amd_pmu_lbr_setup_filter()
[all …]
/linux-6.6.21/arch/x86/events/intel/
Dlbr.c950 u64 br_type = event->attr.branch_sample_type; in intel_pmu_setup_sw_lbr_filter() local
953 if (br_type & PERF_SAMPLE_BRANCH_USER) in intel_pmu_setup_sw_lbr_filter()
956 if (br_type & PERF_SAMPLE_BRANCH_KERNEL) in intel_pmu_setup_sw_lbr_filter()
961 if (br_type & PERF_SAMPLE_BRANCH_ANY) in intel_pmu_setup_sw_lbr_filter()
964 if (br_type & PERF_SAMPLE_BRANCH_ANY_CALL) in intel_pmu_setup_sw_lbr_filter()
967 if (br_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in intel_pmu_setup_sw_lbr_filter()
970 if (br_type & PERF_SAMPLE_BRANCH_IND_CALL) in intel_pmu_setup_sw_lbr_filter()
973 if (br_type & PERF_SAMPLE_BRANCH_ABORT_TX) in intel_pmu_setup_sw_lbr_filter()
976 if (br_type & PERF_SAMPLE_BRANCH_IN_TX) in intel_pmu_setup_sw_lbr_filter()
979 if (br_type & PERF_SAMPLE_BRANCH_NO_TX) in intel_pmu_setup_sw_lbr_filter()
[all …]
/linux-6.6.21/net/bridge/
Dbr_device.c482 static struct device_type br_type = { variable
496 SET_NETDEV_DEVTYPE(dev, &br_type); in br_dev_setup()
/linux-6.6.21/arch/x86/events/
Dcore.c578 u64 *br_type = &event->attr.branch_sample_type; in x86_pmu_hw_config() local
594 *br_type = PERF_SAMPLE_BRANCH_ANY; in x86_pmu_hw_config()
597 *br_type |= PERF_SAMPLE_BRANCH_USER; in x86_pmu_hw_config()
600 *br_type |= PERF_SAMPLE_BRANCH_KERNEL; in x86_pmu_hw_config()