summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui
Commit message (Expand)AuthorAgeFilesLines
...
* perf hists browser: Introduce struct hist_browser title callbackJiri Olsa2016-06-222-8/+17
* perf hists browser: Make (new|delete|run) publicJiri Olsa2016-06-222-5/+10
* perf hists browser: Move hist_browser into header fileJiri Olsa2016-06-222-18/+24
* perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackJiri Olsa2016-06-153-8/+9
* perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackJiri Olsa2016-06-154-9/+9
* perf stdio: Add use_callchain parameter to hists__fprintfJiri Olsa2016-06-151-4/+6
* perf stdio: Do not pass hists in hist_entry__fprintfJiri Olsa2016-06-151-2/+2
* perf stdio: Separate standard headers outputJiri Olsa2016-06-151-14/+24
* perf stdio: Separate hierarchy headers outputJiri Olsa2016-06-151-8/+18
* perf stdio: Separate headers outputJiri Olsa2016-06-151-29/+30
* perf tui: Separate hierarchy and standard headers outputJiri Olsa2016-06-151-7/+24
* perf hists: Move sort__has_comm into struct perf_hpp_listJiri Olsa2016-05-061-2/+4
* perf hists: Move sort__has_thread into struct perf_hpp_listJiri Olsa2016-05-061-6/+6
* perf hists: Move sort__has_socket into struct perf_hpp_listJiri Olsa2016-05-061-2/+2
* perf hists: Move sort__has_dso into struct perf_hpp_listJiri Olsa2016-05-061-4/+4
* perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa2016-05-063-5/+5
* perf hists browser: Fold two consecutive symbol_conf.use_callchain ifsArnaldo Carvalho de Melo2016-04-181-3/+2Star
* perf tools: Introduce trim functionJiri Olsa2016-04-072-4/+2Star
* perf hists: Fix determination of a callchain node's childlessnessAndres Freund2016-03-301-1/+1
* perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2016-03-231-1/+1
* perf hists browser: Check sort keys before hot key actionsNamhyung Kim2016-03-101-0/+9
* perf hists browser: Allow thread filtering for comm sort keyNamhyung Kim2016-03-101-10/+32
* perf tools: Remove nr_sort_keys fieldNamhyung Kim2016-03-101-3/+0Star
* perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry()Namhyung Kim2016-03-101-14/+8Star
* perf report: Use hierarchy hpp list on gtkNamhyung Kim2016-03-081-22/+33
* perf hists browser: Use hierarchy hpp listNamhyung Kim2016-03-081-36/+45
* perf report: Use hierarchy hpp list on stdioNamhyung Kim2016-03-081-46/+57
* perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim2016-03-083-28/+22Star
* perf hists: Use own hpp_list for hierarchy modeNamhyung Kim2016-03-084-48/+66
* perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim2016-03-081-0/+63
* perf report: Left align dynamic entries in hierarchyNamhyung Kim2016-02-262-11/+33
* perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim2016-02-262-6/+6
* perf report: Show message for percent limit on gtkNamhyung Kim2016-02-261-0/+11
* perf hists browser: Show message for percent limitNamhyung Kim2016-02-261-0/+99
* perf hists browser: Cleanup hist_browser__update_percent_limit()Namhyung Kim2016-02-261-6/+1Star
* perf report: Show message for percent limit on stdioNamhyung Kim2016-02-261-0/+17
* perf hists: Add more helper functions for the hierarchy modeNamhyung Kim2016-02-261-0/+22
* perf ui/gtk: Implement hierarchy output modeNamhyung Kim2016-02-251-1/+162
* perf hists browser: Align column header in hierarchy modeNamhyung Kim2016-02-251-1/+70
* perf hists browser: Implement hierarchy outputNamhyung Kim2016-02-251-22/+268
* perf hists browser: Support collapsing/expanding whole entries in hierarchyNamhyung Kim2016-02-251-10/+48
* perf hists browser: Count number of hierarchy entriesNamhyung Kim2016-02-251-11/+74
* perf ui/stdio: Align column header for hierarchy outputNamhyung Kim2016-02-251-0/+105
* perf ui/stdio: Implement hierarchy output modeNamhyung Kim2016-02-251-1/+78
* perf hists: Count number of sort keysNamhyung Kim2016-02-251-0/+3
* perf tools: Fix assertion failure on dynamic entryNamhyung Kim2016-02-221-0/+3
* perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo2016-02-122-9/+19
* perf hists browser: Add 'L' hotkey to change percent limitNamhyung Kim2016-02-031-0/+55
* perf hists: Introduce hists__for_each_format macroJiri Olsa2016-02-034-12/+12
* perf hists: Add struct perf_hpp_list argument to helper functionsJiri Olsa2016-02-031-9/+10