Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/perf_event_open/
Dperf_event_open02.c142 unsigned long long time_running; member
192 buf.time_enabled, buf.time_running); in count_hardware_counters()
207 if (buf.time_enabled != buf.time_running) { in count_hardware_counters()
/external/perf_data_converter/src/quipper/
Dsample_info_reader.cc49 reader->ReadUint64(&sample->read.time_running); in ReadReadInfo()
62 reader->ReadUint64(&sample->read.time_running); in ReadGroupReadInfo()
427 *array++ = sample.read.time_running; in WritePerfSampleToData()
437 *array++ = sample.read.time_running; in WritePerfSampleToData()
Dperf_serializer.cc376 read_info->set_time_running(sample_info.read.time_running); in SerializeSampleEvent()
436 sample_info.read.time_running = read_info.time_running(); in DeserializeSampleEvent()
662 sample->set_time_running(read.time_running); in SerializeReadEvent()
675 read.time_running = sample.time_running(); in DeserializeReadEvent()
Dsample_info_reader_test.cc259 EXPECT_EQ(1234567890 * 1000000000ULL, sample.read.time_running); in TEST()
Dperf_data.proto273 optional uint64 time_running = 2; field
421 optional uint64 time_running = 5; field
Dperf_reader_test.cc675 EXPECT_EQ(0x7ffed1a5e950, sample.read_info().time_running()); in TEST()
Dperf_reader.cc1842 ByteSwap(&event->read.time_running); in MaybeSwapEventFields()
/external/perf_data_converter/src/quipper/kernel/
Dperf_internals.h153 u64 time_running; member
203 u64 time_running; member
Dperf_event.h400 __u64 time_running; /* time event on cpu */ member
/external/kernel-headers/original/uapi/linux/
Dperf_event.h516 __u64 time_running; /* time event on cpu */ member