Searched refs:PERF_SAMPLE_STREAM_ID (Results 1 – 25 of 27) sorted by relevance
12
/external/strace/xlat/ |
D | perf_event_sample_format.h | 69 #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),
|
D | perf_event_sample_format.in | 10 PERF_SAMPLE_STREAM_ID 1 << 9
|
/external/perf_data_converter/src/quipper/ |
D | sample_info_reader_test.cc | 27 PERF_SAMPLE_STREAM_ID | // * in TEST() 92 PERF_SAMPLE_STREAM_ID | // * in TEST() 149 PERF_SAMPLE_STREAM_ID | // * in TEST()
|
D | sample_info_reader.cc | 207 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()
|
D | perf_serializer.cc | 364 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()
|
D | perf_reader_test.cc | 571 PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_BRANCH_STACK; in TEST() 801 PERF_SAMPLE_STREAM_ID | // * in TEST()
|
/external/syzkaller/sys/linux/ |
D | perf_amd64.const | 59 PERF_SAMPLE_STREAM_ID = 512
|
D | perf_386.const | 59 PERF_SAMPLE_STREAM_ID = 512
|
D | perf_ppc64le.const | 59 PERF_SAMPLE_STREAM_ID = 512
|
D | perf_arm64.const | 59 PERF_SAMPLE_STREAM_ID = 512
|
D | perf_arm.const | 59 PERF_SAMPLE_STREAM_ID = 512
|
D | perf.txt | 29 …E_CALLCHAIN, PERF_SAMPLE_ID, PERF_SAMPLE_CPU, PERF_SAMPLE_PERIOD, PERF_SAMPLE_STREAM_ID, PERF_SAMP…
|
/external/perf_data_converter/src/quipper/kernel/ |
D | perf_event.h | 131 PERF_SAMPLE_STREAM_ID = 1U << 9, enumerator
|
D | perf_internals.h | 166 PERF_SAMPLE_ID | PERF_SAMPLE_STREAM_ID | PERF_SAMPLE_CPU | \
|
/external/kernel-headers/original/uapi/linux/ |
D | perf_event.h | 133 PERF_SAMPLE_STREAM_ID = 1U << 9, enumerator
|
/external/v8/tools/ |
D | ll_prof.py | 553 PERF_SAMPLE_STREAM_ID = 1 << 9 variable 565 ("stream_id", "u64", PERF_SAMPLE_STREAM_ID),
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | ztypes_linux_s390x.go | 1040 PERF_SAMPLE_STREAM_ID = 0x200 const
|
D | ztypes_linux_386.go | 1017 PERF_SAMPLE_STREAM_ID = 0x200 const
|
D | ztypes_linux_mips.go | 1009 PERF_SAMPLE_STREAM_ID = 0x200 const
|
D | ztypes_linux_amd64.go | 1035 PERF_SAMPLE_STREAM_ID = 0x200 const
|
D | ztypes_linux_ppc64.go | 1024 PERF_SAMPLE_STREAM_ID = 0x200 const
|
D | ztypes_linux_mips64.go | 1016 PERF_SAMPLE_STREAM_ID = 0x200 const
|
D | ztypes_linux_mipsle.go | 1009 PERF_SAMPLE_STREAM_ID = 0x200 const
|
D | ztypes_linux_arm.go | 1005 PERF_SAMPLE_STREAM_ID = 0x200 const
|
D | ztypes_linux_arm64.go | 1014 PERF_SAMPLE_STREAM_ID = 0x200 const
|
12