kernel/kernel/trace/trace_stat.h
.. .. @@ -16,7 +16,7 @@ 16 16 void *(*stat_start)(struct tracer_stat *trace); 17 17 void *(*stat_next)(void *prev, int idx); 18 18 /* Compare two entries for stats sorting */ 19 - int (*stat_cmp)(void *p1, void *p2);19 + cmp_func_t stat_cmp;20 20 /* Print a stat entry */ 21 21 int (*stat_show)(struct seq_file *s, void *p); 22 22 /* Release an entry */