Searched refs:PERF_SAMPLE_CPU (Results 1 - 10 of 10) sorted by relevance

/external/strace/xlat/
H A Dperf_event_sample_format.h23 #if !(defined(PERF_SAMPLE_CPU) || (defined(HAVE_DECL_PERF_SAMPLE_CPU) && HAVE_DECL_PERF_SAMPLE_CPU))
24 # define PERF_SAMPLE_CPU 1 << 7 macro
78 XLAT(PERF_SAMPLE_CPU),
/external/perf_data_converter/src/quipper/
H A Dsample_info_reader_test.cc28 PERF_SAMPLE_CPU | // *
93 PERF_SAMPLE_CPU | // *
150 PERF_SAMPLE_CPU | // *
H A Dsample_info_reader.cc211 // { u32 cpu, res; } && PERF_SAMPLE_CPU
212 if (sample_fields & PERF_SAMPLE_CPU) {
215 // The PERF_SAMPLE_CPU format bit specifies 64-bits of data, but the actual
395 // { u32 cpu, res; } && PERF_SAMPLE_CPU
396 if (sample_fields & PERF_SAMPLE_CPU) {
573 PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_IDENTIFIER;
H A Dperf_serializer.cc366 if (sample_type & PERF_SAMPLE_CPU) sample->set_cpu(sample_info.cpu);
726 if (sample_type & PERF_SAMPLE_CPU) sample->set_cpu(sample_info.cpu);
1040 if (sample_type & PERF_SAMPLE_CPU) new_other_event_id_pos++;
H A Dperf_reader_test.cc507 PERF_SAMPLE_CPU,
569 PERF_SAMPLE_CALLCHAIN | PERF_SAMPLE_CPU |
802 PERF_SAMPLE_CPU | // *
H A Dtest_perf_data.cc215 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD | PERF_SAMPLE_RAW);
/external/perf_data_converter/src/quipper/kernel/
H A Dperf_event.h129 PERF_SAMPLE_CPU = 1U << 7, enumerator in enum:perf_event_sample_format
542 * { u32 cpu, res; } && PERF_SAMPLE_CPU
651 * { u32 cpu, res; } && PERF_SAMPLE_CPU
H A Dperf_internals.h166 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_CPU | \
/external/kernel-headers/original/uapi/linux/
H A Dperf_event.h131 PERF_SAMPLE_CPU = 1U << 7, enumerator in enum:perf_event_sample_format
673 * { u32 cpu, res; } && PERF_SAMPLE_CPU
782 * { u32 cpu, res; } && PERF_SAMPLE_CPU
/external/v8/tools/
H A Dll_prof.py551 PERF_SAMPLE_CPU = 1 << 7 variable
566 ("cpu", "u32", PERF_SAMPLE_CPU),
567 ("res", "u32", PERF_SAMPLE_CPU),

Completed in 151 milliseconds