Linux Kernel
3.7.1
|
#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 |
anonymous enum |
Definition at line 16 of file trace_nop.c.
Definition at line 89 of file trace_nop.c.