Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dparse-branch-options.c21 BRANCH_OPT("k", PERF_SAMPLE_BRANCH_KERNEL),
46 PERF_SAMPLE_BRANCH_KERNEL |\ in parse_branch_str()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dget_branch_snapshot.c43 attr.branch_sample_type = PERF_SAMPLE_BRANCH_KERNEL | in create_perf_events()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h212 PERF_SAMPLE_BRANCH_KERNEL = 1U << PERF_SAMPLE_BRANCH_KERNEL_SHIFT, enumerator
302 PERF_SAMPLE_BRANCH_KERNEL|\
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h212 PERF_SAMPLE_BRANCH_KERNEL = 1U << PERF_SAMPLE_BRANCH_KERNEL_SHIFT, enumerator
302 PERF_SAMPLE_BRANCH_KERNEL|\
/openbmc/linux/arch/x86/events/amd/
H A Dbrs.c265 int plm_k = PERF_SAMPLE_BRANCH_KERNEL | PERF_SAMPLE_BRANCH_HV; in amd_brs_match_plm()
H A Dlbr.c259 if (br_type & PERF_SAMPLE_BRANCH_KERNEL) in amd_pmu_lbr_setup_filter()
/openbmc/linux/arch/powerpc/perf/
H A Disa207-common.h69 PERF_SAMPLE_BRANCH_KERNEL |\
/openbmc/linux/arch/x86/events/
H A Dcore.c528 m &= PERF_SAMPLE_BRANCH_KERNEL | PERF_SAMPLE_BRANCH_USER; in precise_br_compat()
534 b |= PERF_SAMPLE_BRANCH_KERNEL; in precise_br_compat()
600 *br_type |= PERF_SAMPLE_BRANCH_KERNEL; in x86_pmu_hw_config()
/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c956 if (br_type & PERF_SAMPLE_BRANCH_KERNEL) in intel_pmu_setup_sw_lbr_filter()
/openbmc/linux/kernel/events/
H A Dcore.c369 (PERF_SAMPLE_BRANCH_KERNEL |\
12202 mask |= PERF_SAMPLE_BRANCH_KERNEL; in perf_copy_attr()