|
Linux Kernel
3.7.1
|
#include <linux/list.h>#include <linux/slab.h>#include <linux/rbtree.h>#include <linux/debugfs.h>#include "trace_stat.h"#include "trace.h"Go to the source code of this file.
Data Structures | |
| struct | stat_node |
| struct | stat_session |
Typedefs | |
| typedef int(* | cmp_stat_t )(void *, void *) |
Functions | |
| int | register_stat_tracer (struct tracer_stat *trace) |
| void | unregister_stat_tracer (struct tracer_stat *trace) |
Definition at line 105 of file trace_stat.c.
| int register_stat_tracer | ( | struct tracer_stat * | trace | ) |
Definition at line 331 of file trace_stat.c.
| void unregister_stat_tracer | ( | struct tracer_stat * | trace | ) |
Definition at line 375 of file trace_stat.c.
1.8.2