Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_ABORT_TX (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dparse-branch-options.c26 BRANCH_OPT("abort_tx", PERF_SAMPLE_BRANCH_ABORT_TX),
/Linux-v4.19/tools/include/uapi/linux/
Dperf_event.h195 PERF_SAMPLE_BRANCH_ABORT_TX = 1U << PERF_SAMPLE_BRANCH_ABORT_TX_SHIFT, enumerator
/Linux-v4.19/include/uapi/linux/
Dperf_event.h195 PERF_SAMPLE_BRANCH_ABORT_TX = 1U << PERF_SAMPLE_BRANCH_ABORT_TX_SHIFT, enumerator
/Linux-v4.19/arch/x86/events/intel/
Dlbr.c702 if (br_type & PERF_SAMPLE_BRANCH_ABORT_TX) in intel_pmu_setup_sw_lbr_filter()