Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
vsyscall_trace.h File Reference
#include <linux/tracepoint.h>
#include <trace/define_trace.h>

Go to the source code of this file.

Macros

#define TRACE_SYSTEM   vsyscall
 
#define __VSYSCALL_TRACE_H
 
#define TRACE_INCLUDE_PATH   ../../arch/x86/kernel
 
#define TRACE_INCLUDE_FILE   vsyscall_trace
 

Functions

 TRACE_EVENT (emulate_vsyscall, TP_PROTO(int nr), TP_ARGS(nr), TP_STRUCT__entry(__field(int, nr)), TP_fast_assign(__entry->nr=nr;), TP_printk("nr = %d", __entry->nr))
 

Macro Definition Documentation

#define __VSYSCALL_TRACE_H

Definition at line 5 of file vsyscall_trace.h.

#define TRACE_INCLUDE_FILE   vsyscall_trace

Definition at line 28 of file vsyscall_trace.h.

#define TRACE_INCLUDE_PATH   ../../arch/x86/kernel

Definition at line 27 of file vsyscall_trace.h.

#define TRACE_SYSTEM   vsyscall

Definition at line 2 of file vsyscall_trace.h.

Function Documentation

TRACE_EVENT ( emulate_vsyscall  ,
TP_PROTO(int nr ,
TP_ARGS(nr ,
TP_STRUCT__entry(__field(int, nr))  ,
TP_fast_assign(__entry->nr=nr;)  ,
TP_printk("nr = %d", __entry->nr  
)