Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
tracer_stat Struct Reference

#include <trace_stat.h>

Data Fields

const charname
 
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)
 

Detailed Description

Definition at line 11 of file trace_stat.h.

Field Documentation

const char* name

Definition at line 13 of file trace_stat.h.

int(* stat_cmp)(void *p1, void *p2)

Definition at line 18 of file trace_stat.h.

int(* stat_headers)(struct seq_file *s)

Definition at line 24 of file trace_stat.h.

void*(* stat_next)(void *prev, int idx)

Definition at line 16 of file trace_stat.h.

void(* stat_release)(void *stat)

Definition at line 22 of file trace_stat.h.

int(* stat_show)(struct seq_file *s, void *p)

Definition at line 20 of file trace_stat.h.

void*(* stat_start)(struct tracer_stat *trace)

Definition at line 15 of file trace_stat.h.


The documentation for this struct was generated from the following file: