Home
last modified time | relevance | path

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

/external/strace/xlat/
Dperf_event_sample_format.h118 #if defined(PERF_SAMPLE_IDENTIFIER) || (defined(HAVE_DECL_PERF_SAMPLE_IDENTIFIER) && HAVE_DECL_PERF…
120 static_assert((PERF_SAMPLE_IDENTIFIER) == (1 << 16), "PERF_SAMPLE_IDENTIFIER != 1 << 16");
123 # define PERF_SAMPLE_IDENTIFIER 1 << 16
173 XLAT(PERF_SAMPLE_IDENTIFIER),
Dperf_event_sample_format.in17 PERF_SAMPLE_IDENTIFIER 1 << 16
/external/kernel-headers/original/uapi/linux/
Dperf_event.h140 PERF_SAMPLE_IDENTIFIER = 1U << 16, enumerator