Home | History | Annotate | Download | only in perf

Lines Matching full:nr_timestamps

150 	unsigned long	 nr_timestamps;
1057 sched->nr_timestamps++;
1105 sched->nr_timestamps++;
1495 if (sched->nr_unordered_timestamps && sched->nr_timestamps) {
1497 (double)sched->nr_unordered_timestamps/(double)sched->nr_timestamps*100.0,
1498 sched->nr_unordered_timestamps, sched->nr_timestamps);
1505 if (sched->nr_state_machine_bugs && sched->nr_timestamps) {
1507 (double)sched->nr_state_machine_bugs/(double)sched->nr_timestamps*100.0,
1508 sched->nr_state_machine_bugs, sched->nr_timestamps);
1513 if (sched->nr_context_switch_bugs && sched->nr_timestamps) {
1515 (double)sched->nr_context_switch_bugs/(double)sched->nr_timestamps*100.0,
1516 sched->nr_context_switch_bugs, sched->nr_timestamps);