Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Typedefs | Functions
builtin-trace.c File Reference
#include "builtin.h"
#include "util/evlist.h"
#include "util/parse-options.h"
#include "util/thread_map.h"
#include "event-parse.h"
#include <libaudit.h>
#include <stdlib.h>

Go to the source code of this file.

Data Structures

struct  syscall_fmt
 
struct  syscall
 
struct  trace
 

Typedefs

typedef int(* tracepoint_handler )(struct trace *trace, struct perf_evsel *evsel, struct perf_sample *sample)
 

Functions

int cmd_trace (int argc, const char **argv, const char *prefix __maybe_unused)
 

Typedef Documentation

typedef int(* tracepoint_handler)(struct trace *trace, struct perf_evsel *evsel, struct perf_sample *sample)

Definition at line 118 of file builtin-trace.c.

Function Documentation

int cmd_trace ( int  argc,
const char **  argv,
const char *prefix  __maybe_unused 
)

Definition at line 294 of file builtin-trace.c.