Home
last modified time | relevance | path

Searched refs:run_idx (Results 1 – 2 of 2) sorted by relevance

/external/lldb/examples/python/
Dprocess_events.py150 for run_idx in range(options.run_count):
159 … print 'Launching "%s"... (launch %u of %u)' % (exe, run_idx + 1, options.run_count)
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-stat.c1451 int status = -ENOMEM, run_idx; in cmd_stat() local
1576 for (run_idx = 0; forever || run_idx < run_count; run_idx++) { in cmd_stat()
1579 run_idx + 1); in cmd_stat()