Linux Perf
intel-pt-events Namespace Reference

Functions

def trace_begin ()
 
def trace_end ()
 
def trace_unhandled (event_name, context, event_fields_dict)
 
def print_ptwrite (raw_buf)
 
def print_cbr (raw_buf)
 
def print_mwait (raw_buf)
 
def print_pwre (raw_buf)
 
def print_exstop (raw_buf)
 
def print_pwrx (raw_buf)
 
def print_common_start (comm, sample, name)
 
def print_common_ip (sample, symbol, dso)
 
def process_event (param_dict)
 

Function Documentation

◆ print_cbr()

def intel-pt-events.print_cbr (   raw_buf)

Definition at line 40 of file intel-pt-events.py.

◆ print_common_ip()

def intel-pt-events.print_common_ip (   sample,
  symbol,
  dso 
)

Definition at line 83 of file intel-pt-events.py.

◆ print_common_start()

def intel-pt-events.print_common_start (   comm,
  sample,
  name 
)

Definition at line 76 of file intel-pt-events.py.

◆ print_exstop()

def intel-pt-events.print_exstop (   raw_buf)

Definition at line 62 of file intel-pt-events.py.

◆ print_mwait()

def intel-pt-events.print_mwait (   raw_buf)

Definition at line 47 of file intel-pt-events.py.

◆ print_ptwrite()

def intel-pt-events.print_ptwrite (   raw_buf)

Definition at line 33 of file intel-pt-events.py.

◆ print_pwre()

def intel-pt-events.print_pwre (   raw_buf)

Definition at line 54 of file intel-pt-events.py.

◆ print_pwrx()

def intel-pt-events.print_pwrx (   raw_buf)

Definition at line 68 of file intel-pt-events.py.

◆ process_event()

def intel-pt-events.process_event (   param_dict)

Definition at line 87 of file intel-pt-events.py.

Here is the call graph for this function:

◆ trace_begin()

def intel-pt-events.trace_begin ( )

Definition at line 24 of file intel-pt-events.py.

◆ trace_end()

def intel-pt-events.trace_end ( )

Definition at line 27 of file intel-pt-events.py.

◆ trace_unhandled()

def intel-pt-events.trace_unhandled (   event_name,
  context,
  event_fields_dict 
)

Definition at line 30 of file intel-pt-events.py.

Here is the call graph for this function: