aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-c2c.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-06perf c2c: Fix c2c report for empty numa nodeJiri Olsa1-2/+6
2019-02-22perf data: Add global path holderJiri Olsa1-2/+2
2019-02-06perf hists: Add argument to hists__resort_cb_t callbackJiri Olsa1-4/+4
2019-02-06perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo1-0/+1
2019-01-25perf hist: Use cached rbtreesDavidlohr Bueso1-3/+3
2019-01-21perf tools: Replace automatic const char[] variables by staticsRasmus Villemoes1-2/+2
2018-12-28perf c2c: Increase the HITM ratio limit for displayed cachelinesJiri Olsa1-1/+1
2018-12-28perf c2c: Change the default coalesce setupJiri Olsa1-1/+1
2018-07-31perf c2c report: Fix crash for empty browserJiri Olsa1-0/+3
2018-07-24perf hists: Clarify callchain disabling when availableArnaldo Carvalho de Melo1-2/+2
2018-06-08perf c2c: Keep struct hist_entry at the end of struct c2c_hist_entryJiri Olsa1-5/+5
2018-06-04perf srcline: Make hist_entry srcline helper consistent with map'sArnaldo Carvalho de Melo1-1/+1
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