summaryrefslogtreecommitdiff
path: root/tools/perf/util/block-info.c
AgeCommit message (Expand)Author
2023-12-07perf ui/browser/annotate: Use global annotation_optionsNamhyung Kim
2023-11-09perf annotate: Split branch stack cycles info from 'struct annotation'Namhyung Kim
2023-06-12perf srcline: Optimize comparision against SRCLINE_UNKNOWNArnaldo Carvalho de Melo
2023-06-12perf srcline: Change free_srcline to zfree_srclineIan Rogers
2023-04-04perf map: Add accessor for dsoIan Rogers
2021-04-07perf report: Fix wrong LBR block sortingJin Yao
2020-03-09perf block-info: Support color ops to print block percents in colorJin Yao
2020-03-09perf block-info: Allow selecting which columns to report and its orderJin Yao
2020-03-09perf diff: Use __block_info__cmp() to replace block_pair_cmp()Jin Yao
2020-03-09perf block-info: Fix wrong block address comparison in block_info__cmp()Jin Yao
2020-03-04perf diff: Fix undefined string comparison spotted by clang's -Wstring-compareNick Desaulniers
2019-11-19perf report: Jump to symbol source view from total cycles viewJin Yao
2019-11-19perf util: Move block TUI function to ui browsersJin Yao
2019-11-07perf report: Sort by sampled cycles percent per block for tuiJin Yao
2019-11-07perf report: Support --percent-limit for --total-cyclesJin Yao
2019-11-07perf report: Sort by sampled cycles percent per block for stdioJin Yao
2019-11-07perf hist: Support block formats with compare/sort/displayJin Yao
2019-11-07perf block: Cleanup and refactor block info functionsJin Yao