Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dperf_event.h176 PERF_SAMPLE_BRANCH_KERNEL = 1U << PERF_SAMPLE_BRANCH_KERNEL_SHIFT, enumerator
195 PERF_SAMPLE_BRANCH_KERNEL|\
/linux-4.1.27/tools/perf/
Dbuiltin-record.c584 BRANCH_OPT("k", PERF_SAMPLE_BRANCH_KERNEL),
602 PERF_SAMPLE_BRANCH_KERNEL |\ in parse_branch_stack()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event.c454 m &= PERF_SAMPLE_BRANCH_KERNEL | PERF_SAMPLE_BRANCH_USER; in precise_br_compat()
460 b |= PERF_SAMPLE_BRANCH_KERNEL; in precise_br_compat()
513 *br_type |= PERF_SAMPLE_BRANCH_KERNEL; in x86_pmu_hw_config()
Dperf_event_intel_lbr.c488 if (br_type & PERF_SAMPLE_BRANCH_KERNEL) in intel_pmu_setup_sw_lbr_filter()
/linux-4.1.27/arch/powerpc/perf/
Dpower8-pmu.c182 PERF_SAMPLE_BRANCH_KERNEL |\
/linux-4.1.27/kernel/events/
Dcore.c143 (PERF_SAMPLE_BRANCH_KERNEL |\
7746 mask |= PERF_SAMPLE_BRANCH_KERNEL; in perf_copy_attr()