summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-c2c.c
AgeCommit message (Expand)Author
2020-02-05perf c2c: Fix return type for histogram sorting comparision functionsAndres Freund
2019-10-15perf c2c: Fix memory leak in build_cl_output()Yunfeng Ye
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo
2019-08-31perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo
2019-08-31perf hist: Remove needless ui/progress.h from hist.hArnaldo Carvalho de Melo
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo
2019-08-29perf tools: Remove needless perf.h include directive from headersArnaldo Carvalho de Melo
2019-08-29perf c2c: Display proper cpu count in nodes columnJiri Olsa
2019-08-26perf cacheline: Move cacheline related routines to separate filesArnaldo Carvalho de Melo
2019-08-22perf c2c: Fix report with offline cpusRavi Bangoria
2019-08-22libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Jiri Olsa
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
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