]> Pileus Git - ~andy/linux/blobdiff - kernel/trace/trace_stat.h
sis900: fix sis900_set_mode call parameters.
[~andy/linux] / kernel / trace / trace_stat.h
index f3546a2cd826bc6ae0ecb85c3c631bd411884aab..8f03914b9a6a6223622d15da4a3612f6e7e15ed3 100644 (file)
@@ -18,6 +18,8 @@ struct tracer_stat {
        int                     (*stat_cmp)(void *p1, void *p2);
        /* Print a stat entry */
        int                     (*stat_show)(struct seq_file *s, void *p);
+       /* Release an entry */
+       void                    (*stat_release)(void *stat);
        /* Print the headers of your stat entries */
        int                     (*stat_headers)(struct seq_file *s);
 };