Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Devent.h67 PERF_IP_FLAG_INTR_DISABLE = 1ULL << 13, enumerator
H A Dintel-pt.c1547 ptq->flags |= PERF_IP_FLAG_INTR_DISABLE; in intel_pt_sample_flags()
1551 ptq->flags |= PERF_IP_FLAG_INTR_DISABLE; in intel_pt_sample_flags()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c1642 u32 xf = PERF_IP_FLAG_IN_TX | PERF_IP_FLAG_INTR_DISABLE | in perf_sample__sprintf_flags()
1653 flags & PERF_IP_FLAG_INTR_DISABLE ? "D" : "", in perf_sample__sprintf_flags()