Linux Kernel
3.7.1
|
#include <trace_stat.h>
Data Fields | |
const char * | name |
void *(* | stat_start )(struct tracer_stat *trace) |
void *(* | stat_next )(void *prev, int idx) |
int(* | stat_cmp )(void *p1, void *p2) |
int(* | stat_show )(struct seq_file *s, void *p) |
void(* | stat_release )(void *stat) |
int(* | stat_headers )(struct seq_file *s) |
Definition at line 11 of file trace_stat.h.
Definition at line 13 of file trace_stat.h.
Definition at line 22 of file trace_stat.h.
void*(* stat_start)(struct tracer_stat *trace) |
Definition at line 15 of file trace_stat.h.