Searched refs:PERF_SAMPLE_READ (Results 1 – 5 of 5) sorted by relevance
34 #if defined(PERF_SAMPLE_READ) || (defined(HAVE_DECL_PERF_SAMPLE_READ) && HAVE_DECL_PERF_SAMPLE_READ)36 static_assert((PERF_SAMPLE_READ) == (1 << 4), "PERF_SAMPLE_READ != 1 << 4");39 # define PERF_SAMPLE_READ 1 << 4161 XLAT(PERF_SAMPLE_READ),
5 PERF_SAMPLE_READ 1 << 4
303 PERF_SAMPLE_READ))) { in ParseSampleRecord()331 if (event_attr_.sample_type & PERF_SAMPLE_READ) { in ParseSampleRecord()
345 pe.sample_type = PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_READ; in Create()
128 PERF_SAMPLE_READ = 1U << 4, enumerator