Home
last modified time | relevance | path

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

/external/strace/xlat/
Dperf_event_sample_format.h69 #if defined(PERF_SAMPLE_STREAM_ID) || (defined(HAVE_DECL_PERF_SAMPLE_STREAM_ID) && HAVE_DECL_PERF_S…
71 static_assert((PERF_SAMPLE_STREAM_ID) == (1 << 9), "PERF_SAMPLE_STREAM_ID != 1 << 9");
74 # define PERF_SAMPLE_STREAM_ID 1 << 9
166 XLAT(PERF_SAMPLE_STREAM_ID),
Dperf_event_sample_format.in10 PERF_SAMPLE_STREAM_ID 1 << 9
/external/kernel-headers/original/uapi/linux/
Dperf_event.h133 PERF_SAMPLE_STREAM_ID = 1U << 9, enumerator
/external/igt-gpu-tools/overlay/
Dgpu-perf.c217 attr.sample_type = (PERF_SAMPLE_TIME | PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_TID | PERF_SAMPLE_RAW); in perf_tracepoint_open()