Linux Perf
stat-cpi.py File Reference

Go to the source code of this file.

Namespaces

 stat-cpi
 

Functions

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

Variables

dictionary stat-cpi.data = {}
 
list stat-cpi.times = []
 
list stat-cpi.threads = []
 
list stat-cpi.cpus = []