Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_STREAM_ID (Results 1 – 25 of 27) sorted by relevance

12

/external/strace/xlat/
Dperf_event_sample_format.h69 #if defined(PERF_SAMPLE_STREAM_ID) || (defined(HAVE_DECL_PERF_SAMPLE_STREAM_ID) && HAVE_DECL_PERF_S…
71 static_assert((PERF_SAMPLE_STREAM_ID) == (1 << 9), "PERF_SAMPLE_STREAM_ID != 1 << 9");
74 # define PERF_SAMPLE_STREAM_ID 1 << 9
166 XLAT(PERF_SAMPLE_STREAM_ID),
Dperf_event_sample_format.in10 PERF_SAMPLE_STREAM_ID 1 << 9
/external/perf_data_converter/src/quipper/
Dsample_info_reader_test.cc27 PERF_SAMPLE_STREAM_ID | // * in TEST()
92 PERF_SAMPLE_STREAM_ID | // * in TEST()
149 PERF_SAMPLE_STREAM_ID | // * in TEST()
Dsample_info_reader.cc207 if (sample_fields & PERF_SAMPLE_STREAM_ID) { in ReadPerfSampleFromData()
391 if (sample_fields & PERF_SAMPLE_STREAM_ID) { in WritePerfSampleToData()
573 PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_CPU | PERF_SAMPLE_IDENTIFIER; in GetSampleFieldsForEventType()
Dperf_serializer.cc364 if (sample_type & PERF_SAMPLE_STREAM_ID) in SerializeSampleEvent()
727 if (sample_type & PERF_SAMPLE_STREAM_ID) in SerializeSampleInfo()
1041 if (sample_type & PERF_SAMPLE_STREAM_ID) new_other_event_id_pos++; in UpdateEventIdPositions()
Dperf_reader_test.cc571 PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_BRANCH_STACK; in TEST()
801 PERF_SAMPLE_STREAM_ID | // * in TEST()
/external/syzkaller/sys/linux/
Dperf_amd64.const59 PERF_SAMPLE_STREAM_ID = 512
Dperf_386.const59 PERF_SAMPLE_STREAM_ID = 512
Dperf_ppc64le.const59 PERF_SAMPLE_STREAM_ID = 512
Dperf_arm64.const59 PERF_SAMPLE_STREAM_ID = 512
Dperf_arm.const59 PERF_SAMPLE_STREAM_ID = 512
Dperf.txt29 …E_CALLCHAIN, PERF_SAMPLE_ID, PERF_SAMPLE_CPU, PERF_SAMPLE_PERIOD, PERF_SAMPLE_STREAM_ID, PERF_SAMP…
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h131 PERF_SAMPLE_STREAM_ID = 1U << 9, enumerator
Dperf_internals.h166 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_CPU | \
/external/kernel-headers/original/uapi/linux/
Dperf_event.h133 PERF_SAMPLE_STREAM_ID = 1U << 9, enumerator
/external/v8/tools/
Dll_prof.py553 PERF_SAMPLE_STREAM_ID = 1 << 9 variable
565 ("stream_id", "u64", PERF_SAMPLE_STREAM_ID),
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1040 PERF_SAMPLE_STREAM_ID = 0x200 const
Dztypes_linux_386.go1017 PERF_SAMPLE_STREAM_ID = 0x200 const
Dztypes_linux_mips.go1009 PERF_SAMPLE_STREAM_ID = 0x200 const
Dztypes_linux_amd64.go1035 PERF_SAMPLE_STREAM_ID = 0x200 const
Dztypes_linux_ppc64.go1024 PERF_SAMPLE_STREAM_ID = 0x200 const
Dztypes_linux_mips64.go1016 PERF_SAMPLE_STREAM_ID = 0x200 const
Dztypes_linux_mipsle.go1009 PERF_SAMPLE_STREAM_ID = 0x200 const
Dztypes_linux_arm.go1005 PERF_SAMPLE_STREAM_ID = 0x200 const
Dztypes_linux_arm64.go1014 PERF_SAMPLE_STREAM_ID = 0x200 const

12