summaryrefslogtreecommitdiff
path: root/tools/perf/ui/browsers/annotate.c
AgeCommit message (Expand)Author
2017-07-28perf annotate TUI: Clarify calculation of column header widthsArnaldo Carvalho de Melo
2017-07-28perf annotate TUI: Fix --show-total-periodTaeung Song
2017-07-28perf annotate TUI: Use sym_hist_entry in disasm_line_samplesArnaldo Carvalho de Melo
2017-07-21perf annotate: Introduce struct sym_hist_entryTaeung Song
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo
2017-07-18perf annotate: Implement visual marker for macro fusionJin Yao
2017-07-18perf annotate: Check for fused instructionsJin Yao
2017-06-19perf annotate: Return arch from symbol__disassemble() and save it in browserJin Yao
2017-06-19perf annotate browser: Display titles in left frameJin Yao
2017-06-19perf report: Remove unnecessary check in annotate_browser_write()Jin Yao
2017-04-19perf tools: Don't include terminal handling headers in util.hArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo
2016-12-15perf annotate: Fix jump target outside of function address rangeRavi Bangoria
2016-11-25perf annotate: Show invalid jump offset in error messageArnaldo Carvalho de Melo
2016-11-25perf annotate: Remove duplicate 'name' field from disasm_lineArnaldo Carvalho de Melo
2016-11-17perf annotate: Start supporting cross arch annotationArnaldo Carvalho de Melo
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo
2016-08-01perf annotate: Introduce strerror for handling symbol__disassemble() errorsArnaldo Carvalho de Melo
2016-08-01perf annotate: Rename symbol__annotate() to symbol__disassemble()Arnaldo Carvalho de Melo
2016-06-27perf annotate: Generalize handling of 'ret' instructionsNaveen N. Rao
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song
2016-01-26perf annotate: Rename 'colors.code' to 'colors.jump_arrows'Taeung Song
2016-01-26perf annotate browser: Fix behaviour of Shift-Tab with nothing focussedMarkus Trippelsdorf
2015-10-22perf annotate: Don't die() when finding an invalid config optionArnaldo Carvalho de Melo
2015-10-22perf annotate: Fix 'annotate.use_offset' config variable usageNamhyung Kim
2015-10-12perf ui browsers: Remove help messages about use of right and arrow keysArnaldo Carvalho de Melo
2015-08-12perf ui browser: Introduce ui_browser__printf()Arnaldo Carvalho de Melo
2015-08-12perf ui browser: Introduce ui_browser__write_nstring()Arnaldo Carvalho de Melo
2015-08-06perf annotate: Finally display IPC and cycle accountingAndi Kleen
2015-08-06perf annotate: Compute IPC and basic block cyclesAndi Kleen
2015-06-19perf annotate: Display total number of samples with --show-total-periodMartin Liška
2015-05-29perf tools: Make Ctrl-C stop processing on TUINamhyung Kim
2015-03-17perf hists browser: Allow annotating entries in callchainsArnaldo Carvalho de Melo
2015-01-21perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo
2014-11-19perf annotate: Support source line numbers in annotateAndi Kleen
2013-10-14perf annotate: Another fix for annotate_browser__callq()Adrian Hunter
2013-10-14perf annotate: Fix annotate_browser__callq()Adrian Hunter
2013-08-07perf annotate browser: Fix typoIngo Molnar
2013-08-07perf annotate browser: Improve description of '?' hotkeyArnaldo Carvalho de Melo
2013-08-07perf annotate: Put dso name in symbol annotation titleAdrian Hunter
2013-04-01perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo
2013-03-15perf annotate browser: Support event group view on TUINamhyung Kim
2013-03-15perf annotate browser: Use disasm__calc_percent()Namhyung Kim
2013-03-15perf annotate browser: Make browser_disasm_line->percent an arrayNamhyung Kim
2013-03-15perf annotate: Factor out struct source_line_percentNamhyung Kim
2013-03-15perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim
2013-01-24perf ui browsers: Fix usage of __ in struct namesArnaldo Carvalho de Melo
2013-01-24perf annotate browser: Fix segfault when drawing out-of-bounds jumpsFrederik Deweerdt
2012-11-09perf annotate: Don't try to follow jump target on PLT symbolsNamhyung Kim