summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-c2c.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-3/+3
|\
| * tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko2021-09-081-3/+3
* | perf tools: Remove repipe argument from perf_session__new()Namhyung Kim2021-08-021-1/+1
|/
* perf c2c: Support record for hybrid platformJin Yao2021-06-011-17/+23
* perf tools: Support pmu prefix for mem-load eventJin Yao2021-06-011-2/+2
* perf c2c: Support data block and addr blockKan Liang2021-02-081-0/+3
* perf c2c: Add local variables for output metricsLeo Yan2021-01-201-26/+33
* perf c2c: Refactor node displayLeo Yan2021-01-201-13/+20
* perf c2c: Fix argument type for percent()Leo Yan2021-01-201-1/+1
* perf c2c: Refactor display filterLeo Yan2021-01-201-15/+15
* perf c2c: Refactor hist entry validationLeo Yan2021-01-201-7/+23
* perf c2c: Rename for shared cache line statsLeo Yan2021-01-201-7/+7
* perf c2c: Support AUX traceLeo Yan2020-11-111-0/+12
* perf c2c: Support memory event PERF_MEM_EVENTS__LOAD_STORELeo Yan2020-11-111-4/+13
* perf mem: Introduce weak function perf_mem_events__ptr()Leo Yan2020-11-111-6/+12
* perf c2c: Add metrics "RMT Load Hit"Leo Yan2020-10-151-50/+2
* perf c2c: Correct LLC load hit metricsLeo Yan2020-10-151-2/+2
* perf c2c: Change header for LLC local hitLeo Yan2020-10-151-1/+1
* perf c2c: Use more explicit headers for HITMLeo Yan2020-10-151-4/+4
* perf c2c: Change header from "LLC Load Hitm" to "Load Hitm"Leo Yan2020-10-151-1/+1
* perf c2c: Organize metrics based on memory hierarchyLeo Yan2020-10-151-3/+3
* perf c2c: Display "Total Stores" as a standalone metricsLeo Yan2020-10-151-6/+7
* perf c2c: Display the total numbers continuouslyLeo Yan2020-10-151-2/+2
* perf c2c: Update usage for showing memory eventsLeo Yan2020-10-131-1/+1
* perf evlist: Fix the class prefix for 'struct evlist' sample_type methodsArnaldo Carvalho de Melo2020-06-221-1/+1
* perf c2c: Fix 'perf c2c record -e list' to show the default events usedIan Rogers2020-05-281-1/+8
* perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo2020-05-051-2/+1
* perf c2c: Remove unneeded semicolonZou Wei2020-04-301-3/+3
* perf c2c: Add option to enable the LBR stitching approachKan Liang2020-04-181-0/+12
* perf c2c: Fix return type for histogram sorting comparision functionsAndres Freund2020-01-141-4/+6
* perf hists browser: Allow passing an initial hotkeyArnaldo Carvalho de Melo2020-01-061-2/+2
* perf c2c: Fix memory leak in build_cl_output()Yunfeng Ye2019-10-151-5/+9
* perf session: Return error code for perf_session__new() function on failureMamatha Inamdar2019-09-201-2/+4
* perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo2019-09-201-0/+1
* perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo2019-08-311-0/+1
* perf hist: Remove needless ui/progress.h from hist.hArnaldo Carvalho de Melo2019-08-311-0/+1
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-311-0/+2
* perf tools: Remove needless perf.h include directive from headersArnaldo Carvalho de Melo2019-08-291-0/+1
* perf c2c: Display proper cpu count in nodes columnJiri Olsa2019-08-291-1/+1
* perf cacheline: Move cacheline related routines to separate filesArnaldo Carvalho de Melo2019-08-261-0/+1
* perf c2c: Fix report with offline cpusRavi Bangoria2019-08-221-1/+1
* libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Jiri Olsa2019-08-221-1/+1
* perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa2019-07-291-2/+2
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-2/+2
* perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa2019-07-291-1/+1
* 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