aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-c2c.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-06perf mem/c2c: Set PERF_SAMPLE_WEIGHT for LOAD_STORE eventsRavi Bangoria1-0/+1
2022-10-04perf c2c: Add helpers to get counts of loads or storesShang XiaoJing1-37/+28
2022-09-06perf c2c: Prevent potential memory leak in c2c_he_zalloc()Shang XiaoJing1-3/+9
2022-08-11perf c2c: Use 'peer' as default display for Arm64Leo Yan1-12/+24
2022-08-11perf c2c: Sort on peer snooping for load operationsLeo Yan1-36/+99
2022-08-11perf c2c: Refactor display stringLeo Yan1-5/+5
2022-08-11perf c2c: Refactor node headerLeo Yan1-7/+19
2022-08-11perf c2c: Rename dimension from 'percent_hitm' to 'percent_costly_snoop'Leo Yan1-20/+20
2022-08-11perf c2c: Use explicit names for display macrosLeo Yan1-29/+29
2022-08-11perf c2c: Add mean dimensions for peer operationsLeo Yan1-0/+28
2022-08-11perf c2c: Add dimensions of peer metrics for cache line viewLeo Yan1-0/+102
2022-08-11perf c2c: Add dimensions for peer load operationsLeo Yan1-0/+30
2022-08-11perf c2c: Output statistics for peer snoopingLeo Yan1-0/+3
2022-06-03perf c2c: Fix sorting in percent_rmt_hitm_cmp()Leo Yan1-2/+2
2022-05-26perf c2c: Use stdio interface if slang is not supportedLeo Yan1-2/+4
2022-05-23perf c2c: Add dimensions for 'N/A' metrics of store operationLeo Yan1-7/+73
2022-03-26perf tools: Enhance the matching of sub-commands abbreviationsWei Li1-2/+3
2022-02-15perf c2c: Replace bitmap_weight() with bitmap_empty() where appropriateYury Norov1-2/+2
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers1-6/+7
2022-01-12perf c2c: Use more intention revealing iteratorIan Rogers1-5/+5
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