Linux Perf
|
Public Attributes | |
struct db_export | dbe |
PyObject * | evsel_handler |
PyObject * | machine_handler |
PyObject * | thread_handler |
PyObject * | comm_handler |
PyObject * | comm_thread_handler |
PyObject * | dso_handler |
PyObject * | symbol_handler |
PyObject * | branch_type_handler |
PyObject * | sample_handler |
PyObject * | call_path_handler |
PyObject * | call_return_handler |
bool | db_export_mode |
Definition at line 100 of file trace-event-python.c.
PyObject* tables::branch_type_handler |
Definition at line 109 of file trace-event-python.c.
PyObject* tables::call_path_handler |
Definition at line 111 of file trace-event-python.c.
PyObject* tables::call_return_handler |
Definition at line 112 of file trace-event-python.c.
PyObject* tables::comm_handler |
Definition at line 105 of file trace-event-python.c.
PyObject* tables::comm_thread_handler |
Definition at line 106 of file trace-event-python.c.
bool tables::db_export_mode |
Definition at line 113 of file trace-event-python.c.
struct db_export tables::dbe |
Definition at line 101 of file trace-event-python.c.
PyObject* tables::dso_handler |
Definition at line 107 of file trace-event-python.c.
PyObject* tables::evsel_handler |
Definition at line 102 of file trace-event-python.c.
PyObject* tables::machine_handler |
Definition at line 103 of file trace-event-python.c.
PyObject* tables::sample_handler |
Definition at line 110 of file trace-event-python.c.
PyObject* tables::symbol_handler |
Definition at line 108 of file trace-event-python.c.
PyObject* tables::thread_handler |
Definition at line 104 of file trace-event-python.c.