Home
last modified time | relevance | path

Searched refs:SIMPLE_PERF_RECORD_SPLIT_END (Results 1 – 6 of 6) sorted by relevance

/system/extras/perfprofd/quipper/
Dperf_internals.h74 SIMPLE_PERF_RECORD_SPLIT_END, enumerator
Dperf_reader.cc808 case SIMPLE_PERF_RECORD_SPLIT_END: in IsSupportedEventType()
833 event.header.type == SIMPLE_PERF_RECORD_SPLIT_END) in ReadPerfSampleInfo()
1454 event.header.type == SIMPLE_PERF_RECORD_SPLIT_END) in ReadPerfEventBlock()
Dperf_parser.cc222 case SIMPLE_PERF_RECORD_SPLIT_END: in ProcessEvents()
/system/extras/simpleperf/
Drecord_file_writer.cpp153 header.type = SIMPLE_PERF_RECORD_SPLIT_END; in WriteRecord()
Drecord.h47 SIMPLE_PERF_RECORD_SPLIT_END, enumerator
Drecord_file_reader.cpp243 if (header.type != SIMPLE_PERF_RECORD_SPLIT_END) { in ReadRecord()