Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
A Dlbr.c1022 if (br_type & PERF_SAMPLE_BRANCH_USER) in intel_pmu_setup_sw_lbr_filter()
1025 if (br_type & PERF_SAMPLE_BRANCH_KERNEL) in intel_pmu_setup_sw_lbr_filter()
1030 if (br_type & PERF_SAMPLE_BRANCH_ANY) in intel_pmu_setup_sw_lbr_filter()
1033 if (br_type & PERF_SAMPLE_BRANCH_ANY_CALL) in intel_pmu_setup_sw_lbr_filter()
1039 if (br_type & PERF_SAMPLE_BRANCH_IND_CALL) in intel_pmu_setup_sw_lbr_filter()
1042 if (br_type & PERF_SAMPLE_BRANCH_ABORT_TX) in intel_pmu_setup_sw_lbr_filter()
1045 if (br_type & PERF_SAMPLE_BRANCH_IN_TX) in intel_pmu_setup_sw_lbr_filter()
1048 if (br_type & PERF_SAMPLE_BRANCH_NO_TX) in intel_pmu_setup_sw_lbr_filter()
1051 if (br_type & PERF_SAMPLE_BRANCH_COND) in intel_pmu_setup_sw_lbr_filter()
1066 if (br_type & PERF_SAMPLE_BRANCH_CALL) in intel_pmu_setup_sw_lbr_filter()
[all …]
/linux/net/bridge/
A Dbr_device.c477 static struct device_type br_type = { variable
491 SET_NETDEV_DEVTYPE(dev, &br_type); in br_dev_setup()
/linux/arch/x86/events/
A Dcore.c577 u64 *br_type = &event->attr.branch_sample_type; in x86_pmu_hw_config() local
593 *br_type = PERF_SAMPLE_BRANCH_ANY; in x86_pmu_hw_config()
596 *br_type |= PERF_SAMPLE_BRANCH_USER; in x86_pmu_hw_config()
599 *br_type |= PERF_SAMPLE_BRANCH_KERNEL; in x86_pmu_hw_config()

Completed in 18 milliseconds