Linux Perf
tables Struct Reference
Collaboration diagram for tables:
Collaboration graph

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
 

Detailed Description

Definition at line 100 of file trace-event-python.c.

Member Data Documentation

◆ branch_type_handler

PyObject* tables::branch_type_handler

Definition at line 109 of file trace-event-python.c.

◆ call_path_handler

PyObject* tables::call_path_handler

Definition at line 111 of file trace-event-python.c.

◆ call_return_handler

PyObject* tables::call_return_handler

Definition at line 112 of file trace-event-python.c.

◆ comm_handler

PyObject* tables::comm_handler

Definition at line 105 of file trace-event-python.c.

◆ comm_thread_handler

PyObject* tables::comm_thread_handler

Definition at line 106 of file trace-event-python.c.

◆ db_export_mode

bool tables::db_export_mode

Definition at line 113 of file trace-event-python.c.

◆ dbe

struct db_export tables::dbe

Definition at line 101 of file trace-event-python.c.

◆ dso_handler

PyObject* tables::dso_handler

Definition at line 107 of file trace-event-python.c.

◆ evsel_handler

PyObject* tables::evsel_handler

Definition at line 102 of file trace-event-python.c.

◆ machine_handler

PyObject* tables::machine_handler

Definition at line 103 of file trace-event-python.c.

◆ sample_handler

PyObject* tables::sample_handler

Definition at line 110 of file trace-event-python.c.

◆ symbol_handler

PyObject* tables::symbol_handler

Definition at line 108 of file trace-event-python.c.

◆ thread_handler

PyObject* tables::thread_handler

Definition at line 104 of file trace-event-python.c.


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