aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-report.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-28perf report: Group stat values on global event idJiri Olsa1-1/+1
2017-08-28perf report: Add dump_read functionJiri Olsa1-4/+0
2017-07-25perf report: Make --branch-history work without callgraphs(-g) option in perf recordJin Yao1-5/+7
2017-07-21perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song1-7/+8
2017-07-18perf report: Show branch type statistics for stdio modeJin Yao1-0/+25
2017-07-18perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros1-0/+1
2017-07-18perf tool: Add show_feature_header to perf_toolDavid Carrillo-Cisneros1-0/+4
2017-06-30perf auxtrace: Add CPU filter supportAdrian Hunter1-0/+1
2017-06-27perf config: Do not die when parsing u64 or int config valuesArnaldo Carvalho de Melo1-4/+3
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo1-0/+3
2017-04-20perf tools: Move units conversion/formatting routines to separate objectArnaldo Carvalho de Melo1-0/+1
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Remove regex.h and fnmatch.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo1-1/+0
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-03-27perf report: Introduce --inline optionJin Yao1-0/+2
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo1-1/+1
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini1-0/+1
2017-03-07perf report: Hide tip message when -q option is givenNamhyung Kim1-2/+1
2017-02-20perf report: Add -q/--quiet optionNamhyung Kim1-4/+15
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim1-1/+1
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo1-1/+3
2016-12-15perf tools: Remove some needless __maybe_unusedArnaldo Carvalho de Melo1-1/+1
2016-12-01perf report: Add option to specify time window of interestDavid Ahern1-1/+13
2016-11-14perf report: Create a symbol_conf flag for showing branch flag countingJin Yao1-0/+3
2016-10-24perf tools: Use normal error reporting when processing PERF_RECORD_READ eventsArnaldo Carvalho de Melo1-3/+9
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