aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-report.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-13perf report: Enable group view with hierarchyNamhyung Kim1-1/+0
2016-08-30perf annotate: Initialize the priv are in symbol__new()Arnaldo Carvalho de Melo1-3/+3
2016-08-23perf report: Allow configuring the default sort order in ~/.perfconfigArnaldo Carvalho de Melo1-0/+4
2016-07-12perf report: Introduce --stdio-color to setup the color output mode selectionArnaldo Carvalho de Melo1-0/+3
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-5/+5
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song1-1/+1
2016-06-15perf stdio: Add use_callchain parameter to hists__fprintfJiri Olsa1-1/+2
2016-05-20perf tools: Set buildid dir under symfs when --symfs is providedHe Kuang1-2/+3
2016-05-20perf tools: Fix usage of max_stack sysctlArnaldo Carvalho de Melo1-1/+1
2016-05-05perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa1-1/+1
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa1-1/+1
2016-04-27perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_max_stackArnaldo Carvalho de Melo1-2/+2
2016-04-18perf report: Use callchain_param.enabled instead of tool specific knobArnaldo Carvalho de Melo1-5/+6
2016-03-23perf tools: Do not include stringify.h from the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2016-03-23perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo1-1/+1
2016-02-26perf config: Bring perf_default_config to the very beginning at main()Wang Nan1-1/+1
2016-02-24perf report: Add --hierarchy optionNamhyung Kim1-0/+17
2016-02-19perf report: Check error during report__collapse_hists()Namhyung Kim1-3/+11
2016-02-03perf report: Move UI initialization ahead of sort setupJiri Olsa1-9/+9
2016-02-03perf hists: Introduce perf_evsel__output_resort functionJiri Olsa1-1/+1
2016-02-01perf report: Apply --percent-limit to callchains alsoNamhyung Kim1-2/+7
2016-01-12perf tools: Fallback to srcdir/Documentation/tips.txtNamhyung Kim1-1/+9
2016-01-08perf report: Show random usage tip on the help lineNamhyung Kim1-1/+1
2016-01-06perf report/top: Add --raw-trace optionNamhyung Kim1-0/+2
2016-01-06perf tools: Pass evlist to setup_sorting()Namhyung Kim1-1/+1
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-1/+1
2015-12-10perf report: Check argument before calling setup_browser()Namhyung Kim1-11/+10
2015-11-27perf report: Show error message when processing sample failsNamhyung Kim1-3/+9
2015-11-26perf callchain: Honor hide_unresolvedNamhyung Kim1-4/+3
2015-11-19perf report: Add callchain value optionNamhyung Kim1-2/+2
2015-11-12perf symbols: Allow forcing reading of non-root owned files by rootArnaldo Carvalho de Melo1-3/+3
2015-10-26perf report: Rename to --show-cpu-utilizationNamhyung Kim1-1/+3
2015-10-22perf tools: Improve call graph documents and help messagesNamhyung Kim1-4/+7
2015-10-22perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim1-0/+2
2015-10-22perf tools: Move callchain help messages to callchain.hNamhyung Kim1-3/+7
2015-10-05perf callchain: Switch default to 'graph,0.5,caller'Arnaldo Carvalho de Melo1-2/+2
2015-09-30perf machine: Add method for common kernel_map(FUNCTION) operationArnaldo Carvalho de Melo1-1/+1
2015-09-30perf machine: Use machine__kernel_map() thoroughlyArnaldo Carvalho de Melo1-1/+1
2015-09-28perf report: Make max_stack value allow for synthesized callchainsAdrian Hunter1-0/+4
2015-09-28perf report: Skip events with null branch stacksAdrian Hunter1-4/+11
2015-09-28perf report: Also do default setup for synthesized branch stacksAdrian Hunter1-0/+3
2015-09-28perf report: Adjust sample type validation for synthesized branch stacksAdrian Hunter1-0/+3
2015-09-28perf report: Fix sample type validation for synthesized callchainsAdrian Hunter1-0/+6
2015-09-14perf hists browser: Zoom in/out for processor socketKan Liang1-3/+3
2015-09-14perf report: Introduce --socket-filter optionKan Liang1-0/+11
2015-08-12perf report: Show call graph from reference eventsKan Liang1-0/+7
2015-08-10perf tools: Support full source file paths for srclineAndi Kleen1-0/+2
2015-08-06perf report: Add processing for cycle histogramsAndi Kleen1-0/+3
2015-08-06perf report: Add flag for non ANY branch modeAndi Kleen1-0/+7
2015-07-01perf report: Fill in the missing session freeing after an error occursTaeung Song1-2/+4