aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/block-info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-07perf report: Fix wrong LBR block sortingJin Yao1-3/+3
2020-03-09perf block-info: Support color ops to print block percents in colorJin Yao1-10/+15
2020-03-09perf block-info: Allow selecting which columns to report and its orderJin Yao1-16/+35
2020-03-09perf diff: Use __block_info__cmp() to replace block_pair_cmp()Jin Yao1-2/+7
2020-03-09perf block-info: Fix wrong block address comparison in block_info__cmp()Jin Yao1-15/+6
2020-03-04perf diff: Fix undefined string comparison spotted by clang's -Wstring-compareNick Desaulniers1-1/+2
2019-11-19perf report: Jump to symbol source view from total cycles viewJin Yao1-2/+4
2019-11-19perf util: Move block TUI function to ui browsersJin Yao1-64/+1
2019-11-07perf report: Sort by sampled cycles percent per block for tuiJin Yao1-1/+73
2019-11-07perf report: Support --percent-limit for --total-cyclesJin Yao1-0/+10
2019-11-07perf report: Sort by sampled cycles percent per block for stdioJin Yao1-0/+17
2019-11-07perf hist: Support block formats with compare/sort/displayJin Yao1-0/+310
2019-11-07perf block: Cleanup and refactor block info functionsJin Yao1-0/+129