Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c513 u64 br_type = event->attr.branch_sample_type; in intel_pmu_setup_sw_lbr_filter() local
516 if (br_type & PERF_SAMPLE_BRANCH_USER) in intel_pmu_setup_sw_lbr_filter()
519 if (br_type & PERF_SAMPLE_BRANCH_KERNEL) in intel_pmu_setup_sw_lbr_filter()
524 if (br_type & PERF_SAMPLE_BRANCH_ANY) in intel_pmu_setup_sw_lbr_filter()
527 if (br_type & PERF_SAMPLE_BRANCH_ANY_CALL) in intel_pmu_setup_sw_lbr_filter()
530 if (br_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in intel_pmu_setup_sw_lbr_filter()
533 if (br_type & PERF_SAMPLE_BRANCH_IND_CALL) in intel_pmu_setup_sw_lbr_filter()
536 if (br_type & PERF_SAMPLE_BRANCH_ABORT_TX) in intel_pmu_setup_sw_lbr_filter()
539 if (br_type & PERF_SAMPLE_BRANCH_IN_TX) in intel_pmu_setup_sw_lbr_filter()
542 if (br_type & PERF_SAMPLE_BRANCH_NO_TX) in intel_pmu_setup_sw_lbr_filter()
[all …]
Dperf_event.c495 u64 *br_type = &event->attr.branch_sample_type; in x86_pmu_hw_config() local
511 *br_type = PERF_SAMPLE_BRANCH_ANY; in x86_pmu_hw_config()
514 *br_type |= PERF_SAMPLE_BRANCH_USER; in x86_pmu_hw_config()
517 *br_type |= PERF_SAMPLE_BRANCH_KERNEL; in x86_pmu_hw_config()
/linux-4.4.14/net/bridge/
Dbr_device.c361 static struct device_type br_type = { variable
375 SET_NETDEV_DEVTYPE(dev, &br_type); in br_dev_setup()