summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-report.c
Commit message (Expand)AuthorAgeFilesLines
* perf report: Introduce --ignore-vmlinux command line optionArnaldo Carvalho de Melo2018-03-211-0/+2
* perf annotate: Move the default annotate options to the libraryArnaldo Carvalho de Melo2018-03-211-0/+1
* perf report: Support forced leader feature in pipe modeJiri Olsa2018-03-161-14/+43
* perf report: Provide libtraceevent with a kernel symbol resolverWang YanQing2018-03-081-0/+9
* perf report: Fix the output for stdio events listJiri Olsa2018-03-081-3/+14
* perf report: Add support to display group output for non group eventsJiri Olsa2018-02-161-1/+5
* perf report: Ask for ordered events for --tasks optionJiri Olsa2018-02-161-0/+1
* perf hists browser: Add parameter to disable lost event warningKan Liang2018-02-151-1/+2
* perf report: Remove the time slices number limitationJin Yao2018-01-171-6/+16
* perf report: Add an indication of what time slices are usedJin Yao2018-01-171-0/+3
* perf report: Improve error msg when no first/last sample time foundJin Yao2018-01-171-1/+3
* perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo2018-01-171-2/+3
* perf report: Introduce --mmapsArnaldo Carvalho de Melo2018-01-101-4/+46
* perf report: Add --tasks option to display monitored tasksJiri Olsa2018-01-101-2/+134
* perf report: Add --stats option to display quick data statisticsJiri Olsa2018-01-101-1/+25
* perf report: Support time percent and multiple time rangesJin Yao2018-01-081-5/+26
* perf report: Fix a no annotate browser displayed issueJin Yao2018-01-081-1/+17
* perf report: Set browser mode right before setup_browser()Seokho Song2017-12-051-7/+7
* perf report: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo2017-11-161-0/+3
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf tools: Add struct perf_data_fileJiri Olsa2017-10-301-3/+3
* | perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-301-7/+7
|/
* 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
OpenPOWER on IntegriCloud