Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h321 PERF_TXN_SYNC = (1 << 2), /* Instruction is related */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h321 PERF_TXN_SYNC = (1 << 2), /* Instruction is related */ enumerator
/openbmc/linux/tools/perf/util/
H A Dsort.c1966 { PERF_TXN_SYNC, "SYNC ", 1 },
2000 if (t && !(t & (PERF_TXN_SYNC|PERF_TXN_ASYNC))) in hist_entry__transaction_snprintf()