Home
last modified time | relevance | path

Searched refs:PERF_RECORD_SAMPLE (Results 1 – 25 of 26) sorted by relevance

12

/external/perf_data_converter/src/quipper/
Dsample_info_reader.cc21 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()
Dsample_info_reader_test.cc54 .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()
Dperf_reader_test.cc112 .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 …]
Dperf_parser_test.cc466 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 …]
Dperf_data_utils.cc78 if (event.header().type() == PERF_RECORD_SAMPLE) in GetTimeFromPerfEvent()
Dtest_perf_data.cc340 .type = MaybeSwap32(PERF_RECORD_SAMPLE), in WriteTo()
375 .type = PERF_RECORD_SAMPLE, in WriteTo()
Dperf_serializer.cc205 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()
Dperf_parser.cc169 case PERF_RECORD_SAMPLE: in ProcessEvents()
/external/toolchain-utils/
Dperf-to-inst-page.sh51 test grep -A 2 PERF_RECORD_SAMPLE $profile | grep -A 1 -B 1 "thread: $binary" | \
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtrace_helpers.c135 if (e->header.type == PERF_RECORD_SAMPLE) { in bpf_perf_event_print()
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h688 PERF_RECORD_SAMPLE = 9, enumerator
/external/bcc/src/cc/
Dperf_reader.c208 } else if (e->type == PERF_RECORD_SAMPLE) { in perf_reader_event_read()
/external/kernel-headers/original/uapi/linux/
Dperf_event.h868 PERF_RECORD_SAMPLE = 9, enumerator
/external/v8/tools/
Dll_prof.py581 PERF_RECORD_SAMPLE = 9 variable
936 elif header.type == PERF_RECORD_SAMPLE:
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1065 PERF_RECORD_SAMPLE = 0x9 const
Dztypes_linux_386.go1042 PERF_RECORD_SAMPLE = 0x9 const
Dztypes_linux_mips.go1034 PERF_RECORD_SAMPLE = 0x9 const
Dztypes_linux_amd64.go1060 PERF_RECORD_SAMPLE = 0x9 const
Dztypes_linux_ppc64.go1049 PERF_RECORD_SAMPLE = 0x9 const
Dztypes_linux_mips64.go1041 PERF_RECORD_SAMPLE = 0x9 const
Dztypes_linux_mipsle.go1034 PERF_RECORD_SAMPLE = 0x9 const
Dztypes_linux_arm.go1030 PERF_RECORD_SAMPLE = 0x9 const
Dztypes_linux_arm64.go1039 PERF_RECORD_SAMPLE = 0x9 const
Dztypes_linux_mips64le.go1041 PERF_RECORD_SAMPLE = 0x9 const
Dztypes_linux_ppc64le.go1049 PERF_RECORD_SAMPLE = 0x9 const

12