|
Linux Kernel
3.7.1
|
#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) | |
| #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.
| device_initcall | ( | init_wakeup_tracer | ) |
1.8.2