Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations | Variables
trace_nop.c File Reference
#include <linux/module.h>
#include <linux/fs.h>
#include <linux/debugfs.h>
#include <linux/ftrace.h>
#include "trace.h"

Go to the source code of this file.

Enumerations

enum  { TRACE_NOP_OPT_ACCEPT = 0x1, TRACE_NOP_OPT_REFUSE = 0x2 }
 

Variables

struct tracer nop_trace __read_mostly
 

Enumeration Type Documentation

anonymous enum
Enumerator:
TRACE_NOP_OPT_ACCEPT 
TRACE_NOP_OPT_REFUSE 

Definition at line 16 of file trace_nop.c.

Variable Documentation

struct tracer nop_trace __read_mostly
Initial value:
=
{
.name = "nop",
.init = nop_trace_init,
.reset = nop_trace_reset,
.wait_pipe = poll_wait_pipe,
.flags = &nop_flags,
.set_flag = nop_set_flag
}

Definition at line 89 of file trace_nop.c.