|
Linux Kernel
3.7.1
|
#include <Python.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <errno.h>#include "../../perf.h"#include "../evsel.h"#include "../util.h"#include "../event.h"#include "../thread.h"#include "../trace-event.h"Go to the source code of this file.
Macros | |
| #define | FTRACE_MAX_EVENT ((1 << (sizeof(unsigned short) * 8)) - 1) |
| #define | MAX_FIELDS 64 |
| #define | N_COMMON_FIELDS 7 |
Functions | |
| PyMODINIT_FUNC | initperf_trace_context (void) |
Variables | |
| struct event_format * | events [FTRACE_MAX_EVENT] |
| struct scripting_context * | scripting_context |
| struct scripting_ops | python_scripting_ops |
Definition at line 39 of file trace-event-python.c.
| #define MAX_FIELDS 64 |
Definition at line 44 of file trace-event-python.c.
| #define N_COMMON_FIELDS 7 |
Definition at line 45 of file trace-event-python.c.
Definition at line 42 of file trace-event-python.c.
| struct scripting_ops python_scripting_ops |
Definition at line 688 of file trace-event-python.c.
Definition at line 31 of file trace-event-scripting.c.
1.8.2