Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
syscall_metadata Struct Reference

#include <syscall.h>

Data Fields

const charname
 
int syscall_nr
 
int nb_args
 
const char ** types
 
const char ** args
 
struct list_head enter_fields
 
struct ftrace_event_callenter_event
 
struct ftrace_event_callexit_event
 

Detailed Description

Definition at line 22 of file syscall.h.

Field Documentation

const char** args

Definition at line 27 of file syscall.h.

struct ftrace_event_call* enter_event

Definition at line 30 of file syscall.h.

struct list_head enter_fields

Definition at line 28 of file syscall.h.

Definition at line 31 of file syscall.h.

const char* name

Definition at line 23 of file syscall.h.

int nb_args

Definition at line 25 of file syscall.h.

int syscall_nr

Definition at line 24 of file syscall.h.

const char** types

Definition at line 26 of file syscall.h.


The documentation for this struct was generated from the following file: