summaryrefslogtreecommitdiff
path: root/tools/perf/ui
AgeCommit message (Expand)AuthorFilesLines
2016-02-25perf hists browser: Implement hierarchy outputNamhyung Kim1-22/+268
2016-02-25perf hists browser: Support collapsing/expanding whole entries in hierarchyNamhyung Kim1-10/+48
2016-02-25perf hists browser: Count number of hierarchy entriesNamhyung Kim1-11/+74
2016-02-25perf ui/stdio: Align column header for hierarchy outputNamhyung Kim1-0/+105
2016-02-25perf ui/stdio: Implement hierarchy output modeNamhyung Kim1-1/+78
2016-02-25perf hists: Count number of sort keysNamhyung Kim1-0/+3
2016-02-22perf tools: Fix assertion failure on dynamic entryNamhyung Kim1-0/+3
2016-02-12perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo2-9/+19
2016-02-03perf hists browser: Add 'L' hotkey to change percent limitNamhyung Kim1-0/+55
2016-02-03perf hists: Introduce hists__for_each_format macroJiri Olsa4-12/+12
2016-02-03perf hists: Add struct perf_hpp_list argument to helper functionsJiri Olsa1-9/+10
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macroJiri Olsa1-1/+1
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list macroJiri Olsa1-2/+2
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format_safe macroJiri Olsa1-2/+2
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa4-15/+15
2016-02-03perf hists: Add perf_hpp_list register helpersJiri Olsa1-6/+8
2016-02-03perf hists: Introduce struct perf_hpp_listJiri Olsa1-5/+6
2016-02-03perf hists: Properly release format fieldsJiri Olsa1-0/+8
2016-02-03perf hists: Remove perf_hpp__column_(disable|enable)Jiri Olsa1-12/+0
2016-02-03perf hists: Allocate output sort fieldJiri Olsa1-2/+14
2016-02-03perf hists: Make hpp setup function genericJiri Olsa1-28/+8
2016-02-03perf hists: Add 'hpp__equal' callback functionJiri Olsa1-0/+16
2016-02-03perf hists: Add 'equal' method to perf_hpp_fmt structJiri Olsa1-2/+7
2016-02-03perf hists: Use struct perf_hpp_fmt::idx in perf_hpp__reset_widthJiri Olsa1-10/+2
2016-02-03perf hists: Add _idx fields into struct perf_hpp_fmtJiri Olsa1-11/+14
2016-02-01perf report: Don't show blank lines if entry has no callchainNamhyung Kim1-1/+4
2016-02-01perf hists browser: Fix percent display in callchainsNamhyung Kim1-5/+19
2016-02-01perf hists browser: Pass parent_total to callchain print functionsNamhyung Kim1-20/+24
2016-02-01perf hists browser: Fix dump to show correct callchain styleNamhyung Kim1-32/+41
2016-02-01perf report: Fix percent display in callchains on --stdioNamhyung Kim1-6/+20
2016-02-01perf callchain: Pass parent_samples to __callchain__fprintf_graph()Namhyung Kim1-6/+13
2016-02-01perf report: Get rid of hist_entry__callchain_fprintf()Namhyung Kim1-25/+2
2016-01-26perf hists browser: Skip scripting when perf.data file not availableNamhyung Kim1-0/+4
2016-01-26perf hists browser: Offer non-symbol specific menu options for --sort without...Namhyung Kim1-5/+1
2016-01-26perf hists browser: Be a bit more strict about presenting CPU socket zoomNamhyung Kim1-1/+1
2016-01-26perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order ...Namhyung Kim1-2/+2
2016-01-26perf hists browser: Only offer symbol scripting when a symbol is under the cu...Namhyung Kim1-4/+6
2016-01-26perf hists browser: Only 'Zoom into thread' only when sort order has 'pid'Namhyung Kim1-5/+7
2016-01-26perf annotate: Rename 'colors.code' to 'colors.jump_arrows'Taeung Song3-4/+4
2016-01-26perf annotate browser: Fix behaviour of Shift-Tab with nothing focussedMarkus Trippelsdorf1-2/+2
2016-01-12perf ui/tui: Print helpline message as isNamhyung Kim1-1/+1
2016-01-08perf tools: Add overhead/overhead_children keys defaults via stringJiri Olsa1-12/+0
2016-01-07perf tools: Skip dynamic fields not defined for current eventNamhyung Kim4-9/+10
2015-12-09perf tui: Change default selection background color to yellowIngo Molnar1-1/+1
2015-12-08Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-0/+8
2015-12-07perf hists browser: Fix segfault if use symbol filter in cmdlineWang Nan1-0/+3
2015-12-07perf hists browser: Reset selection when refreshWang Nan1-0/+2
2015-12-07perf hists browser: Add NULL pointer check to prevent crashWang Nan1-0/+3
2015-11-28perf hists browser: Update nr entries regardless of min percentNamhyung Kim1-3/+2
2015-11-19perf ui/gtk: Support folded callchainsNamhyung Kim1-0/+62