summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-report.c
Commit message (Expand)AuthorAgeFilesLines
* perf report: Group stat values on global event idJiri Olsa2017-08-281-1/+1
* perf report: Add dump_read functionJiri Olsa2017-08-281-4/+0
* perf report: Make --branch-history work without callgraphs(-g) option in perf...Jin Yao2017-07-251-5/+7
* perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song2017-07-211-7/+8
* perf report: Show branch type statistics for stdio modeJin Yao2017-07-181-0/+25
* perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros2017-07-181-0/+1
* perf tool: Add show_feature_header to perf_toolDavid Carrillo-Cisneros2017-07-181-0/+4
* perf auxtrace: Add CPU filter supportAdrian Hunter2017-06-301-0/+1
* perf config: Do not die when parsing u64 or int config valuesArnaldo Carvalho de Melo2017-06-271-4/+3
* perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+3
* perf tools: Move units conversion/formatting routines to separate objectArnaldo Carvalho de Melo2017-04-201-0/+1
* perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo2017-04-201-0/+1
* perf tools: Remove regex.h and fnmatch.h from util.hArnaldo Carvalho de Melo2017-04-191-0/+1
* perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo2017-04-191-1/+0
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf report: Introduce --inline optionJin Yao2017-03-271-0/+2
* perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo2017-03-271-1/+1
* perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini2017-03-141-0/+1
* perf report: Hide tip message when -q option is givenNamhyung Kim2017-03-071-2/+1
* perf report: Add -q/--quiet optionNamhyung Kim2017-02-201-4/+15
* perf utils: Check verbose flag properlyNamhyung Kim2017-02-201-1/+1
* perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo2017-01-271-1/+3
* perf tools: Remove some needless __maybe_unusedArnaldo Carvalho de Melo2016-12-151-1/+1
* perf report: Add option to specify time window of interestDavid Ahern2016-12-011-1/+13
* perf report: Create a symbol_conf flag for showing branch flag countingJin Yao2016-11-141-0/+3
* perf tools: Use normal error reporting when processing PERF_RECORD_READ eventsArnaldo Carvalho de Melo2016-10-241-3/+9
* perf report: Enable group view with hierarchyNamhyung Kim2016-09-131-1/+0
* perf annotate: Initialize the priv are in symbol__new()Arnaldo Carvalho de Melo2016-08-301-3/+3
* perf report: Allow configuring the default sort order in ~/.perfconfigArnaldo Carvalho de Melo2016-08-231-0/+4
* perf report: Introduce --stdio-color to setup the color output mode selectionArnaldo Carvalho de Melo2016-07-121-0/+3
* perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-231-5/+5
* perf config: Move config declarations from util/cache.h to util/config.hTaeung Song2016-06-231-1/+1
* perf stdio: Add use_callchain parameter to hists__fprintfJiri Olsa2016-06-151-1/+2
* perf tools: Set buildid dir under symfs when --symfs is providedHe Kuang2016-05-201-2/+3
* perf tools: Fix usage of max_stack sysctlArnaldo Carvalho de Melo2016-05-201-1/+1
* perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa2016-05-051-1/+1
* perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa2016-05-051-1/+1
* perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...Arnaldo Carvalho de Melo2016-04-271-2/+2
* perf report: Use callchain_param.enabled instead of tool specific knobArnaldo Carvalho de Melo2016-04-181-5/+6
* perf tools: Do not include stringify.h from the kernel sourcesArnaldo Carvalho de Melo2016-03-231-0/+1
* perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo2016-03-231-1/+1
* perf config: Bring perf_default_config to the very beginning at main()Wang Nan2016-02-261-1/+1
* perf report: Add --hierarchy optionNamhyung Kim2016-02-241-0/+17
* perf report: Check error during report__collapse_hists()Namhyung Kim2016-02-191-3/+11
* perf report: Move UI initialization ahead of sort setupJiri Olsa2016-02-031-9/+9
* perf hists: Introduce perf_evsel__output_resort functionJiri Olsa2016-02-031-1/+1
* perf report: Apply --percent-limit to callchains alsoNamhyung Kim2016-02-011-2/+7
* perf tools: Fallback to srcdir/Documentation/tips.txtNamhyung Kim2016-01-121-1/+9
* perf report: Show random usage tip on the help lineNamhyung Kim2016-01-081-1/+1
OpenPOWER on IntegriCloud