Home
last modified time | relevance | path

Searched refs:time_data (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Drecord.cpp99 MoveFromBinaryFormat(time_data, p); in ReadFromBinaryFormat()
124 MoveToBinaryFormat(time_data, p); in WriteToBinaryFormat()
144 PrintIndented(indent, "sample_id: time %" PRId64 "\n", time_data.time); in Dump()
254 MoveFromBinaryFormat(time_data, p); in SampleRecord()
287 PrintIndented(indent, "time %" PRId64 "\n", time_data.time); in DumpData()
Drecord.h79 PerfSampleTimeType time_data; // Valid if sample_id_all && PERF_SAMPLE_TIME. member
173 PerfSampleTimeType time_data; // Valid if PERF_SAMPLE_TIME. member