aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/ui
AgeCommit message (Expand)AuthorFilesLines
2016-12-15perf annotate: Fix jump target outside of function address rangeGravatar Ravi Bangoria 1-2/+3
2016-11-25perf annotate: Show invalid jump offset in error messageGravatar Arnaldo Carvalho de Melo 1-2/+4
2016-11-25perf ui helpline: Provide a printf variantGravatar Arnaldo Carvalho de Melo 2-0/+11
2016-11-25perf annotate: Remove duplicate 'name' field from disasm_lineGravatar Arnaldo Carvalho de Melo 1-9/+9
2016-11-24Merge tag 'perf-core-for-mingo-20161123' of git://git.kernel.org/pub/scm/linu...Gravatar Ingo Molnar 2-2/+2
2016-11-24Merge branch 'linus' into perf/core, to pick up fixesGravatar Ingo Molnar 1-10/+23
2016-11-17perf annotate: Start supporting cross arch annotationGravatar Arnaldo Carvalho de Melo 2-2/+2
2016-11-14perf report: Show branch info in callchain entry for browser modeGravatar Jin Yao 1-2/+18
2016-11-14perf report: Show branch info in callchain entry for stdio modeGravatar Jin Yao 1-4/+31
2016-11-09perf hists browser: Fix column indentation on --hierarchyGravatar Namhyung Kim 1-6/+13
2016-11-09perf hists browser: Show folded sign properly on --hierarchyGravatar Namhyung Kim 1-1/+7
2016-11-09perf hists browser: Fix indentation of folded sign on --hierarchyGravatar Namhyung Kim 1-3/+3
2016-11-09perf hist browser: Fix hierarchy column countsGravatar Namhyung Kim 1-1/+14
2016-10-25perf hist browser: Fix hierarchy column countsGravatar Namhyung Kim 1-1/+14
2016-10-24perf hists browser: Dynamically change verbosity levelGravatar Alexis Berlemont 1-1/+4
2016-10-21perf c2c report: Add main TUI browserGravatar Jiri Olsa 2-1/+2
2016-10-13perf top: Fix refreshing hierarchy entries on TUIGravatar Namhyung Kim 1-1/+2
2016-09-22perf hists: Make hists__fprintf_headers function globalGravatar Jiri Olsa 1-1/+1
2016-09-22perf hists: Make __hist_entry__snprintf function globalGravatar Jiri Olsa 1-2/+2
2016-09-22perf tools: Make several display functions globalGravatar Jiri Olsa 2-2/+2
2016-09-22perf hists: Add __hist_entry__snprintf functionGravatar Jiri Olsa 1-2/+8
2016-09-21perf hists: Use bigger buffer for stdio headersGravatar Jiri Olsa 1-1/+1
2016-09-20perf hists: Factor out hists__reset_column_width()Gravatar Namhyung Kim 3-18/+19
2016-09-20perf ui/tui: Reset output width for hierarchyGravatar Namhyung Kim 1-0/+6
2016-09-13perf ui/stdio: Rename print_hierarchy_header()Gravatar Namhyung Kim 1-10/+3
2016-09-13perf ui/stdio: Always reset output width for hierarchyGravatar Namhyung Kim 1-8/+6
2016-09-12perf hists browser: Fix event group displayGravatar Namhyung Kim 1-1/+0
2016-09-05perf symbols: Remove symbol_filter_t machineryGravatar Arnaldo Carvalho de Melo 2-3/+3
2016-08-23perf hists browser: Remove superfluous null check on mapGravatar Colin Ian King 1-2/+0
2016-08-23perf hists: Add support for header spanGravatar Jiri Olsa 4-10/+18
2016-08-23perf tools stdio: Display multiple header linesGravatar Jiri Olsa 1-9/+25
2016-08-23perf tools tui: Display multiple header linesGravatar Jiri Olsa 1-8/+17
2016-08-23perf hists: Add line argument into perf_hpp_fmt's header callbackGravatar Jiri Olsa 4-8/+8
2016-08-23perf hists: Introduce nr_header_lines into struct perf_hpp_listGravatar Jiri Olsa 2-3/+13
2016-08-01perf annotate: Introduce strerror for handling symbol__disassemble() errorsGravatar Arnaldo Carvalho de Melo 2-5/+12
2016-08-01perf annotate: Rename symbol__annotate() to symbol__disassemble()Gravatar Arnaldo Carvalho de Melo 2-2/+2
2016-07-12perf tools: Remove needless includes from cache.hGravatar Arnaldo Carvalho de Melo 3-0/+4
2016-07-12tools: Introduce str_error_r()Gravatar Arnaldo Carvalho de Melo 1-1/+1
2016-07-12perf ui stdio: Add way to setup the color output mode selectionGravatar Arnaldo Carvalho de Melo 2-0/+11
2016-06-27perf annotate: Generalize handling of 'ret' instructionsGravatar Naveen N. Rao 1-11/+9
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Gravatar Arnaldo Carvalho de Melo 3-4/+4
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hGravatar Taeung Song 2-1/+2
2016-06-22perf hists browser: Introduce init()Gravatar Jiri Olsa 2-15/+22
2016-06-22perf hists browser: Introduce perf_evsel_browser constructorGravatar Jiri Olsa 2-10/+18
2016-06-22perf hists browser: Move horizontal scroll init to new()Gravatar Jiri Olsa 1-13/+7
2016-06-22perf hists browser: Introduce struct hist_browser title callbackGravatar Jiri Olsa 2-8/+17
2016-06-22perf hists browser: Make (new|delete|run) publicGravatar Jiri Olsa 2-5/+10
2016-06-22perf hists browser: Move hist_browser into header fileGravatar Jiri Olsa 2-18/+24
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackGravatar Jiri Olsa 3-8/+9
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackGravatar Jiri Olsa 4-9/+9