aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-c2c.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-07perf tools: Check vmlinux/kallsyms arguments in all toolsJames Clark1-0/+4
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+3
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko1-3/+3
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim1-1/+1
2021-06-01perf c2c: Support record for hybrid platformJin Yao1-17/+23
2021-06-01perf tools: Support pmu prefix for mem-load eventJin Yao1-2/+2
2021-02-08perf c2c: Support data block and addr blockKan Liang1-0/+3
2021-01-20perf c2c: Add local variables for output metricsLeo Yan1-26/+33
2021-01-20perf c2c: Refactor node displayLeo Yan1-13/+20
2021-01-20perf c2c: Fix argument type for percent()Leo Yan1-1/+1
2021-01-20perf c2c: Refactor display filterLeo Yan1-15/+15
2021-01-20perf c2c: Refactor hist entry validationLeo Yan1-7/+23
2021-01-20perf c2c: Rename for shared cache line statsLeo Yan1-7/+7
2020-11-11perf c2c: Support AUX traceLeo Yan1-0/+12
2020-11-11perf c2c: Support memory event PERF_MEM_EVENTS__LOAD_STORELeo Yan1-4/+13
2020-11-11perf mem: Introduce weak function perf_mem_events__ptr()Leo Yan1-6/+12
2020-10-15perf c2c: Add metrics "RMT Load Hit"Leo Yan1-50/+2
2020-10-15perf c2c: Correct LLC load hit metricsLeo Yan1-2/+2
2020-10-15perf c2c: Change header for LLC local hitLeo Yan1-1/+1
2020-10-15perf c2c: Use more explicit headers for HITMLeo Yan1-4/+4
2020-10-15perf c2c: Change header from "LLC Load Hitm" to "Load Hitm"Leo Yan1-1/+1
2020-10-15perf c2c: Organize metrics based on memory hierarchyLeo Yan1-3/+3
2020-10-15perf c2c: Display "Total Stores" as a standalone metricsLeo Yan1-6/+7
2020-10-15perf c2c: Display the total numbers continuouslyLeo Yan1-2/+2
2020-10-13perf c2c: Update usage for showing memory eventsLeo Yan1-1/+1
2020-06-22perf evlist: Fix the class prefix for 'struct evlist' sample_type methodsArnaldo Carvalho de Melo1-1/+1
2020-05-28perf c2c: Fix 'perf c2c record -e list' to show the default events usedIan Rogers1-1/+8
2020-05-05perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo1-2/+1
2020-04-30perf c2c: Remove unneeded semicolonZou Wei1-3/+3
2020-04-18perf c2c: Add option to enable the LBR stitching approachKan Liang1-0/+12
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