Home
last modified time | relevance | path

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

/tools/perf/scripts/python/
A Darm-cs-trace-disasm.py89 sample_idx = -1 variable
181 sample['period'], sample['time'], sample_idx))
243 global sample_idx
263 sample_idx += 1
269 if (options.start_sample and sample_idx < options.start_sample):
271 if (options.stop_sample and sample_idx > options.stop_sample):

Completed in 3 milliseconds