aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-c2c.c
AgeCommit message (Expand)Author
2019-03-06perf c2c: Fix c2c report for empty numa nodeJiri Olsa
2019-02-22perf data: Add global path holderJiri Olsa
2019-02-06perf hists: Add argument to hists__resort_cb_t callbackJiri Olsa
2019-02-06perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo
2019-01-25perf hist: Use cached rbtreesDavidlohr Bueso
2019-01-21perf tools: Replace automatic const char[] variables by staticsRasmus Villemoes
2018-12-28perf c2c: Increase the HITM ratio limit for displayed cachelinesJiri Olsa
2018-12-28perf c2c: Change the default coalesce setupJiri Olsa
2018-07-31perf c2c report: Fix crash for empty browserJiri Olsa
2018-07-24perf hists: Clarify callchain disabling when availableArnaldo Carvalho de Melo
2018-06-08perf c2c: Keep struct hist_entry at the end of struct c2c_hist_entryJiri Olsa
2018-06-04perf srcline: Make hist_entry srcline helper consistent with map'sArnaldo Carvalho de Melo
2018-03-16perf c2c report: Add cacheline address count columnJiri Olsa
2018-03-16perf c2c report: Add span header over cacheline dataJiri Olsa
2018-03-16perf c2c report: Display node for cacheline addressJiri Olsa
2018-03-16perf c2c report: Call calc_width() only for displayed entriesJiri Olsa
2018-03-16perf c2c report: Make calc_width work with struct c2c_hist_entryJiri Olsa
2018-03-16perf c2c record: Record physical addresses in samplesJiri Olsa
2018-03-08perf c2c: Use mem_info refcnt logicJiri Olsa
2018-02-15perf hists browser: Add parameter to disable lost event warningKan Liang
2018-01-17perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo
2017-12-27perf perf: Remove duplicate includesPravin Shedge
2017-11-16perf c2c: Fix spelling mistakes in browser help textKim Phillips
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-09-18perf tools: Fix leaking rec_argv in error casesMartin Kepplinger
2017-06-27perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo
2017-04-25perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo
2017-04-24perf tools: Include sys/param.h where neededArnaldo 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 tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo
2017-03-07perf c2c: Fix display bug when using pipeNamhyung Kim
2017-03-07perf c2c: Clarify help message of --stats optionNamhyung Kim
2017-01-20perf c2c report: Coalesce by default only by pid,iaddrJiri Olsa
2017-01-20perf c2c report: Display Total records column in offset viewJiri Olsa
2016-12-15perf tools: Remove some needless __maybe_unusedArnaldo Carvalho de Melo
2016-11-23perf c2c: Support cascading optionsJiri Olsa
2016-11-23perf c2c report: Display total HITMs on defaultJiri Olsa
2016-11-23perf c2c report: Add -f/--force optionJiri Olsa
2016-11-23perf c2c report: Setup browser after opening perf.dataJiri Olsa
2016-10-21perf c2c report: Add --show-all optionJiri Olsa
2016-10-21perf c2c report: Add --no-source optionJiri Olsa
2016-10-21perf c2c: Add man page and creditsJiri Olsa
2016-10-21perf c2c report: Add help windowsJiri Olsa
2016-10-21perf c2c report: Iterate node display in browserJiri Olsa
2016-10-21perf c2c report: Add support to manage symbol name lengthJiri Olsa