summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/browsers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-02-041-6/+10
|\
| * perf top: Fix wrong hottest instruction highlightedHe Kuang2019-01-211-6/+10
* | perf hist: Use cached rbtreesDavidlohr Bueso2019-01-251-8/+8
* | perf symbols: Remove include map.h from dso.hArnaldo Carvalho de Melo2019-01-251-0/+1
* | perf tools: Replace automatic const char[] variables by staticsRasmus Villemoes2019-01-212-3/+3
|/
* perf top: Move perf_top__reset_sample_counters() to after counts displayJiri Olsa2018-12-171-0/+3
* perf top: Save and display the drop count statsJiri Olsa2018-12-171-0/+4
* perf top: Save and display the lost count statsJiri Olsa2018-12-171-0/+4
* perf annotate: Add support to toggle percent typeJiri Olsa2018-08-081-4/+48
* perf annotate: Pass browser percent_type in annotate_browser__calc_percent()Jiri Olsa2018-08-081-1/+1
* perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump()Jiri Olsa2018-08-081-2/+2
* perf annotate: Switch struct annotation_data::percent to arrayJiri Olsa2018-08-081-3/+6
* perf annotate: Rename struct annotation_line::samples* to data*Jiri Olsa2018-08-081-5/+5
* perf annotate: Get rid of annotation__scnprintf_samples_period()Jiri Olsa2018-08-081-2/+1Star
* perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo2018-06-061-5/+6
* perf annotate: Move objdump_path to struct annotation_optionsArnaldo Carvalho de Melo2018-06-041-1/+2
* perf hists browser: Pass annotation_options from tool to browserArnaldo Carvalho de Melo2018-06-043-16/+35
* perf annotate: Replace symbol__alloc_hists() with symbol__hists()Arnaldo Carvalho de Melo2018-06-041-1/+1
* perf annotate: Create hotkey 'c' to show min/max cyclesJin Yao2018-05-191-0/+8
* perf symbols: Unify symbol mapsArnaldo Carvalho de Melo2018-04-271-1/+1
* perf hists browser: Clarify top/report browser helpAndi Kleen2018-04-181-1/+1
* perf annotate browser: Allow showing offsets in more than just jump targetsArnaldo Carvalho de Melo2018-04-121-0/+5
* perf hists browser: Remove leftover from row returned from refreshArnaldo Carvalho de Melo2018-04-061-8/+2Star
* perf hists browser: Show extra_title_lines in the 'D' debug hotkeyArnaldo Carvalho de Melo2018-04-061-1/+2
* perf annotate browser: Fixup vertical line separating metrics from instructionsArnaldo Carvalho de Melo2018-04-051-1/+1
* perf annotate browser: Show extra title line with event informationArnaldo Carvalho de Melo2018-04-031-4/+27
* perf ui browser: Move the extra title lines from the hists browserArnaldo Carvalho de Melo2018-04-031-19/+24
* perf hists: Move hists__scnprintf_title() away from the TUI codeArnaldo Carvalho de Melo2018-04-031-79/+0Star
* perf hists: Introduce hists__scnprint_title()Arnaldo Carvalho de Melo2018-04-031-4/+11
* perf hists browser: Rename perf_evsel_browser_title to a more descriptive nameArnaldo Carvalho de Melo2018-04-031-5/+3Star
* perf annotate: Support jumping from one function to anotherArnaldo Carvalho de Melo2018-03-231-5/+18
* perf annotate: Add "_local" to jump/offset validation routinesArnaldo Carvalho de Melo2018-03-231-1/+1
* perf annotate browser: Add 'P' hotkey to dump annotation to fileArnaldo Carvalho de Melo2018-03-211-0/+4
* perf annotate: Move the default annotate options to the libraryArnaldo Carvalho de Melo2018-03-211-66/+1Star
* perf annotate: Introduce annotation_line__filter()Arnaldo Carvalho de Melo2018-03-201-12/+7Star
* perf annotate: Use a ops table for annotation_line__write()Arnaldo Carvalho de Melo2018-03-201-14/+18
* perf annotate: Finish the generalization of annotate_browser__write()Arnaldo Carvalho de Melo2018-03-201-82/+15Star
* perf annotate: Introduce annotation_line__print_start() out of TUI codeArnaldo Carvalho de Melo2018-03-201-61/+21Star
* perf annotate: Introduce annotation_line__max_percent()Arnaldo Carvalho de Melo2018-03-201-6/+1Star
* perf annotate: Introduce symbol__annotate2 methodArnaldo Carvalho de Melo2018-03-201-27/+1Star
* perf annotate: Introduce init_column_widths() method out of TUI codeArnaldo Carvalho de Melo2018-03-201-13/+1Star
* perf annotate: Move update_column_widths() to the generic libArnaldo Carvalho de Melo2018-03-201-13/+0Star
* perf annotate: Move the column widths from the TUI to generic libArnaldo Carvalho de Melo2018-03-201-26/+19Star
* perf annotate: Introduce set_offsets() method out of TUI codeArnaldo Carvalho de Melo2018-03-201-22/+2Star
* perf annotate: Move nr_{asm_}entries to struct annotationArnaldo Carvalho de Melo2018-03-201-12/+11Star
* perf annotate: Move 'start' to struct annotationArnaldo Carvalho de Melo2018-03-201-3/+2Star
* perf annotate: Nuke struct browser_lineArnaldo Carvalho de Melo2018-03-201-46/+20Star
* perf annotate: Move mark_jump_targets from the TUI to the annotation libraryArnaldo Carvalho de Melo2018-03-201-51/+3Star
* perf annotate: Move nr_jumps to struct annotationArnaldo Carvalho de Melo2018-03-201-9/+4Star
* perf annotate: Move jumps_percent_color to ui_browserArnaldo Carvalho de Melo2018-03-201-10/+8Star