summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-c2c.c
Commit message (Expand)AuthorAgeFilesLines
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* perf c2c: Fix c2c report for empty numa nodeJiri Olsa2019-03-061-2/+6
* perf data: Add global path holderJiri Olsa2019-02-221-2/+2
* perf hists: Add argument to hists__resort_cb_t callbackJiri Olsa2019-02-061-4/+4
* perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo2019-02-061-0/+1
* perf hist: Use cached rbtreesDavidlohr Bueso2019-01-251-3/+3
* perf tools: Replace automatic const char[] variables by staticsRasmus Villemoes2019-01-211-2/+2
* perf c2c: Increase the HITM ratio limit for displayed cachelinesJiri Olsa2018-12-281-1/+1
* perf c2c: Change the default coalesce setupJiri Olsa2018-12-281-1/+1
* perf c2c report: Fix crash for empty browserJiri Olsa2018-07-311-0/+3
* perf hists: Clarify callchain disabling when availableArnaldo Carvalho de Melo2018-07-241-2/+2
* perf c2c: Keep struct hist_entry at the end of struct c2c_hist_entryJiri Olsa2018-06-081-5/+5
* perf srcline: Make hist_entry srcline helper consistent with map'sArnaldo Carvalho de Melo2018-06-041-1/+1
* 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/+1Star
* 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/+11Star
* 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/+0Star
* 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/+6Star
* perf c2c: Support cascading optionsJiri Olsa2016-11-231-12/+10Star
* 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