Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_IND_JUMP (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dparse-branch-options.c29 BRANCH_OPT("ind_jmp", PERF_SAMPLE_BRANCH_IND_JUMP),
/linux-4.4.14/include/uapi/linux/
Dperf_event.h192 PERF_SAMPLE_BRANCH_IND_JUMP = 1U << PERF_SAMPLE_BRANCH_IND_JUMP_SHIFT, enumerator
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c557 if (br_type & PERF_SAMPLE_BRANCH_IND_JUMP) in intel_pmu_setup_sw_lbr_filter()