summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-c2c.c
AgeCommit message (Expand)Author
2021-02-08perf c2c: Support data block and addr blockKan Liang
2021-01-20perf c2c: Add local variables for output metricsLeo Yan
2021-01-20perf c2c: Refactor node displayLeo Yan
2021-01-20perf c2c: Fix argument type for percent()Leo Yan
2021-01-20perf c2c: Refactor display filterLeo Yan
2021-01-20perf c2c: Refactor hist entry validationLeo Yan
2021-01-20perf c2c: Rename for shared cache line statsLeo Yan
2020-11-11perf c2c: Support AUX traceLeo Yan
2020-11-11perf c2c: Support memory event PERF_MEM_EVENTS__LOAD_STORELeo Yan
2020-11-11perf mem: Introduce weak function perf_mem_events__ptr()Leo Yan
2020-10-15perf c2c: Add metrics "RMT Load Hit"Leo Yan
2020-10-15perf c2c: Correct LLC load hit metricsLeo Yan
2020-10-15perf c2c: Change header for LLC local hitLeo Yan
2020-10-15perf c2c: Use more explicit headers for HITMLeo Yan
2020-10-15perf c2c: Change header from "LLC Load Hitm" to "Load Hitm"Leo Yan
2020-10-15perf c2c: Organize metrics based on memory hierarchyLeo Yan
2020-10-15perf c2c: Display "Total Stores" as a standalone metricsLeo Yan
2020-10-15perf c2c: Display the total numbers continuouslyLeo Yan
2020-10-13perf c2c: Update usage for showing memory eventsLeo Yan
2020-06-22perf evlist: Fix the class prefix for 'struct evlist' sample_type methodsArnaldo Carvalho de Melo
2020-05-28perf c2c: Fix 'perf c2c record -e list' to show the default events usedIan Rogers
2020-05-05perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo
2020-04-30perf c2c: Remove unneeded semicolonZou Wei
2020-04-18perf c2c: Add option to enable the LBR stitching approachKan Liang
2020-01-14perf c2c: Fix return type for histogram sorting comparision functionsAndres Freund
2020-01-06perf hists browser: Allow passing an initial hotkeyArnaldo Carvalho de Melo
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