summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-c2c.c
Commit message (Expand)AuthorAgeFilesLines
* perf c2c: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo2023-04-121-7/+7
* perf util: Move input_name to utilIan Rogers2023-04-101-1/+1
* perf hist: Add 'kvm_info' field in histograms entryLeo Yan2023-03-151-2/+2
* perf c2c: Add report option to show false sharing in adjacent cachelinesFeng Tang2023-02-161-9/+12
* perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson2022-12-021-3/+3
* perf mem/c2c: Set PERF_SAMPLE_WEIGHT for LOAD_STORE eventsRavi Bangoria2022-10-061-0/+1
* perf c2c: Add helpers to get counts of loads or storesShang XiaoJing2022-10-041-37/+28
* perf c2c: Prevent potential memory leak in c2c_he_zalloc()Shang XiaoJing2022-09-061-3/+9
* perf c2c: Use 'peer' as default display for Arm64Leo Yan2022-08-111-12/+24
* perf c2c: Sort on peer snooping for load operationsLeo Yan2022-08-111-36/+99
* perf c2c: Refactor display stringLeo Yan2022-08-111-5/+5
* perf c2c: Refactor node headerLeo Yan2022-08-111-7/+19
* perf c2c: Rename dimension from 'percent_hitm' to 'percent_costly_snoop'Leo Yan2022-08-111-20/+20
* perf c2c: Use explicit names for display macrosLeo Yan2022-08-111-29/+29
* perf c2c: Add mean dimensions for peer operationsLeo Yan2022-08-111-0/+28
* perf c2c: Add dimensions of peer metrics for cache line viewLeo Yan2022-08-111-0/+102
* perf c2c: Add dimensions for peer load operationsLeo Yan2022-08-111-0/+30
* perf c2c: Output statistics for peer snoopingLeo Yan2022-08-111-0/+3
* perf c2c: Fix sorting in percent_rmt_hitm_cmp()Leo Yan2022-06-031-2/+2
* perf c2c: Use stdio interface if slang is not supportedLeo Yan2022-05-261-2/+4
* perf c2c: Add dimensions for 'N/A' metrics of store operationLeo Yan2022-05-231-7/+73
* perf tools: Enhance the matching of sub-commands abbreviationsWei Li2022-03-261-2/+3
* perf c2c: Replace bitmap_weight() with bitmap_empty() where appropriateYury Norov2022-02-151-2/+2
* perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-6/+7
* perf c2c: Use more intention revealing iteratorIan Rogers2022-01-121-5/+5
* perf tools: Check vmlinux/kallsyms arguments in all toolsJames Clark2021-11-071-0/+4
* 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