diff options
author | Jin Yao <[email protected]> | 2018-05-17 22:58:37 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2018-05-18 16:31:41 -0300 |
commit | 48659ebf37e5d9d23bda6dbf032bdbe9708929f1 (patch) | |
tree | 45ec8def90a035bd2f60963f8f662ae006dab28d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 7903a70867230d9edbd5e886cd8b8a2b248f418f (diff) |
perf annotate: Record the min/max cycles
Currently perf has a feature to account cycles for LBRs
For example, on skylake:
perf record -b ...
perf report or perf annotate
And then browsing the annotate browser gives average cycle counts for
program blocks.
For some analysis it would be useful if we could know not only the
average cycles but also the min and max cycles.
This patch records the min and max cycles.
Signed-off-by: Jin Yao <[email protected]>
Tested-by: Arnaldo Carvalho de Melo <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Kan Liang <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
[ Switch from max/min to min/max ]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions