Searched refs:TASK_AVG (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/accounting/ |
| H A D | delaytop.c | 70 #define TASK_AVG(task, field) average_ms((task).field##_delay_total, (task).field##_count) macro 977 TASK_AVG(tasks[i], mem), in display_results() 978 TASK_AVG(tasks[i], swapin), in display_results() 979 TASK_AVG(tasks[i], freepages), in display_results() 980 TASK_AVG(tasks[i], thrashing), in display_results() 981 TASK_AVG(tasks[i], compact), in display_results() 982 TASK_AVG(tasks[i], wpcopy)); in display_results() 985 TASK_AVG(tasks[i], cpu), in display_results() 986 TASK_AVG(tasks[i], blkio), in display_results() 987 TASK_AVG(tasks[i], irq), in display_results() [all …]
|