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

Go to the source code of this file.

Macros

#define TRACE_DISPLAY_GRAPH   1
 
#define is_graph()   (tracer_flags.val & TRACE_DISPLAY_GRAPH)
 
#define __trace_function   trace_function
 

Functions

 device_initcall (init_wakeup_tracer)
 

Macro Definition Documentation

#define __trace_function   trace_function

Definition at line 266 of file trace_sched_wakeup.c.

#define is_graph ( )    (tracer_flags.val & TRACE_DISPLAY_GRAPH)

Definition at line 56 of file trace_sched_wakeup.c.

#define TRACE_DISPLAY_GRAPH   1

Definition at line 41 of file trace_sched_wakeup.c.

Function Documentation

device_initcall ( init_wakeup_tracer  )