summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers/annotate.c
AgeCommit message (Expand)AuthorLines
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo-1/+1
2016-08-01perf annotate: Introduce strerror for handling symbol__disassemble() errorsArnaldo Carvalho de Melo-3/+6
2016-08-01perf annotate: Rename symbol__annotate() to symbol__disassemble()Arnaldo Carvalho de Melo-1/+1
2016-06-27perf annotate: Generalize handling of 'ret' instructionsNaveen N. Rao-11/+9
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song-0/+1
2016-01-26perf annotate: Rename 'colors.code' to 'colors.jump_arrows'Taeung Song-1/+1
2016-01-26perf annotate browser: Fix behaviour of Shift-Tab with nothing focussedMarkus Trippelsdorf-2/+2
2015-10-22perf annotate: Don't die() when finding an invalid config optionArnaldo Carvalho de Melo-3/+3
2015-10-22perf annotate: Fix 'annotate.use_offset' config variable usageNamhyung Kim-1/+1
2015-10-12perf ui browsers: Remove help messages about use of right and arrow keysArnaldo Carvalho de Melo-3/+3
2015-08-12perf ui browser: Introduce ui_browser__printf()Arnaldo Carvalho de Melo-9/+10
2015-08-12perf ui browser: Introduce ui_browser__write_nstring()Arnaldo Carvalho de Melo-12/+12
2015-08-06perf annotate: Finally display IPC and cycle accountingAndi Kleen-17/+40
2015-08-06perf annotate: Compute IPC and basic block cyclesAndi Kleen-1/+72
2015-06-19perf annotate: Display total number of samples with --show-total-periodMartin Liška-17/+43
2015-05-29perf tools: Make Ctrl-C stop processing on TUINamhyung Kim-0/+4
2015-03-17perf hists browser: Allow annotating entries in callchainsArnaldo Carvalho de Melo-1/+7
2015-01-21perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo-2/+1
2014-11-19perf annotate: Support source line numbers in annotateAndi Kleen-1/+12
2013-10-14perf annotate: Another fix for annotate_browser__callq()Adrian Hunter-2/+5
2013-10-14perf annotate: Fix annotate_browser__callq()Adrian Hunter-11/+10
2013-08-07perf annotate browser: Fix typoIngo Molnar-1/+1
2013-08-07perf annotate browser: Improve description of '?' hotkeyArnaldo Carvalho de Melo-1/+1
2013-08-07perf annotate: Put dso name in symbol annotation titleAdrian Hunter-2/+14
2013-04-01perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo-1/+0
2013-03-15perf annotate browser: Support event group view on TUINamhyung Kim-18/+75
2013-03-15perf annotate browser: Use disasm__calc_percent()Namhyung Kim-36/+14
2013-03-15perf annotate browser: Make browser_disasm_line->percent an arrayNamhyung Kim-7/+7
2013-03-15perf annotate: Factor out struct source_line_percentNamhyung Kim-1/+1
2013-03-15perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim-13/+17
2013-01-24perf ui browsers: Fix usage of __ in struct namesArnaldo Carvalho de Melo-4/+4
2013-01-24perf annotate browser: Fix segfault when drawing out-of-bounds jumpsFrederik Deweerdt-12/+13
2012-11-09perf annotate: Don't try to follow jump target on PLT symbolsNamhyung Kim-0/+12
2012-11-05perf tools: Introduce struct hist_browser_timerNamhyung Kim-15/+12
2012-10-29perf annotate browser: Integrate script browser into annotation browserFeng Tang-0/+6
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea-2/+4
2012-06-19perf annotate: Check null of sym pointer before using itSamuel Liao-1/+3
2012-05-30perf annotate browser: Fix help window entry for navigating to hottest lineArnaldo Carvalho de Melo-1/+1
2012-05-29perf ui browser: Stop using 'self'Arnaldo Carvalho de Melo-61/+61
2012-05-29perf annotate browser: Read perf config file for settingsArnaldo Carvalho de Melo-0/+49
2012-05-29perf annotate browser: Make feature toggles globalArnaldo Carvalho de Melo-35/+66
2012-05-29perf annotate browser: The idx_asm field should be used in asm only viewArnaldo Carvalho de Melo-1/+5
2012-05-12perf annotate browser: Add key bindings help windowArnaldo Carvalho de Melo-7/+18
2012-05-12perf annotate browser: Show 'jumpy' functionsArnaldo Carvalho de Melo-5/+60
2012-05-12perf annotate browser: Count the numbers of jump sources to a targetArnaldo Carvalho de Melo-3/+3
2012-05-11Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-3/+3
2012-05-09perf annotate: shorten helpline so it fits in visible spaceDavid Ahern-3/+3
2012-05-07perf annotate browser: Do raw printing in 'o'ffset in a single placeArnaldo Carvalho de Melo-5/+1
2012-05-03perf annotate browser: Don't change the asm line color when toggling sourceArnaldo Carvalho de Melo-3/+0
2012-05-03perf annotate browser: More clearly separate columnsArnaldo Carvalho de Melo-20/+28