Home
last modified time | relevance | path

Searched refs:time_running (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/perf_event_open/
H A Dperf_event_open02.c57 unsigned long long time_running; member
146 diff.time_running = buf2.time_running - buf.time_running; in count_hardware_counters()
149 "time_running:%lld", i, diff.value, in count_hardware_counters()
150 diff.time_enabled, diff.time_running); in count_hardware_counters()
153 * Normally time_enabled and time_running are the same value. in count_hardware_counters()
156 * part of the time. Time_enabled and time_running's values in count_hardware_counters()
159 * the count. So if buf.time_enabled and buf.time_running are in count_hardware_counters()
164 if (diff.time_enabled != diff.time_running) { in count_hardware_counters()
[all...]
/third_party/libbpf/include/uapi/linux/
H A Dperf_event.h343 * { u64 time_running; } && PERF_FORMAT_TOTAL_TIME_RUNNING
350 * { u64 time_running; } && PERF_FORMAT_TOTAL_TIME_RUNNING
584 * running = pc->time_running;
610 __u64 time_running; /* time event on cpu */ member

Completed in 4 milliseconds