Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_stat.cpp190 counter.time_enabled, counter.time_running, counter.id); in ShowCounters()
199 sum_counter.time_running += counter.time_running; in ShowCounters()
203 if (sum_counter.time_running < sum_counter.time_enabled) { in ShowCounters()
204 if (sum_counter.time_running == 0) { in ShowCounters()
209 sum_counter.time_enabled / sum_counter.time_running); in ShowCounters()
Devent_fd.h33 uint64_t time_running; // The running time. member
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
Devent.h74 u64 time_running; member
102 u64 time_running; member
/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()