summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui
Commit message (Expand)AuthorAgeFilesLines
...
* perf hists: Introduce struct perf_hpp_listJiri Olsa2016-02-031-5/+6
* perf hists: Properly release format fieldsJiri Olsa2016-02-031-0/+8
* perf hists: Remove perf_hpp__column_(disable|enable)Jiri Olsa2016-02-031-12/+0
* perf hists: Allocate output sort fieldJiri Olsa2016-02-031-2/+14
* perf hists: Make hpp setup function genericJiri Olsa2016-02-031-28/+8
* perf hists: Add 'hpp__equal' callback functionJiri Olsa2016-02-031-0/+16
* perf hists: Add 'equal' method to perf_hpp_fmt structJiri Olsa2016-02-031-2/+7
* perf hists: Use struct perf_hpp_fmt::idx in perf_hpp__reset_widthJiri Olsa2016-02-031-10/+2
* perf hists: Add _idx fields into struct perf_hpp_fmtJiri Olsa2016-02-031-11/+14
* perf report: Don't show blank lines if entry has no callchainNamhyung Kim2016-02-011-1/+4
* perf hists browser: Fix percent display in callchainsNamhyung Kim2016-02-011-5/+19
* perf hists browser: Pass parent_total to callchain print functionsNamhyung Kim2016-02-011-20/+24
* perf hists browser: Fix dump to show correct callchain styleNamhyung Kim2016-02-011-32/+41
* perf report: Fix percent display in callchains on --stdioNamhyung Kim2016-02-011-6/+20
* perf callchain: Pass parent_samples to __callchain__fprintf_graph()Namhyung Kim2016-02-011-6/+13
* perf report: Get rid of hist_entry__callchain_fprintf()Namhyung Kim2016-02-011-25/+2
* perf hists browser: Skip scripting when perf.data file not availableNamhyung Kim2016-01-261-0/+4
* perf hists browser: Offer non-symbol specific menu options for --sort without...Namhyung Kim2016-01-261-5/+1
* perf hists browser: Be a bit more strict about presenting CPU socket zoomNamhyung Kim2016-01-261-1/+1
* perf hists browser: Offer 'Zoom into DSO'/'Map details' only when sort order ...Namhyung Kim2016-01-261-2/+2
* perf hists browser: Only offer symbol scripting when a symbol is under the cu...Namhyung Kim2016-01-261-4/+6
* perf hists browser: Only 'Zoom into thread' only when sort order has 'pid'Namhyung Kim2016-01-261-5/+7
* perf annotate: Rename 'colors.code' to 'colors.jump_arrows'Taeung Song2016-01-263-4/+4
* perf annotate browser: Fix behaviour of Shift-Tab with nothing focussedMarkus Trippelsdorf2016-01-261-2/+2
* perf ui/tui: Print helpline message as isNamhyung Kim2016-01-121-1/+1
* perf tools: Add overhead/overhead_children keys defaults via stringJiri Olsa2016-01-081-12/+0
* perf tools: Skip dynamic fields not defined for current eventNamhyung Kim2016-01-064-9/+10
* perf tui: Change default selection background color to yellowIngo Molnar2015-12-091-1/+1
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2015-12-081-0/+8
|\
| * perf hists browser: Fix segfault if use symbol filter in cmdlineWang Nan2015-12-071-0/+3
| * perf hists browser: Reset selection when refreshWang Nan2015-12-071-0/+2
| * perf hists browser: Add NULL pointer check to prevent crashWang Nan2015-12-071-0/+3
* | perf hists browser: Update nr entries regardless of min percentNamhyung Kim2015-11-271-3/+2
* | perf ui/gtk: Support folded callchainsNamhyung Kim2015-11-191-0/+62
* | perf ui/gtk: Support flat callchainsNamhyung Kim2015-11-191-4/+76
* | perf hists browser: Support folded callchainsNamhyung Kim2015-11-191-1/+124
* | perf hists browser: Support flat callchainsNamhyung Kim2015-11-191-2/+120
* | perf hists browser: Factor out hist_browser__show_callchain_list()Namhyung Kim2015-11-191-27/+45
* | perf report: Add callchain value optionNamhyung Kim2015-11-191-1/+9
* | perf callchain: Abstract callchain print functionNamhyung Kim2015-11-193-27/+24
* | perf report: Support folded callchain mode on --stdioNamhyung Kim2015-11-191-0/+55
|/
* perf hists browser: The dso can be obtained from popup_action->ms.map->dsoArnaldo Carvalho de Melo2015-11-121-6/+0
* perf hists browser: Fix 'd' hotkey action to filter by DSOArnaldo Carvalho de Melo2015-11-121-0/+1
* perf annotate: Don't die() when finding an invalid config optionArnaldo Carvalho de Melo2015-10-221-3/+3
* perf ui tui: Register the error callbacks before initializing the widgetsArnaldo Carvalho de Melo2015-10-221-4/+4
* perf annotate: Fix 'annotate.use_offset' config variable usageNamhyung Kim2015-10-221-1/+1
* perf hists browser: Add 'm' key for context menu displayNamhyung Kim2015-10-121-0/+2
* perf hists browser: Inform how to reset the symbol filterArnaldo Carvalho de Melo2015-10-121-1/+2
* perf ui browsers: Remove help messages about use of right and arrow keysArnaldo Carvalho de Melo2015-10-124-9/+9
* perf tools: Use hpp_dimension__add_output to register hpp columnsJiri Olsa2015-10-061-8/+8
OpenPOWER on IntegriCloud