aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-09perf annotate: Don't try to follow jump target on PLT symbolsNamhyung Kim1-0/+12
2012-11-05perf report: Postpone objdump check until annotation requestedNamhyung Kim1-6/+16
2012-11-05perf tools: Introduce struct hist_browser_timerNamhyung Kim2-39/+31
2012-10-31perf browser: Don't show scripts menu for 'perf top'Feng Tang1-2/+10
2012-10-29perf hists browser: Integrate script browser into main hists browserFeng Tang1-0/+38
2012-10-29perf annotate browser: Integrate script browser into annotation browserFeng Tang1-0/+6
2012-10-29perf scripts browser: Add a browser for perf scriptFeng Tang1-0/+189
2012-10-17perf hists browser: Add back callchain folding symbolArnaldo Carvalho de Melo1-1/+1
2012-10-16perf hists browser: Fix off-by-two bug on the first columnNamhyung Kim1-1/+3
2012-10-04perf hists: Introduce struct he_statNamhyung Kim1-4/+4
2012-10-04perf diff: Removing the total_period argument from output codeJiri Olsa1-2/+2
2012-10-04perf tool: Add hpp interface to enable/disable hpp columnJiri Olsa1-1/+1
2012-09-14perf hists browser: Fix first column printingNamhyung Kim1-2/+2
2012-09-14perf hists browser: Fix output for 100.00%Namhyung Kim1-1/+1
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-2/+4
2012-09-08perf hists browser: Use perf_hpp__format functionsNamhyung Kim1-23/+73
2012-08-20perf hists: Rename and move some functionsNamhyung Kim1-2/+2
2012-08-06perf hists browser: Add verbose mode hotkeyArnaldo Carvalho de Melo1-11/+26
2012-07-25perf tools: use XSI-complaint version of strerror_r() instead of GNU-specificKirill A. Shutemov1-2/+2
2012-06-19perf annotate: Check null of sym pointer before using itSamuel Liao1-1/+3
2012-06-19perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo1-11/+4
2012-06-19perf hists browser: Implement printing snapshots to filesArnaldo Carvalho de Melo1-0/+195
2012-05-30perf annotate browser: Fix help window entry for navigating to hottest lineArnaldo Carvalho de Melo1-1/+1
2012-05-29perf ui browser: Stop using 'self'Arnaldo Carvalho de Melo2-230/+230
2012-05-29perf annotate browser: Read perf config file for settingsArnaldo Carvalho de Melo1-0/+49
2012-05-29perf annotate browser: Make feature toggles globalArnaldo Carvalho de Melo1-35/+66
2012-05-29perf annotate browser: The idx_asm field should be used in asm only viewArnaldo Carvalho de Melo1-1/+5
2012-05-12perf annotate browser: Add key bindings help windowArnaldo Carvalho de Melo1-7/+18
2012-05-12perf annotate browser: Show 'jumpy' functionsArnaldo Carvalho de Melo1-5/+60
2012-05-12perf annotate browser: Count the numbers of jump sources to a targetArnaldo Carvalho de Melo1-3/+3
2012-05-11Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar2-5/+5
2012-05-10perf hists browser: Use '/' for search/filter instead of 's'Arnaldo Carvalho de Melo1-2/+2
2012-05-09perf annotate: shorten helpline so it fits in visible spaceDavid Ahern1-3/+3
2012-05-07perf annotate browser: Do raw printing in 'o'ffset in a single placeArnaldo Carvalho de Melo1-5/+1
2012-05-03perf annotate browser: Don't change the asm line color when toggling sourceArnaldo Carvalho de Melo1-3/+0
2012-05-03perf annotate browser: More clearly separate columnsArnaldo Carvalho de Melo1-20/+28
2012-04-27perf annotate browser: Don't display 0.00 percentagesArnaldo Carvalho de Melo1-7/+7
2012-04-27perf annotate browser: Remove the vertical line after the percentagesArnaldo Carvalho de Melo1-5/+4
2012-04-27perf annotate browser: Show current jump, back or forwardArnaldo Carvalho de Melo1-27/+23
2012-04-27perf annotate browser: Add a right arrow before call instructionsArnaldo Carvalho de Melo1-0/+3
2012-04-25perf annotate browser: Don't draw jump connectors for out of function jumpsArnaldo Carvalho de Melo1-2/+4
2012-04-25perf annotate: Disambiguage offsets and addresses in operandsArnaldo Carvalho de Melo1-7/+7
2012-04-25perf annotate browser: Handle NULL jump targetsArnaldo Carvalho de Melo1-0/+7
2012-04-24perf annotate browser: Initial loop detectionArnaldo Carvalho de Melo1-4/+57
2012-04-20ui browser: Add method to write graphical charactersArnaldo Carvalho de Melo1-10/+4
2012-04-20perf annotate browser: Handle retq instructionsArnaldo Carvalho de Melo1-4/+9
2012-04-20perf annotate browser: Add visual cue for retq instructionArnaldo Carvalho de Melo1-4/+13
2012-04-20perf annotate browser: Add visual cues on jump linesArnaldo Carvalho de Melo1-1/+12
2012-04-20perf annotate browser: Bandaid offsets/jump label objdump ambiguityArnaldo Carvalho de Melo1-1/+9
2012-04-20perf annotate: Group operands membersArnaldo Carvalho de Melo1-9/+8