Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_READ (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Dperf_event_sample_format.h34 #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 << 4
161 XLAT(PERF_SAMPLE_READ),
Dperf_event_sample_format.in5 PERF_SAMPLE_READ 1 << 4
/external/perfetto/src/profiling/perf/
Devent_reader.cc303 PERF_SAMPLE_READ))) { in ParseSampleRecord()
331 if (event_attr_.sample_type & PERF_SAMPLE_READ) { in ParseSampleRecord()
Devent_config.cc345 pe.sample_type = PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_READ; in Create()
/external/kernel-headers/original/uapi/linux/
Dperf_event.h128 PERF_SAMPLE_READ = 1U << 4, enumerator