aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-c2c.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-14perf c2c: Fix return type for histogram sorting comparision functionsAndres Freund1-4/+6
2020-01-06perf hists browser: Allow passing an initial hotkeyArnaldo Carvalho de Melo1-2/+2
2019-10-15perf c2c: Fix memory leak in build_cl_output()Yunfeng Ye1-5/+9
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar1-2/+4
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo1-0/+1
2019-08-31perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo1-0/+1
2019-08-31perf hist: Remove needless ui/progress.h from hist.hArnaldo Carvalho de Melo1-0/+1
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo1-0/+2
2019-08-29perf tools: Remove needless perf.h include directive from headersArnaldo Carvalho de Melo1-0/+1
2019-08-29perf c2c: Display proper cpu count in nodes columnJiri Olsa1-1/+1
2019-08-26perf cacheline: Move cacheline related routines to separate filesArnaldo Carvalho de Melo1-0/+1
2019-08-22perf c2c: Fix report with offline cpusRavi Bangoria1-1/+1
2019-08-22libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Jiri Olsa1-1/+1
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-2/+2
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-2/+2
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa1-1/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
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