summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers/annotate.c
Commit message (Expand)AuthorAgeFilesLines
* perf annotate browser: Fix behaviour of Shift-Tab with nothing focussedMarkus Trippelsdorf2016-01-261-2/+2
* perf annotate: Don't die() when finding an invalid config optionArnaldo Carvalho de Melo2015-10-221-3/+3
* perf annotate: Fix 'annotate.use_offset' config variable usageNamhyung Kim2015-10-221-1/+1
* perf ui browsers: Remove help messages about use of right and arrow keysArnaldo Carvalho de Melo2015-10-121-3/+3
* perf ui browser: Introduce ui_browser__printf()Arnaldo Carvalho de Melo2015-08-121-9/+10
* perf ui browser: Introduce ui_browser__write_nstring()Arnaldo Carvalho de Melo2015-08-121-12/+12
* perf annotate: Finally display IPC and cycle accountingAndi Kleen2015-08-061-17/+40
* perf annotate: Compute IPC and basic block cyclesAndi Kleen2015-08-061-1/+72
* perf annotate: Display total number of samples with --show-total-periodMartin Liška2015-06-191-17/+43
* perf tools: Make Ctrl-C stop processing on TUINamhyung Kim2015-05-291-0/+4
* perf hists browser: Allow annotating entries in callchainsArnaldo Carvalho de Melo2015-03-171-1/+7
* perf tools: Remove EOL whitespacesArnaldo Carvalho de Melo2015-01-211-2/+1
* perf annotate: Support source line numbers in annotateAndi Kleen2014-11-191-1/+12
* perf annotate: Another fix for annotate_browser__callq()Adrian Hunter2013-10-141-2/+5
* perf annotate: Fix annotate_browser__callq()Adrian Hunter2013-10-141-11/+10
* perf annotate browser: Fix typoIngo Molnar2013-08-071-1/+1
* perf annotate browser: Improve description of '?' hotkeyArnaldo Carvalho de Melo2013-08-071-1/+1
* perf annotate: Put dso name in symbol annotation titleAdrian Hunter2013-08-071-2/+14
* perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo2013-04-011-1/+0
* perf annotate browser: Support event group view on TUINamhyung Kim2013-03-151-18/+75
* perf annotate browser: Use disasm__calc_percent()Namhyung Kim2013-03-151-36/+14
* perf annotate browser: Make browser_disasm_line->percent an arrayNamhyung Kim2013-03-151-7/+7
* perf annotate: Factor out struct source_line_percentNamhyung Kim2013-03-151-1/+1
* perf annotate: Pass evsel instead of evidx on annotation functionsNamhyung Kim2013-03-151-13/+17
* perf ui browsers: Fix usage of __ in struct namesArnaldo Carvalho de Melo2013-01-241-4/+4
* perf annotate browser: Fix segfault when drawing out-of-bounds jumpsFrederik Deweerdt2013-01-241-12/+13
* perf annotate: Don't try to follow jump target on PLT symbolsNamhyung Kim2012-11-091-0/+12
* perf tools: Introduce struct hist_browser_timerNamhyung Kim2012-11-051-15/+12
* perf annotate browser: Integrate script browser into annotation browserFeng Tang2012-10-291-0/+6
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-2/+4
* perf annotate: Check null of sym pointer before using itSamuel Liao2012-06-191-1/+3
* perf annotate browser: Fix help window entry for navigating to hottest lineArnaldo Carvalho de Melo2012-05-301-1/+1
* perf ui browser: Stop using 'self'Arnaldo Carvalho de Melo2012-05-291-61/+61
* perf annotate browser: Read perf config file for settingsArnaldo Carvalho de Melo2012-05-291-0/+49
* perf annotate browser: Make feature toggles globalArnaldo Carvalho de Melo2012-05-291-35/+66
* perf annotate browser: The idx_asm field should be used in asm only viewArnaldo Carvalho de Melo2012-05-291-1/+5
* perf annotate browser: Add key bindings help windowArnaldo Carvalho de Melo2012-05-121-7/+18
* perf annotate browser: Show 'jumpy' functionsArnaldo Carvalho de Melo2012-05-121-5/+60
* perf annotate browser: Count the numbers of jump sources to a targetArnaldo Carvalho de Melo2012-05-121-3/+3
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-05-111-3/+3
|\
| * perf annotate: shorten helpline so it fits in visible spaceDavid Ahern2012-05-091-3/+3
* | perf annotate browser: Do raw printing in 'o'ffset in a single placeArnaldo Carvalho de Melo2012-05-071-5/+1
* | perf annotate browser: Don't change the asm line color when toggling sourceArnaldo Carvalho de Melo2012-05-031-3/+0
* | perf annotate browser: More clearly separate columnsArnaldo Carvalho de Melo2012-05-031-20/+28
* | perf annotate browser: Don't display 0.00 percentagesArnaldo Carvalho de Melo2012-04-271-7/+7
* | perf annotate browser: Remove the vertical line after the percentagesArnaldo Carvalho de Melo2012-04-271-5/+4
* | perf annotate browser: Show current jump, back or forwardArnaldo Carvalho de Melo2012-04-271-27/+23
* | perf annotate browser: Add a right arrow before call instructionsArnaldo Carvalho de Melo2012-04-271-0/+3
* | perf annotate browser: Don't draw jump connectors for out of function jumpsArnaldo Carvalho de Melo2012-04-251-2/+4
* | perf annotate: Disambiguage offsets and addresses in operandsArnaldo Carvalho de Melo2012-04-251-7/+7
OpenPOWER on IntegriCloud