blob: d4df7426816a90075b8e0aaf9fbb285e12bfbe81 [file]
#ifndef NOHZ_TRACKING_H
#define NOHZ_TRACKING_H
/* called for each cpu, for each tick */
void track_nohz_residency(int cpu);
void print_nohz_residency(void);
#endif