summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui
Commit message (Expand)AuthorAgeFilesLines
* perf hists: Use perf_hpp__format->width to calculate the column widthsNamhyung Kim2012-09-081-0/+27
* perf hists: Handle field separator properlyNamhyung Kim2012-09-082-27/+50
* perf hists: Introduce perf_hpp for hist period printingNamhyung Kim2012-09-083-200/+386
* perf hists: Rename and move some functionsNamhyung Kim2012-08-202-25/+30
* perf hists: Separate out hist print functionsNamhyung Kim2012-08-201-0/+648
* perf ui gtk: Ensure not to call gtk_main_quit() twiceNamhyung Kim2012-08-201-0/+2
* perf ui gtk: Add perf_gtk__show_helpline() for pr_*Namhyung Kim2012-08-175-7/+53
* perf ui/gtk: Use helpline API in browserNamhyung Kim2012-08-171-1/+4
* perf ui gtk: Implement helpline_fnsNamhyung Kim2012-08-173-0/+33
* perf ui: Introduce struct ui_helplineNamhyung Kim2012-08-163-38/+85
* perf hists browser: Add verbose mode hotkeyArnaldo Carvalho de Melo2012-08-061-11/+26
* perf tools: use XSI-complaint version of strerror_r() instead of GNU-specificKirill A. Shutemov2012-07-251-2/+2
* perf annotate: Check null of sym pointer before using itSamuel Liao2012-06-191-1/+3
* perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo2012-06-192-12/+5
* perf hists browser: Implement printing snapshots to filesArnaldo Carvalho de Melo2012-06-191-0/+195
* perf ui/gtk: Use struct perf_error_opsNamhyung Kim2012-06-192-0/+91
* perf ui/gtk: Add GTK info_bar widget to browser windowNamhyung Kim2012-06-192-0/+45
* perf ui/gtk: Add GTK statusbar widget to browser windowNamhyung Kim2012-06-192-1/+27
* perf ui/gtk: Introduce struct perf_gtk_contextNamhyung Kim2012-06-193-1/+47
* perf ui: Introduce struct perf_error_opsNamhyung Kim2012-06-195-222/+333
* 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-293-320/+320
* perf annotate browser: Read perf config file for settingsArnaldo Carvalho de Melo2012-05-293-0/+52
* 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 ui: Make --stdio default when TUI is not supportedNamhyung Kim2012-05-281-0/+1
* 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-116-165/+196
|\
| * perf hists browser: Use '/' for search/filter instead of 's'Arnaldo Carvalho de Melo2012-05-101-2/+2
| * perf annotate: shorten helpline so it fits in visible spaceDavid Ahern2012-05-091-3/+3
| * perf ui: Change fallback policy of setup_browser()Namhyung Kim2012-05-023-9/+10
| * perf ui: Add gtk2 support into setup_browser()Namhyung Kim2012-05-024-153/+178
| * perf ui gtk: Rename functions for consistencyNamhyung Kim2012-05-021-12/+12
| * perf ui gtk: Drop arg[cv] arguments from perf_gtk_setup_browser()Namhyung Kim2012-05-021-3/+2
| * perf ui: Make setup_browser() genericNamhyung Kim2012-05-021-19/+25
* | 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-033-28/+36
* | perf ui browser: Introduce routine to draw vertical lineArnaldo Carvalho de Melo2012-05-032-0/+11
* | 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 ui browser: Add method to draw up/down arrow lineArnaldo Carvalho de Melo2012-04-272-4/+54
* | 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
* | perf annotate browser: Handle NULL jump targetsArnaldo Carvalho de Melo2012-04-251-0/+7
* | perf annotate browser: Initial loop detectionArnaldo Carvalho de Melo2012-04-243-4/+98
OpenPOWER on IntegriCloud