|
Linux Kernel
3.7.1
|
#include <linux/stringify.h>#include <linux/kallsyms.h>#include <linux/seq_file.h>#include <linux/debugfs.h>#include <linux/uaccess.h>#include <linux/ftrace.h>#include <linux/module.h>#include <linux/init.h>#include <linux/fs.h>#include "trace_output.h"#include "trace_entries.h"Go to the source code of this file.
Macros | |
| #define | TRACE_SYSTEM ftrace |
| #define | FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, filter, regfn) |
| #define | __field_struct(type, item) |
| #define | __field(type, item) type item; |
| #define | __field_desc(type, container, item) type item; |
| #define | __array(type, item, size) type item[size]; |
| #define | __array_desc(type, container, item, size) type item[size]; |
| #define | __dynamic_array(type, item) type item[]; |
| #define | F_STRUCT(args...) args |
| #define | F_printk(fmt, args...) fmt, args |
| #define | FTRACE_ENTRY(name, struct_name, id, tstruct, print, filter) |
| #define | FTRACE_ENTRY_DUP(name, struct_name, id, tstruct, print, filter) |
| #define | __field(type, item) |
| #define | __field_desc(type, container, item) |
| #define | __array(type, item, len) |
| #define | __array_desc(type, container, item, len) |
| #define | __dynamic_array(type, item) |
| #define | FTRACE_ENTRY(name, struct_name, id, tstruct, print, filter) |
| #define | __entry REC |
| #define | __field(type, item) |
| #define | __field_desc(type, container, item) |
| #define | __array(type, item, len) |
| #define | __array_desc(type, container, item, len) |
| #define | __dynamic_array(type, item) |
| #define | F_printk(fmt, args...) __stringify(fmt) ", " __stringify(args) |
| #define | FTRACE_ENTRY_REG(call, struct_name, etype, tstruct, print, filter, regfn) |
| #define | FTRACE_ENTRY(call, struct_name, etype, tstruct, print, filter) |
Functions | |
| int | ftrace_event_is_function (struct ftrace_event_call *call) |
Definition at line 156 of file trace_export.c.
Definition at line 156 of file trace_export.c.
Definition at line 156 of file trace_export.c.
Definition at line 159 of file trace_export.c.
Definition at line 159 of file trace_export.c.
Definition at line 159 of file trace_export.c.
Definition at line 162 of file trace_export.c.
Definition at line 162 of file trace_export.c.
| #define __entry REC |
Definition at line 147 of file trace_export.c.
Definition at line 150 of file trace_export.c.
Definition at line 150 of file trace_export.c.
Definition at line 153 of file trace_export.c.
Definition at line 153 of file trace_export.c.
Definition at line 153 of file trace_export.c.
Definition at line 33 of file trace_export.c.
Definition at line 165 of file trace_export.c.
| #define F_printk | ( | fmt, | |
| args... | |||
| ) | __stringify(fmt) ", " __stringify(args) |
Definition at line 165 of file trace_export.c.
| #define F_STRUCT | ( | args... | ) | args |
Definition at line 51 of file trace_export.c.
Definition at line 189 of file trace_export.c.
Definition at line 189 of file trace_export.c.
| #define FTRACE_ENTRY | ( | call, | |
| struct_name, | |||
| etype, | |||
| tstruct, | |||
| print, | |||
| filter | |||
| ) |
Definition at line 189 of file trace_export.c.
Definition at line 70 of file trace_export.c.
Definition at line 168 of file trace_export.c.
| #define FTRACE_ENTRY_REG | ( | call, | |
| struct_name, | |||
| etype, | |||
| tstruct, | |||
| print, | |||
| filter, | |||
| regfn | |||
| ) |
Definition at line 168 of file trace_export.c.
| #define TRACE_SYSTEM ftrace |
Definition at line 19 of file trace_export.c.
| int ftrace_event_is_function | ( | struct ftrace_event_call * | call | ) |
Definition at line 193 of file trace_export.c.
1.8.2