D | utils.h | 69 * 4. Additional notes describing the nature of any errors 74 #define PRINT_F(summary, cycles, nsec, error, notes) \ argument 86 printk(FORMAT_STR, summary, cycle_str, nsec_str, notes); \ 89 #define PRINT_STATS(summary, value, error, notes) \ argument 92 error, notes) 94 #define PRINT_STATS_AVG(summary, value, counter, error, notes) \ argument 97 error, notes);
|