Searched refs:PERF_SAMPLE_STREAM_ID (Results 1 – 4 of 4) sorted by relevance
69 #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 << 9166 XLAT(PERF_SAMPLE_STREAM_ID),
10 PERF_SAMPLE_STREAM_ID 1 << 9
133 PERF_SAMPLE_STREAM_ID = 1U << 9, enumerator
217 attr.sample_type = (PERF_SAMPLE_TIME | PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_TID | PERF_SAMPLE_RAW); in perf_tracepoint_open()