Searched refs:PERF_SAMPLE_READ (Results 1 – 9 of 9) sorted by relevance
14 #if !(defined(PERF_SAMPLE_READ) || (defined(HAVE_DECL_PERF_SAMPLE_READ) && HAVE_DECL_PERF_SAMPLE_RE…15 # define PERF_SAMPLE_READ 1 << 4 macro75 XLAT(PERF_SAMPLE_READ),
5 PERF_SAMPLE_READ 1 << 4
214 attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_READ; in TEST()266 attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_READ; in TEST()306 attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_READ; in TEST()344 attr.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID | PERF_SAMPLE_READ; in TEST()
242 if (sample_fields & PERF_SAMPLE_READ) { in ReadPerfSampleFromData()421 if (sample_fields & PERF_SAMPLE_READ) { in WritePerfSampleToData()
568 PERF_SAMPLE_ADDR | PERF_SAMPLE_READ | in TEST()720 const u64 sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_READ | PERF_SAMPLE_ID; in TEST()
369 if (sample_type & PERF_SAMPLE_READ) { in SerializeSampleEvent()
126 PERF_SAMPLE_READ = 1U << 4, enumerator
128 PERF_SAMPLE_READ = 1U << 4, enumerator
548 PERF_SAMPLE_READ = 1 << 4 variable656 assert (sample_type & PERF_SAMPLE_READ) == 0, \