Linux Perf
event_analyzing_sample Namespace Reference

Functions

def trace_begin ()
 
def process_event (param_dict)
 
def insert_db (event)
 
def trace_end ()
 
def num2sym (num)
 
def show_general_events ()
 
def show_pebs_ll ()
 
def trace_unhandled (event_name, context, event_fields_dict)
 

Variables

 con = sqlite3.connect("/dev/shm/perf.db")
 
 isolation_level
 

Function Documentation

◆ insert_db()

def event_analyzing_sample.insert_db (   event)

Definition at line 93 of file event_analyzing_sample.py.

◆ num2sym()

def event_analyzing_sample.num2sym (   num)

Definition at line 116 of file event_analyzing_sample.py.

◆ process_event()

def event_analyzing_sample.process_event (   param_dict)

Definition at line 71 of file event_analyzing_sample.py.

Here is the call graph for this function:

◆ show_general_events()

def event_analyzing_sample.show_general_events ( )

Definition at line 121 of file event_analyzing_sample.py.

Here is the call graph for this function:

◆ show_pebs_ll()

def event_analyzing_sample.show_pebs_ll ( )

Definition at line 155 of file event_analyzing_sample.py.

Here is the call graph for this function:

◆ trace_begin()

def event_analyzing_sample.trace_begin ( )

Definition at line 39 of file event_analyzing_sample.py.

◆ trace_end()

def event_analyzing_sample.trace_end ( )

Definition at line 104 of file event_analyzing_sample.py.

Here is the call graph for this function:

◆ trace_unhandled()

def event_analyzing_sample.trace_unhandled (   event_name,
  context,
  event_fields_dict 
)

Definition at line 189 of file event_analyzing_sample.py.

Here is the call graph for this function:

Variable Documentation

◆ con

event_analyzing_sample.con = sqlite3.connect("/dev/shm/perf.db")

Definition at line 36 of file event_analyzing_sample.py.

◆ isolation_level

event_analyzing_sample.isolation_level

Definition at line 37 of file event_analyzing_sample.py.