Home
last modified time | relevance | path

Searched refs:time_running (Results 1 – 5 of 5) sorted by relevance

/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
Devent.h74 u64 time_running; member
102 u64 time_running; member
/system/extras/simpleperf/
Devent_fd.h33 uint64_t time_running; // The running time. member
Dcmd_stat.cpp360 counter_info.counter.time_enabled, counter_info.counter.time_running, in ShowCounters()
374 time_running_sum += counter_info.counter.time_running; in ShowCounters()
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
Devent.h60 u64 time_running; member
95 u64 time_running; member
/system/extras/perfprofd/quipper/
Dperf_reader.cc257 sample->read.time_running = *array++; in ReadReadInfo()
263 ByteSwap(&sample->read.time_running); in ReadReadInfo()
573 *array++ = sample.read.time_running; in WritePerfSampleToData()
1452 ByteSwap(&event_copy->read.time_running); in ReadPerfEventBlock()