summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-c2c.c
Commit message (Expand)AuthorAgeFilesLines
* perf c2c report: Add cacheline address count columnJiri Olsa2018-03-161-6/+29
* perf c2c report: Add span header over cacheline dataJiri Olsa2018-03-161-5/+58
* perf c2c report: Display node for cacheline addressJiri Olsa2018-03-161-5/+114
* perf c2c report: Call calc_width() only for displayed entriesJiri Olsa2018-03-161-2/+1
* perf c2c report: Make calc_width work with struct c2c_hist_entryJiri Olsa2018-03-161-5/+9
* perf c2c record: Record physical addresses in samplesJiri Olsa2018-03-161-1/+2
* perf c2c: Use mem_info refcnt logicJiri Olsa2018-03-081-13/+11
* perf hists browser: Add parameter to disable lost event warningKan Liang2018-02-151-2/+2
* perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo2018-01-171-2/+3
* perf perf: Remove duplicate includesPravin Shedge2017-12-271-3/+0
* perf c2c: Fix spelling mistakes in browser help textKim Phillips2017-11-161-4/+4
* 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-2/+2
* | perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-301-5/+5
* | perf tools: Fix leaking rec_argv in error casesMartin Kepplinger2017-09-181-0/+1
|/
* perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo2017-06-271-2/+2
* perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo2017-04-251-0/+1
* perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo2017-04-241-0/+1
* perf tools: Include sys/param.h where neededArnaldo Carvalho de Melo2017-04-241-0/+1
* 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 tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo2017-03-271-2/+2
* perf c2c: Fix display bug when using pipeNamhyung Kim2017-03-071-1/+1
* perf c2c: Clarify help message of --stats optionNamhyung Kim2017-03-071-1/+1
* perf c2c report: Coalesce by default only by pid,iaddrJiri Olsa2017-01-201-1/+1
* perf c2c report: Display Total records column in offset viewJiri Olsa2017-01-201-0/+1
* perf tools: Remove some needless __maybe_unusedArnaldo Carvalho de Melo2016-12-151-7/+6
* perf c2c: Support cascading optionsJiri Olsa2016-11-231-12/+10
* perf c2c report: Display total HITMs on defaultJiri Olsa2016-11-231-7/+32
* perf c2c report: Add -f/--force optionJiri Olsa2016-11-231-1/+3
* perf c2c report: Setup browser after opening perf.dataJiri Olsa2016-11-231-7/+8
* perf c2c report: Add --show-all optionJiri Olsa2016-10-211-2/+5
* perf c2c report: Add --no-source optionJiri Olsa2016-10-211-5/+8
* perf c2c: Add man page and creditsJiri Olsa2016-10-211-0/+11
* perf c2c report: Add help windowsJiri Olsa2016-10-211-2/+17
* perf c2c report: Iterate node display in browserJiri Olsa2016-10-211-0/+4
* perf c2c report: Add support to manage symbol name lengthJiri Olsa2016-10-211-1/+32
* perf c2c report: Add cacheline index entryJiri Olsa2016-10-211-3/+61
* perf c2c report: Recalc width of global sort entriesJiri Olsa2016-10-211-0/+12
* perf c2c report: Allow to set cacheline sort fieldsJiri Olsa2016-10-211-17/+102
* perf c2c report: Add support to choose local HITMsJiri Olsa2016-10-211-19/+95
* perf c2c report: Limit the cachelines table entriesJiri Olsa2016-10-211-1/+36
* perf c2c report: Allow to report callchainsJiri Olsa2016-10-211-0/+67
* perf c2c report: Add c2c related stats stdio outputJiri Olsa2016-10-211-6/+27
* perf c2c report: Add shared cachelines stats stdio outputJiri Olsa2016-10-211-1/+61
* perf c2c report: Add global stats stdio outputJiri Olsa2016-10-211-0/+56
* perf c2c report: Add TUI cacheline browserJiri Olsa2016-10-211-0/+81
* perf c2c report: Add main TUI browserJiri Olsa2016-10-211-2/+115
* perf c2c report: Add stdio output supportJiri Olsa2016-10-191-0/+83
OpenPOWER on IntegriCloud