|
Linux Perf
|
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 = [] |
| def stat-cpi.get | ( | time, | |
| event, | |||
| cpu, | |||
| thread | |||
| ) |
| def stat-cpi.get_key | ( | time, | |
| event, | |||
| cpu, | |||
| thread | |||
| ) |
Definition at line 9 of file stat-cpi.py.
| def stat-cpi.stat__cycles | ( | cpu, | |
| thread, | |||
| time, | |||
| val, | |||
| ena, | |||
| run | |||
| ) |
| def stat-cpi.stat__cycles_k | ( | cpu, | |
| thread, | |||
| time, | |||
| val, | |||
| ena, | |||
| run | |||
| ) |
| def stat-cpi.stat__cycles_u | ( | cpu, | |
| thread, | |||
| time, | |||
| val, | |||
| ena, | |||
| run | |||
| ) |
| def stat-cpi.stat__instructions | ( | cpu, | |
| thread, | |||
| time, | |||
| val, | |||
| ena, | |||
| run | |||
| ) |
| def stat-cpi.stat__instructions_k | ( | cpu, | |
| thread, | |||
| time, | |||
| val, | |||
| ena, | |||
| run | |||
| ) |
| def stat-cpi.stat__instructions_u | ( | cpu, | |
| thread, | |||
| time, | |||
| val, | |||
| ena, | |||
| run | |||
| ) |
| def stat-cpi.stat__interval | ( | time | ) |
| def stat-cpi.store | ( | time, | |
| event, | |||
| cpu, | |||
| thread, | |||
| val, | |||
| ena, | |||
| run | |||
| ) |
| def stat-cpi.store_key | ( | time, | |
| cpu, | |||
| thread | |||
| ) |
Definition at line 12 of file stat-cpi.py.
| def stat-cpi.trace_end | ( | ) |
Definition at line 64 of file stat-cpi.py.
| list stat-cpi.cpus = [] |
Definition at line 7 of file stat-cpi.py.
| dictionary stat-cpi.data = {} |
Definition at line 4 of file stat-cpi.py.
| list stat-cpi.threads = [] |
Definition at line 6 of file stat-cpi.py.
| list stat-cpi.times = [] |
Definition at line 5 of file stat-cpi.py.