summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/block-info.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf srcline: Optimize comparision against SRCLINE_UNKNOWNArnaldo Carvalho de Melo2023-06-121-2/+2
* perf srcline: Change free_srcline to zfree_srclineIan Rogers2023-06-121-2/+2
* perf map: Add accessor for dsoIan Rogers2023-04-041-2/+2
* perf report: Fix wrong LBR block sortingJin Yao2021-04-071-3/+3
* perf block-info: Support color ops to print block percents in colorJin Yao2020-03-101-10/+15
* perf block-info: Allow selecting which columns to report and its orderJin Yao2020-03-101-16/+35
* perf diff: Use __block_info__cmp() to replace block_pair_cmp()Jin Yao2020-03-101-2/+7
* perf block-info: Fix wrong block address comparison in block_info__cmp()Jin Yao2020-03-101-15/+6
* perf diff: Fix undefined string comparison spotted by clang's -Wstring-compareNick Desaulniers2020-03-041-1/+2
* perf report: Jump to symbol source view from total cycles viewJin Yao2019-11-191-2/+4
* perf util: Move block TUI function to ui browsersJin Yao2019-11-191-64/+1
* perf report: Sort by sampled cycles percent per block for tuiJin Yao2019-11-071-1/+73
* perf report: Support --percent-limit for --total-cyclesJin Yao2019-11-071-0/+10
* perf report: Sort by sampled cycles percent per block for stdioJin Yao2019-11-071-0/+17
* perf hist: Support block formats with compare/sort/displayJin Yao2019-11-071-0/+310
* perf block: Cleanup and refactor block info functionsJin Yao2019-11-071-0/+129