Linux Perf
stat-cpi Namespace Reference

Functions

def get_key (time, event, cpu, thread)
 
def store_key (time, cpu, thread)
 
def store (time, event, cpu, thread, val, ena, run)
 
def get (time, event, cpu, thread)
 
def stat__cycles_k (cpu, thread, time, val, ena, run)
 
def stat__instructions_k (cpu, thread, time, val, ena, run)
 
def stat__cycles_u (cpu, thread, time, val, ena, run)
 
def stat__instructions_u (cpu, thread, time, val, ena, run)
 
def stat__cycles (cpu, thread, time, val, ena, run)
 
def stat__instructions (cpu, thread, time, val, ena, run)
 
def stat__interval (time)
 
def trace_end ()
 

Variables

dictionary data = {}
 
list times = []
 
list threads = []
 
list cpus = []
 

Function Documentation

◆ get()

def stat-cpi.get (   time,
  event,
  cpu,
  thread 
)

Definition at line 30 of file stat-cpi.py.

Here is the call graph for this function:

◆ get_key()

def stat-cpi.get_key (   time,
  event,
  cpu,
  thread 
)

Definition at line 9 of file stat-cpi.py.

◆ stat__cycles()

def stat-cpi.stat__cycles (   cpu,
  thread,
  time,
  val,
  ena,
  run 
)

Definition at line 46 of file stat-cpi.py.

Here is the call graph for this function:

◆ stat__cycles_k()

def stat-cpi.stat__cycles_k (   cpu,
  thread,
  time,
  val,
  ena,
  run 
)

Definition at line 34 of file stat-cpi.py.

Here is the call graph for this function:

◆ stat__cycles_u()

def stat-cpi.stat__cycles_u (   cpu,
  thread,
  time,
  val,
  ena,
  run 
)

Definition at line 40 of file stat-cpi.py.

Here is the call graph for this function:

◆ stat__instructions()

def stat-cpi.stat__instructions (   cpu,
  thread,
  time,
  val,
  ena,
  run 
)

Definition at line 49 of file stat-cpi.py.

Here is the call graph for this function:

◆ stat__instructions_k()

def stat-cpi.stat__instructions_k (   cpu,
  thread,
  time,
  val,
  ena,
  run 
)

Definition at line 37 of file stat-cpi.py.

Here is the call graph for this function:

◆ stat__instructions_u()

def stat-cpi.stat__instructions_u (   cpu,
  thread,
  time,
  val,
  ena,
  run 
)

Definition at line 43 of file stat-cpi.py.

Here is the call graph for this function:

◆ stat__interval()

def stat-cpi.stat__interval (   time)

Definition at line 52 of file stat-cpi.py.

Here is the call graph for this function:

◆ store()

def stat-cpi.store (   time,
  event,
  cpu,
  thread,
  val,
  ena,
  run 
)

Definition at line 22 of file stat-cpi.py.

Here is the call graph for this function:

◆ store_key()

def stat-cpi.store_key (   time,
  cpu,
  thread 
)

Definition at line 12 of file stat-cpi.py.

◆ trace_end()

def stat-cpi.trace_end ( )

Definition at line 64 of file stat-cpi.py.

Variable Documentation

◆ cpus

list stat-cpi.cpus = []

Definition at line 7 of file stat-cpi.py.

◆ data

dictionary stat-cpi.data = {}

Definition at line 4 of file stat-cpi.py.

◆ threads

list stat-cpi.threads = []

Definition at line 6 of file stat-cpi.py.

◆ times

list stat-cpi.times = []

Definition at line 5 of file stat-cpi.py.