Home
last modified time | relevance | path

Searched refs:PERF_RECORD_LOST (Results 1 – 20 of 20) sorted by relevance

/external/perf_data_converter/src/quipper/
Dsample_info_reader.cc27 case PERF_RECORD_LOST: in IsSupportedEventType()
562 case PERF_RECORD_LOST: in GetSampleFieldsForEventType()
602 case PERF_RECORD_LOST: in GetPerfSampleDataOffset()
Dperf_data_utils.cc63 case PERF_RECORD_LOST: in GetSampleInfoForEvent()
Dperf_parser.cc231 case PERF_RECORD_LOST: in ProcessEvents()
Dperf_serializer.cc217 case PERF_RECORD_LOST: in SerializeKernelEvent()
292 case PERF_RECORD_LOST: in DeserializeKernelEvent()
Dperf_reader.cc1827 case PERF_RECORD_LOST: in MaybeSwapEventFields()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtrace_helpers.c139 } else if (e->header.type == PERF_RECORD_LOST) { in bpf_perf_event_print()
/external/perf_data_converter/src/quipper/kernel/
Dperf_event.h576 PERF_RECORD_LOST = 2, enumerator
/external/bcc/src/cc/
Dperf_reader.c193 if (e->type == PERF_RECORD_LOST) { in perf_reader_event_read()
/external/kernel-headers/original/uapi/linux/
Dperf_event.h753 PERF_RECORD_LOST = 2, enumerator
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1058 PERF_RECORD_LOST = 0x2 const
Dztypes_linux_386.go1035 PERF_RECORD_LOST = 0x2 const
Dztypes_linux_mips.go1027 PERF_RECORD_LOST = 0x2 const
Dztypes_linux_amd64.go1053 PERF_RECORD_LOST = 0x2 const
Dztypes_linux_ppc64.go1042 PERF_RECORD_LOST = 0x2 const
Dztypes_linux_mips64.go1034 PERF_RECORD_LOST = 0x2 const
Dztypes_linux_mipsle.go1027 PERF_RECORD_LOST = 0x2 const
Dztypes_linux_arm.go1023 PERF_RECORD_LOST = 0x2 const
Dztypes_linux_arm64.go1032 PERF_RECORD_LOST = 0x2 const
Dztypes_linux_mips64le.go1034 PERF_RECORD_LOST = 0x2 const
Dztypes_linux_ppc64le.go1042 PERF_RECORD_LOST = 0x2 const