Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/
Dbuiltin-sched.c151 unsigned long nr_unordered_timestamps; member
1049 sched->nr_unordered_timestamps++; in latency_wakeup_event()
1098 sched->nr_unordered_timestamps++; in latency_migrate_task_event()
1485 if (sched->nr_unordered_timestamps && sched->nr_timestamps) { in print_bad_events()
1487 (double)sched->nr_unordered_timestamps/(double)sched->nr_timestamps*100.0, in print_bad_events()
1488 sched->nr_unordered_timestamps, sched->nr_timestamps); in print_bad_events()