Home
last modified time | relevance | path

Searched defs:run (Results 1 – 6 of 6) sorted by relevance

/tools/perf/scripts/python/
Dstat-cpi.py21 def store(time, event, cpu, thread, val, ena, run): argument
33 def stat__cycles_k(cpu, thread, time, val, ena, run): argument
36 def stat__instructions_k(cpu, thread, time, val, ena, run): argument
39 def stat__cycles_u(cpu, thread, time, val, ena, run): argument
42 def stat__instructions_u(cpu, thread, time, val, ena, run): argument
45 def stat__cycles(cpu, thread, time, val, ena, run): argument
48 def stat__instructions(cpu, thread, time, val, ena, run): argument
/tools/perf/util/
Dcounts.h11 u64 run; member
Devent.h456 u64 run; member
/tools/perf/tests/
Dattr.py237 def run(self): member in Test
/tools/perf/
Dbuiltin-stat.c727 static void print_running(u64 run, u64 ena) in print_running()
1069 char *prefix, u64 run, u64 ena, double noise) in printout()
1197 u64 ena, run, val; in print_aggr() local
1253 u64 ena = 0, run = 0, val = 0; in print_aggr_thread() local
1301 u64 ena, run, val; in print_counter() local
1325 u64 ena, run, val; in print_no_aggr_metric() local
/tools/firewire/
Dnosy-dump.c49 static int run = 1; variable