Searched refs:PERF_SAMPLE_TID (Results 1 – 7 of 7) sorted by relevance
13 #if defined(PERF_SAMPLE_TID) || (defined(HAVE_DECL_PERF_SAMPLE_TID) && HAVE_DECL_PERF_SAMPLE_TID)15 static_assert((PERF_SAMPLE_TID) == (1 << 1), "PERF_SAMPLE_TID != 1 << 1");18 # define PERF_SAMPLE_TID 1 << 1158 XLAT(PERF_SAMPLE_TID),
2 PERF_SAMPLE_TID 1 << 1
301 (~uint64_t(PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_STACK_USER | in ParseSampleRecord()318 if (event_attr_.sample_type & PERF_SAMPLE_TID) { in ParseSampleRecord()
345 pe.sample_type = PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_READ; in Create()
327 .sample_type = PERF_SAMPLE_IP|PERF_SAMPLE_TID| in child_thread()
125 PERF_SAMPLE_TID = 1U << 1, enumerator
217 attr.sample_type = (PERF_SAMPLE_TIME | PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_TID | PERF_SAMPLE_RAW); in perf_tracepoint_open()