Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/
Dbuiltin-sched.c112 static unsigned long nr_context_switch_bugs; variable
1498 nr_context_switch_bugs++; in process_sched_switch_event()
1679 if (nr_context_switch_bugs && nr_timestamps) { in print_bad_events()
1681 (double)nr_context_switch_bugs/(double)nr_timestamps*100.0, in print_bad_events()
1682 nr_context_switch_bugs, nr_timestamps); in print_bad_events()