Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Devent.h67 PERF_IP_FLAG_INTR_DISABLE = 1ULL << 13, enumerator
Dintel-pt.c1543 ptq->flags |= PERF_IP_FLAG_INTR_DISABLE; in intel_pt_sample_flags()
1547 ptq->flags |= PERF_IP_FLAG_INTR_DISABLE; in intel_pt_sample_flags()
/Linux-v6.6/tools/perf/
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()