aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-report.c
AgeCommit message (Expand)Author
2018-04-12perf report: Fix a no annotate browser displayed issueJin Yao
2017-11-28perf report: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa
2017-08-28perf report: Group stat values on global event idJiri Olsa
2017-08-28perf report: Add dump_read functionJiri Olsa
2017-07-25perf report: Make --branch-history work without callgraphs(-g) option in perf...Jin Yao
2017-07-21perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song
2017-07-18perf report: Show branch type statistics for stdio modeJin Yao
2017-07-18perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros
2017-07-18perf tool: Add show_feature_header to perf_toolDavid Carrillo-Cisneros
2017-06-30perf auxtrace: Add CPU filter supportAdrian Hunter
2017-06-27perf config: Do not die when parsing u64 or int config valuesArnaldo Carvalho de Melo
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 providedHe 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...Arnaldo 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