Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_CPU (Results 1 – 25 of 28) sorted by relevance

12

/external/strace/xlat/
Dperf_event_sample_format.h55 #if defined(PERF_SAMPLE_CPU) || (defined(HAVE_DECL_PERF_SAMPLE_CPU) && HAVE_DECL_PERF_SAMPLE_CPU)
57 static_assert((PERF_SAMPLE_CPU) == (1 << 7), "PERF_SAMPLE_CPU != 1 << 7");
60 # define PERF_SAMPLE_CPU 1 << 7
164 XLAT(PERF_SAMPLE_CPU),
Dperf_event_sample_format.in8 PERF_SAMPLE_CPU 1 << 7
/external/perf_data_converter/src/quipper/
Dsample_info_reader_test.cc28 PERF_SAMPLE_CPU | // * in TEST()
93 PERF_SAMPLE_CPU | // * in TEST()
150 PERF_SAMPLE_CPU | // * in TEST()
Dsample_info_reader.cc212 if (sample_fields & PERF_SAMPLE_CPU) { in ReadPerfSampleFromData()
396 if (sample_fields & PERF_SAMPLE_CPU) { in WritePerfSampleToData()
573 PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_IDENTIFIER; in GetSampleFieldsForEventType()
Dperf_serializer.cc366 if (sample_type & PERF_SAMPLE_CPU) sample->set_cpu(sample_info.cpu); in SerializeSampleEvent()
726 if (sample_type & PERF_SAMPLE_CPU) sample->set_cpu(sample_info.cpu); in SerializeSampleInfo()
1040 if (sample_type & PERF_SAMPLE_CPU) new_other_event_id_pos++; in UpdateEventIdPositions()
Dperf_reader_test.cc507 PERF_SAMPLE_CPU, in TEST()
569 PERF_SAMPLE_CALLCHAIN | PERF_SAMPLE_CPU | in TEST()
802 PERF_SAMPLE_CPU | // * in TEST()
Dtest_perf_data.cc215 PERF_SAMPLE_CPU | PERF_SAMPLE_PERIOD | PERF_SAMPLE_RAW); in WriteTo()
/external/syzkaller/sys/linux/
Dperf_amd64.const47 PERF_SAMPLE_CPU = 128
Dperf_386.const47 PERF_SAMPLE_CPU = 128
Dperf_ppc64le.const47 PERF_SAMPLE_CPU = 128
Dperf_arm64.const47 PERF_SAMPLE_CPU = 128
Dperf_arm.const47 PERF_SAMPLE_CPU = 128
Dperf.txt29 …AMPLE_ADDR, PERF_SAMPLE_READ, PERF_SAMPLE_CALLCHAIN, PERF_SAMPLE_ID, PERF_SAMPLE_CPU, PERF_SAMPLE_…
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h129 PERF_SAMPLE_CPU = 1U << 7, enumerator
Dperf_internals.h166 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_CPU | \
/external/v8/tools/
Dll_prof.py551 PERF_SAMPLE_CPU = 1 << 7 variable
566 ("cpu", "u32", PERF_SAMPLE_CPU),
567 ("res", "u32", PERF_SAMPLE_CPU),
/external/kernel-headers/original/uapi/linux/
Dperf_event.h131 PERF_SAMPLE_CPU = 1U << 7, enumerator
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1038 PERF_SAMPLE_CPU = 0x80 const
Dztypes_linux_386.go1015 PERF_SAMPLE_CPU = 0x80 const
Dztypes_linux_mips.go1007 PERF_SAMPLE_CPU = 0x80 const
Dztypes_linux_amd64.go1033 PERF_SAMPLE_CPU = 0x80 const
Dztypes_linux_ppc64.go1022 PERF_SAMPLE_CPU = 0x80 const
Dztypes_linux_mips64.go1014 PERF_SAMPLE_CPU = 0x80 const
Dztypes_linux_mipsle.go1007 PERF_SAMPLE_CPU = 0x80 const
Dztypes_linux_arm.go1003 PERF_SAMPLE_CPU = 0x80 const

12