aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/builtin-c2c.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-16perf c2c report: Add cacheline address count columnJiri Olsa1-6/+29
2018-03-16perf c2c report: Add span header over cacheline dataJiri Olsa1-5/+58
2018-03-16perf c2c report: Display node for cacheline addressJiri Olsa1-5/+114
2018-03-16perf c2c report: Call calc_width() only for displayed entriesJiri Olsa1-2/+1
2018-03-16perf c2c report: Make calc_width work with struct c2c_hist_entryJiri Olsa1-5/+9
2018-03-16perf c2c record: Record physical addresses in samplesJiri Olsa1-1/+2
2018-03-08perf c2c: Use mem_info refcnt logicJiri Olsa1-13/+11
2018-02-15perf hists browser: Add parameter to disable lost event warningKan Liang1-2/+2
2018-01-17perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo1-2/+3
2017-12-27perf perf: Remove duplicate includesPravin Shedge1-3/+0
2017-11-16perf c2c: Fix spelling mistakes in browser help textKim Phillips1-4/+4
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa1-2/+2
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa1-5/+5
2017-09-18perf tools: Fix leaking rec_argv in error casesMartin Kepplinger1-0/+1
2017-06-27perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo1-2/+2
2017-04-25perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo1-0/+1
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo1-0/+1
2017-04-24perf tools: Include sys/param.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo1-2/+2
2017-03-07perf c2c: Fix display bug when using pipeNamhyung Kim1-1/+1
2017-03-07perf c2c: Clarify help message of --stats optionNamhyung Kim1-1/+1
2017-01-20perf c2c report: Coalesce by default only by pid,iaddrJiri Olsa1-1/+1
2017-01-20perf c2c report: Display Total records column in offset viewJiri Olsa1-0/+1
2016-12-15perf tools: Remove some needless __maybe_unusedArnaldo Carvalho de Melo1-7/+6
2016-11-23perf c2c: Support cascading optionsJiri Olsa1-12/+10
2016-11-23perf c2c report: Display total HITMs on defaultJiri Olsa1-7/+32
2016-11-23perf c2c report: Add -f/--force optionJiri Olsa1-1/+3
2016-11-23perf c2c report: Setup browser after opening perf.dataJiri Olsa1-7/+8
2016-10-21perf c2c report: Add --show-all optionJiri Olsa1-2/+5
2016-10-21perf c2c report: Add --no-source optionJiri Olsa1-5/+8
2016-10-21perf c2c: Add man page and creditsJiri Olsa1-0/+11
2016-10-21perf c2c report: Add help windowsJiri Olsa1-2/+17
2016-10-21perf c2c report: Iterate node display in browserJiri Olsa1-0/+4
2016-10-21perf c2c report: Add support to manage symbol name lengthJiri Olsa1-1/+32
2016-10-21perf c2c report: Add cacheline index entryJiri Olsa1-3/+61
2016-10-21perf c2c report: Recalc width of global sort entriesJiri Olsa1-0/+12
2016-10-21perf c2c report: Allow to set cacheline sort fieldsJiri Olsa1-17/+102
2016-10-21perf c2c report: Add support to choose local HITMsJiri Olsa1-19/+95
2016-10-21perf c2c report: Limit the cachelines table entriesJiri Olsa1-1/+36
2016-10-21perf c2c report: Allow to report callchainsJiri Olsa1-0/+67
2016-10-21perf c2c report: Add c2c related stats stdio outputJiri Olsa1-6/+27
2016-10-21perf c2c report: Add shared cachelines stats stdio outputJiri Olsa1-1/+61
2016-10-21perf c2c report: Add global stats stdio outputJiri Olsa1-0/+56
2016-10-21perf c2c report: Add TUI cacheline browserJiri Olsa1-0/+81
2016-10-21perf c2c report: Add main TUI browserJiri Olsa1-2/+115
2016-10-19perf c2c report: Add stdio output supportJiri Olsa1-0/+83