/external/perf_data_converter/src/quipper/ |
D | sample_info_reader.cc | 21 case PERF_RECORD_SAMPLE: in IsSupportedEventType() 156 if (!(event.header.type == PERF_RECORD_SAMPLE || attr.sample_id_all)) { in ReadPerfSampleFromData() 173 if (event.header.type == PERF_RECORD_SAMPLE) { in ReadPerfSampleFromData() 225 if (event.header.type != PERF_RECORD_SAMPLE) { in ReadPerfSampleFromData() 338 if (!(event->header.type == PERF_RECORD_SAMPLE || attr.sample_id_all)) { in WritePerfSampleToData() 356 if (event->header.type == PERF_RECORD_SAMPLE) { in WritePerfSampleToData() 404 if (event->header.type != PERF_RECORD_SAMPLE) { in WritePerfSampleToData() 575 case PERF_RECORD_SAMPLE: in GetSampleFieldsForEventType() 587 case PERF_RECORD_SAMPLE: in GetPerfSampleDataOffset()
|
D | sample_info_reader_test.cc | 54 .type = PERF_RECORD_SAMPLE, in TEST() 114 .type = PERF_RECORD_SAMPLE, in TEST() 239 .type = PERF_RECORD_SAMPLE, in TEST() 281 .type = PERF_RECORD_SAMPLE, in TEST() 320 .type = PERF_RECORD_SAMPLE, in TEST() 364 .type = PERF_RECORD_SAMPLE, in TEST()
|
D | perf_reader_test.cc | 112 .type = PERF_RECORD_SAMPLE, in TEST() 519 .type = PERF_RECORD_SAMPLE, in TEST() 588 .type = PERF_RECORD_SAMPLE, in TEST() 659 EXPECT_EQ(PERF_RECORD_SAMPLE, event.header().type()); in TEST() 729 .type = PERF_RECORD_SAMPLE, in TEST() 767 EXPECT_EQ(PERF_RECORD_SAMPLE, event.header().type()); in TEST() 820 .type = PERF_RECORD_SAMPLE, in TEST() 902 EXPECT_EQ(PERF_RECORD_SAMPLE, event.header().type()); in TEST() 952 .type = PERF_RECORD_SAMPLE, in TEST() 1024 EXPECT_EQ(PERF_RECORD_SAMPLE, ip_event.header().type()); in TEST() [all …]
|
D | perf_parser_test.cc | 466 EXPECT_EQ(PERF_RECORD_SAMPLE, events[4].event_ptr->header().type()); in TEST() 471 EXPECT_EQ(PERF_RECORD_SAMPLE, events[5].event_ptr->header().type()); in TEST() 476 EXPECT_EQ(PERF_RECORD_SAMPLE, events[6].event_ptr->header().type()); in TEST() 481 EXPECT_EQ(PERF_RECORD_SAMPLE, events[7].event_ptr->header().type()); in TEST() 484 EXPECT_EQ(PERF_RECORD_SAMPLE, events[8].event_ptr->header().type()); in TEST() 489 EXPECT_EQ(PERF_RECORD_SAMPLE, events[9].event_ptr->header().type()); in TEST() 492 EXPECT_EQ(PERF_RECORD_SAMPLE, events[10].event_ptr->header().type()); in TEST() 498 EXPECT_EQ(PERF_RECORD_SAMPLE, events[11].event_ptr->header().type()); in TEST() 507 EXPECT_EQ(PERF_RECORD_SAMPLE, events[13].event_ptr->header().type()); in TEST() 1476 EXPECT_EQ(PERF_RECORD_SAMPLE, events[1].event_ptr->header().type()); in TEST() [all …]
|
D | perf_data_utils.cc | 78 if (event.header().type() == PERF_RECORD_SAMPLE) in GetTimeFromPerfEvent()
|
D | test_perf_data.cc | 340 .type = MaybeSwap32(PERF_RECORD_SAMPLE), in WriteTo() 375 .type = PERF_RECORD_SAMPLE, in WriteTo()
|
D | perf_serializer.cc | 205 case PERF_RECORD_SAMPLE: in SerializeKernelEvent() 275 case PERF_RECORD_SAMPLE: in DeserializeKernelEvent() 1069 if (event.header.type == PERF_RECORD_SAMPLE) { in GetSampleInfoReaderForEvent() 1087 if (event.header.type == PERF_RECORD_SAMPLE) { in GetSampleInfoReaderForEvent()
|
D | perf_parser.cc | 169 case PERF_RECORD_SAMPLE: in ProcessEvents()
|
/external/toolchain-utils/ |
D | perf-to-inst-page.sh | 51 test grep -A 2 PERF_RECORD_SAMPLE $profile | grep -A 1 -B 1 "thread: $binary" | \
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | trace_helpers.c | 135 if (e->header.type == PERF_RECORD_SAMPLE) { in bpf_perf_event_print()
|
/external/perf_data_converter/src/quipper/kernel/ |
D | perf_event.h | 688 PERF_RECORD_SAMPLE = 9, enumerator
|
/external/bcc/src/cc/ |
D | perf_reader.c | 208 } else if (e->type == PERF_RECORD_SAMPLE) { in perf_reader_event_read()
|
/external/kernel-headers/original/uapi/linux/ |
D | perf_event.h | 868 PERF_RECORD_SAMPLE = 9, enumerator
|
/external/v8/tools/ |
D | ll_prof.py | 581 PERF_RECORD_SAMPLE = 9 variable 936 elif header.type == PERF_RECORD_SAMPLE:
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | ztypes_linux_s390x.go | 1065 PERF_RECORD_SAMPLE = 0x9 const
|
D | ztypes_linux_386.go | 1042 PERF_RECORD_SAMPLE = 0x9 const
|
D | ztypes_linux_mips.go | 1034 PERF_RECORD_SAMPLE = 0x9 const
|
D | ztypes_linux_amd64.go | 1060 PERF_RECORD_SAMPLE = 0x9 const
|
D | ztypes_linux_ppc64.go | 1049 PERF_RECORD_SAMPLE = 0x9 const
|
D | ztypes_linux_mips64.go | 1041 PERF_RECORD_SAMPLE = 0x9 const
|
D | ztypes_linux_mipsle.go | 1034 PERF_RECORD_SAMPLE = 0x9 const
|
D | ztypes_linux_arm.go | 1030 PERF_RECORD_SAMPLE = 0x9 const
|
D | ztypes_linux_arm64.go | 1039 PERF_RECORD_SAMPLE = 0x9 const
|
D | ztypes_linux_mips64le.go | 1041 PERF_RECORD_SAMPLE = 0x9 const
|
D | ztypes_linux_ppc64le.go | 1049 PERF_RECORD_SAMPLE = 0x9 const
|