Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Typedefs | Functions
trace_stat.c File Reference
#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)
 

Typedef Documentation

typedef int(* cmp_stat_t)(void *, void *)

Definition at line 105 of file trace_stat.c.

Function Documentation

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.