Home
last modified time | relevance | path

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

/external/strace/xlat/
Dperf_event_sample_format.h14 #if !(defined(PERF_SAMPLE_READ) || (defined(HAVE_DECL_PERF_SAMPLE_READ) && HAVE_DECL_PERF_SAMPLE_RE…
15 # define PERF_SAMPLE_READ 1 << 4 macro
75 XLAT(PERF_SAMPLE_READ),
Dperf_event_sample_format.in5 PERF_SAMPLE_READ 1 << 4
/external/perf_data_converter/src/quipper/
Dsample_info_reader_test.cc214 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()
Dsample_info_reader.cc242 if (sample_fields & PERF_SAMPLE_READ) { in ReadPerfSampleFromData()
421 if (sample_fields & PERF_SAMPLE_READ) { in WritePerfSampleToData()
Dperf_reader_test.cc568 PERF_SAMPLE_ADDR | PERF_SAMPLE_READ | in TEST()
720 const u64 sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_READ | PERF_SAMPLE_ID; in TEST()
Dperf_serializer.cc369 if (sample_type & PERF_SAMPLE_READ) { in SerializeSampleEvent()
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h126 PERF_SAMPLE_READ = 1U << 4, enumerator
/external/kernel-headers/original/uapi/linux/
Dperf_event.h128 PERF_SAMPLE_READ = 1U << 4, enumerator
/external/v8/tools/
Dll_prof.py548 PERF_SAMPLE_READ = 1 << 4 variable
656 assert (sample_type & PERF_SAMPLE_READ) == 0, \