Home
last modified time | relevance | path

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

/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
Devent.h72 u64 time_enabled; member
101 u64 time_enabled; member
/system/extras/simpleperf/
Devent_fd.h32 uint64_t time_enabled; // The enabled time. member
Dcmd_stat.cpp360 counter_info.counter.time_enabled, counter_info.counter.time_running, in ShowCounters()
373 time_enabled_sum += counter_info.counter.time_enabled; in ShowCounters()
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
Devent.h59 u64 time_enabled; member
94 u64 time_enabled; member
/system/extras/perfprofd/quipper/
Dperf_reader.cc255 sample->read.time_enabled = *array++; in ReadReadInfo()
262 ByteSwap(&sample->read.time_enabled); in ReadReadInfo()
571 *array++ = sample.read.time_enabled; in WritePerfSampleToData()
1451 ByteSwap(&event_copy->read.time_enabled); in ReadPerfEventBlock()