Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_KERNEL (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dparse-branch-options.c19 BRANCH_OPT("k", PERF_SAMPLE_BRANCH_KERNEL),
39 PERF_SAMPLE_BRANCH_KERNEL |\ in parse_branch_stack()
/linux-4.4.14/include/uapi/linux/
Dperf_event.h179 PERF_SAMPLE_BRANCH_KERNEL = 1U << PERF_SAMPLE_BRANCH_KERNEL_SHIFT, enumerator
200 PERF_SAMPLE_BRANCH_KERNEL|\
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event.c458 m &= PERF_SAMPLE_BRANCH_KERNEL | PERF_SAMPLE_BRANCH_USER; in precise_br_compat()
464 b |= PERF_SAMPLE_BRANCH_KERNEL; in precise_br_compat()
517 *br_type |= PERF_SAMPLE_BRANCH_KERNEL; in x86_pmu_hw_config()
Dperf_event_intel_lbr.c519 if (br_type & PERF_SAMPLE_BRANCH_KERNEL) in intel_pmu_setup_sw_lbr_filter()
/linux-4.4.14/arch/powerpc/perf/
Dpower8-pmu.c182 PERF_SAMPLE_BRANCH_KERNEL |\
/linux-4.4.14/kernel/events/
Dcore.c145 (PERF_SAMPLE_BRANCH_KERNEL |\
8075 mask |= PERF_SAMPLE_BRANCH_KERNEL; in perf_copy_attr()