Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dparse-branch-options.c20 BRANCH_OPT("k", PERF_SAMPLE_BRANCH_KERNEL),
40 PERF_SAMPLE_BRANCH_KERNEL |\ in parse_branch_str()
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h188 PERF_SAMPLE_BRANCH_KERNEL = 1U << PERF_SAMPLE_BRANCH_KERNEL_SHIFT, enumerator
233 PERF_SAMPLE_BRANCH_KERNEL|\
/Linux-v4.19/include/uapi/linux/
Dperf_event.h188 PERF_SAMPLE_BRANCH_KERNEL = 1U << PERF_SAMPLE_BRANCH_KERNEL_SHIFT, enumerator
233 PERF_SAMPLE_BRANCH_KERNEL|\
/Linux-v4.19/arch/powerpc/perf/
Disa207-common.h71 PERF_SAMPLE_BRANCH_KERNEL |\
/Linux-v4.19/arch/x86/events/
Dcore.c481 m &= PERF_SAMPLE_BRANCH_KERNEL | PERF_SAMPLE_BRANCH_USER; in precise_br_compat()
487 b |= PERF_SAMPLE_BRANCH_KERNEL; in precise_br_compat()
553 *br_type |= PERF_SAMPLE_BRANCH_KERNEL; in x86_pmu_hw_config()
/Linux-v4.19/arch/x86/events/intel/
Dlbr.c685 if (br_type & PERF_SAMPLE_BRANCH_KERNEL) in intel_pmu_setup_sw_lbr_filter()
/Linux-v4.19/kernel/events/
Dcore.c355 (PERF_SAMPLE_BRANCH_KERNEL |\
10185 mask |= PERF_SAMPLE_BRANCH_KERNEL; in perf_copy_attr()