aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-report.c
AgeCommit message (Expand)Author
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo
2017-04-20perf tools: Move units conversion/formatting routines to separate objectArnaldo Carvalho de Melo
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo
2017-04-19perf tools: Remove regex.h and fnmatch.h from util.hArnaldo Carvalho de Melo
2017-04-19perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-03-27perf report: Introduce --inline optionJin Yao
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini
2017-03-07perf report: Hide tip message when -q option is givenNamhyung Kim
2017-02-20perf report: Add -q/--quiet optionNamhyung Kim
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo
2016-12-15perf tools: Remove some needless __maybe_unusedArnaldo Carvalho de Melo
2016-12-01perf report: Add option to specify time window of interestDavid Ahern
2016-11-14perf report: Create a symbol_conf flag for showing branch flag countingJin Yao
2016-10-24perf tools: Use normal error reporting when processing PERF_RECORD_READ eventsArnaldo Carvalho de Melo
2016-09-13perf report: Enable group view with hierarchyNamhyung Kim
2016-08-30perf annotate: Initialize the priv are in symbol__new()Arnaldo Carvalho de Melo
2016-08-23perf report: Allow configuring the default sort order in ~/.perfconfigArnaldo Carvalho de Melo
2016-07-12perf report: Introduce --stdio-color to setup the color output mode selectionArnaldo Carvalho de Melo
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song
2016-06-15perf stdio: Add use_callchain parameter to hists__fprintfJiri Olsa
2016-05-20perf tools: Set buildid dir under symfs when --symfs is providedperf-core-for-mingo-20160520He Kuang
2016-05-20perf tools: Fix usage of max_stack sysctlArnaldo Carvalho de Melo
2016-05-05perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa
2016-04-27perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...perf-core-for-mingo-20160427Arnaldo Carvalho de Melo
2016-04-18perf report: Use callchain_param.enabled instead of tool specific knobArnaldo Carvalho de Melo
2016-03-23perf tools: Do not include stringify.h from the kernel sourcesArnaldo Carvalho de Melo
2016-03-23perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo
2016-02-26perf config: Bring perf_default_config to the very beginning at main()Wang Nan
2016-02-24perf report: Add --hierarchy optionNamhyung Kim
2016-02-19perf report: Check error during report__collapse_hists()Namhyung Kim
2016-02-03perf report: Move UI initialization ahead of sort setupJiri Olsa
2016-02-03perf hists: Introduce perf_evsel__output_resort functionJiri Olsa
2016-02-01perf report: Apply --percent-limit to callchains alsoNamhyung Kim
2016-01-12perf tools: Fallback to srcdir/Documentation/tips.txtNamhyung Kim
2016-01-08perf report: Show random usage tip on the help lineNamhyung Kim
2016-01-06perf report/top: Add --raw-trace optionNamhyung Kim
2016-01-06perf tools: Pass evlist to setup_sorting()Namhyung Kim
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf
2015-12-10perf report: Check argument before calling setup_browser()Namhyung Kim
2015-11-27perf report: Show error message when processing sample failsNamhyung Kim
2015-11-26perf callchain: Honor hide_unresolvedNamhyung Kim
2015-11-19perf report: Add callchain value optionNamhyung Kim
2015-11-12perf symbols: Allow forcing reading of non-root owned files by rootArnaldo Carvalho de Melo
2015-10-26perf report: Rename to --show-cpu-utilizationNamhyung Kim