Linux Kernel
3.7.1
|
#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 int(* tracepoint_handler)(struct trace *trace, struct perf_evsel *evsel, struct perf_sample *sample) |
Definition at line 118 of file builtin-trace.c.