diff options
author | Jin Yao <[email protected]> | 2020-02-02 22:16:53 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2020-03-09 21:43:25 -0300 |
commit | a8a9f6dc0dbfc0f4f225987abec7eb688f4b2d7e (patch) | |
tree | 70fa2c339ec3426e7d893748e9c16a3f6ecfeae5 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 3e152aa984ff4f639f7d2daf1ad10d408c0a3332 (diff) |
perf diff: Use __block_info__cmp() to replace block_pair_cmp()
'perf diff' uses block_pair_cmp() to compare two blocks. But
block_info__cmp() has the similar functionality and it's a bit more
complete.
This patch removes block_pair_cmp() and uses __block_info__cmp()
instead. __block_info__cmp() is wrapped by block_info__cmp() and it
doesn't receives a perf_hpp_fmt parameter.
Signed-off-by: Jin Yao <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Jin Yao <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Kan Liang <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions