aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-c2c.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-15perf c2c: Add metrics "RMT Load Hit"Gravatar Leo Yan 1-50/+2
2020-10-15perf c2c: Correct LLC load hit metricsGravatar Leo Yan 1-2/+2
2020-10-15perf c2c: Change header for LLC local hitGravatar Leo Yan 1-1/+1
2020-10-15perf c2c: Use more explicit headers for HITMGravatar Leo Yan 1-4/+4
2020-10-15perf c2c: Change header from "LLC Load Hitm" to "Load Hitm"Gravatar Leo Yan 1-1/+1
2020-10-15perf c2c: Organize metrics based on memory hierarchyGravatar Leo Yan 1-3/+3
2020-10-15perf c2c: Display "Total Stores" as a standalone metricsGravatar Leo Yan 1-6/+7
2020-10-15perf c2c: Display the total numbers continuouslyGravatar Leo Yan 1-2/+2
2020-10-13perf c2c: Update usage for showing memory eventsGravatar Leo Yan 1-1/+1
2020-06-22perf evlist: Fix the class prefix for 'struct evlist' sample_type methodsGravatar Arnaldo Carvalho de Melo 1-1/+1
2020-05-28perf c2c: Fix 'perf c2c record -e list' to show the default events usedGravatar Ian Rogers 1-1/+8
2020-05-05perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Gravatar Arnaldo Carvalho de Melo 1-2/+1
2020-04-30perf c2c: Remove unneeded semicolonGravatar Zou Wei 1-3/+3
2020-04-18perf c2c: Add option to enable the LBR stitching approachGravatar Kan Liang 1-0/+12
2020-01-14perf c2c: Fix return type for histogram sorting comparision functionsGravatar Andres Freund 1-4/+6
2020-01-06perf hists browser: Allow passing an initial hotkeyGravatar Arnaldo Carvalho de Melo 1-2/+2
2019-10-15perf c2c: Fix memory leak in build_cl_output()Gravatar Yunfeng Ye 1-5/+9
2019-09-20perf session: Return error code for perf_session__new() function on failureGravatar Mamatha Inamdar 1-2/+4
2019-09-20perf env: Remove needless cpumap.h headerGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-08-31perf symbols: Move mem_info and branch_info out of symbol.hGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-08-31perf hist: Remove needless ui/progress.h from hist.hGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-08-31perf debug: Remove needless include directives from debug.hGravatar Arnaldo Carvalho de Melo 1-0/+2
2019-08-29perf tools: Remove needless perf.h include directive from headersGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-08-29perf c2c: Display proper cpu count in nodes columnGravatar Jiri Olsa 1-1/+1
2019-08-26perf cacheline: Move cacheline related routines to separate filesGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-08-22perf c2c: Fix report with offline cpusGravatar Ravi Bangoria 1-1/+1
2019-08-22libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Gravatar Jiri Olsa 1-1/+1
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistGravatar Jiri Olsa 1-2/+2
2019-07-29perf evsel: Rename struct perf_evsel to struct evselGravatar Jiri Olsa 1-2/+2
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapGravatar Jiri Olsa 1-1/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfGravatar Arnaldo Carvalho de Melo 1-1/+1
2019-03-06perf c2c: Fix c2c report for empty numa nodeGravatar Jiri Olsa 1-2/+6
2019-02-22perf data: Add global path holderGravatar Jiri Olsa 1-2/+2
2019-02-06perf hists: Add argument to hists__resort_cb_t callbackGravatar Jiri Olsa 1-4/+4
2019-02-06perf tools: Add missing include for symbols.hGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-01-25perf hist: Use cached rbtreesGravatar Davidlohr Bueso 1-3/+3
2019-01-21perf tools: Replace automatic const char[] variables by staticsGravatar Rasmus Villemoes 1-2/+2
2018-12-28perf c2c: Increase the HITM ratio limit for displayed cachelinesGravatar Jiri Olsa 1-1/+1
2018-12-28perf c2c: Change the default coalesce setupGravatar Jiri Olsa 1-1/+1
2018-07-31perf c2c report: Fix crash for empty browserGravatar Jiri Olsa 1-0/+3
2018-07-24perf hists: Clarify callchain disabling when availableGravatar Arnaldo Carvalho de Melo 1-2/+2
2018-06-08perf c2c: Keep struct hist_entry at the end of struct c2c_hist_entryGravatar Jiri Olsa 1-5/+5
2018-06-04perf srcline: Make hist_entry srcline helper consistent with map'sGravatar Arnaldo Carvalho de Melo 1-1/+1
2018-03-16perf c2c report: Add cacheline address count columnGravatar Jiri Olsa 1-6/+29
2018-03-16perf c2c report: Add span header over cacheline dataGravatar Jiri Olsa 1-5/+58
2018-03-16perf c2c report: Display node for cacheline addressGravatar Jiri Olsa 1-5/+114
2018-03-16perf c2c report: Call calc_width() only for displayed entriesGravatar Jiri Olsa 1-2/+1
2018-03-16perf c2c report: Make calc_width work with struct c2c_hist_entryGravatar Jiri Olsa 1-5/+9
2018-03-16perf c2c record: Record physical addresses in samplesGravatar Jiri Olsa 1-1/+2
2018-03-08perf c2c: Use mem_info refcnt logicGravatar Jiri Olsa 1-13/+11