HomeSort by relevance Sort by last modified time
    Searched refs:time_running (Results 1 - 15 of 15) sorted by null

  /system/extras/tests/icachetest/
Profiler.h 86 uint64_t time_running; member in class:utils::Profiler::Counters
95 lhs.time_running -= rhs.time_running;
117 return std::chrono::duration<uint64_t, std::nano>(time_running);
192 outCounters->time_running = counters.time_running;
  /system/extras/simpleperf/
event_fd.h 34 uint64_t time_running; // The running time. member in struct:PerfCounter
cmd_stat.cpp 635 counter_info.counter.time_running, counter_info.counter.id);
643 counter_info.counter.time_running, counter_info.counter.id);
657 time_running_sum += counter_info.counter.time_running;
record_lib_interface.cpp 191 sum.time_running_in_ns += c.counter.time_running;
  /external/ltp/testcases/kernel/syscalls/perf_event_open/
perf_event_open02.c 141 unsigned long long time_running; member in struct:read_format
190 "time_running:%lld\n", i, buf.value,
191 buf.time_enabled, buf.time_running);
195 * Normally time_enabled and time_running are the same value.
198 * part of the time. Time_enabled and time_running's values
201 * the count. So if buf.time_enabled and buf.time_running are
206 if (buf.time_enabled != buf.time_running) {
  /external/perf_data_converter/src/quipper/kernel/
perf_internals.h 153 u64 time_running; member in struct:quipper::read_event
203 u64 time_running; member in struct:quipper::sample_read
perf_event.h 212 * { u64 time_running; } && PERF_FORMAT_TOTAL_TIME_RUNNING
218 * { u64 time_running; } && PERF_FORMAT_TOTAL_TIME_RUNNING
374 * running = pc->time_running;
400 __u64 time_running; /* time event on cpu */ member in struct:perf_event_mmap_page
  /external/perf_data_converter/src/quipper/
sample_info_reader.cc 49 reader->ReadUint64(&sample->read.time_running);
62 reader->ReadUint64(&sample->read.time_running);
427 *array++ = sample.read.time_running;
437 *array++ = sample.read.time_running;
perf_serializer.cc 376 read_info->set_time_running(sample_info.read.time_running);
436 sample_info.read.time_running = read_info.time_running();
662 sample->set_time_running(read.time_running);
675 read.time_running = sample.time_running();
    [all...]
sample_info_reader_test.cc 228 // { u64 time_running; } && PERF_FORMAT_TOTAL_TIME_RUNNING
234 1234567890 * 1000000000ULL, // READ: time_running
259 EXPECT_EQ(1234567890 * 1000000000ULL, sample.read.time_running);
perf_reader.cc     [all...]
perf_reader_test.cc 612 0x7ffed1a5e950, // time_running
675 EXPECT_EQ(0x7ffed1a5e950, sample.read_info().time_running());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
perf_event.h 142 * { u64 time_running; } && PERF_FORMAT_TOTAL_TIME_RUNNING
148 * { u64 time_running; } && PERF_FORMAT_TOTAL_TIME_RUNNING
292 __u64 time_running; /* time event on cpu */ member in struct:perf_event_mmap_page
  /bionic/libc/kernel/uapi/linux/
perf_event.h 244 __u64 time_running; member in struct:perf_event_mmap_page
  /external/kernel-headers/original/uapi/linux/
perf_event.h 272 * { u64 time_running; } && PERF_FORMAT_TOTAL_TIME_RUNNING
278 * { u64 time_running; } && PERF_FORMAT_TOTAL_TIME_RUNNING
461 * running = pc->time_running;
487 __u64 time_running; /* time event on cpu */ member in struct:perf_event_mmap_page

Completed in 312 milliseconds