Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c518 u64 br_type = event->attr.branch_sample_type; in intel_pmu_setup_sw_lbr_filter() local
521 if (br_type & PERF_SAMPLE_BRANCH_USER) in intel_pmu_setup_sw_lbr_filter()
524 if (br_type & PERF_SAMPLE_BRANCH_KERNEL) in intel_pmu_setup_sw_lbr_filter()
529 if (br_type & PERF_SAMPLE_BRANCH_ANY) in intel_pmu_setup_sw_lbr_filter()
532 if (br_type & PERF_SAMPLE_BRANCH_ANY_CALL) in intel_pmu_setup_sw_lbr_filter()
535 if (br_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in intel_pmu_setup_sw_lbr_filter()
538 if (br_type & PERF_SAMPLE_BRANCH_IND_CALL) in intel_pmu_setup_sw_lbr_filter()
541 if (br_type & PERF_SAMPLE_BRANCH_ABORT_TX) in intel_pmu_setup_sw_lbr_filter()
544 if (br_type & PERF_SAMPLE_BRANCH_IN_TX) in intel_pmu_setup_sw_lbr_filter()
547 if (br_type & PERF_SAMPLE_BRANCH_NO_TX) in intel_pmu_setup_sw_lbr_filter()
[all …]
Dperf_event.c501 u64 *br_type = &event->attr.branch_sample_type; in x86_pmu_hw_config() local
517 *br_type = PERF_SAMPLE_BRANCH_ANY; in x86_pmu_hw_config()
520 *br_type |= PERF_SAMPLE_BRANCH_USER; in x86_pmu_hw_config()
523 *br_type |= PERF_SAMPLE_BRANCH_KERNEL; in x86_pmu_hw_config()