aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/builtin-c2c.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-24perf mem: Clean up perf_pmus__num_mem_pmus()Kan Liang1-1/+1
2024-01-24perf mem: Clean up perf_mem_events__record_args()Kan Liang1-13/+2
2024-01-24perf mem: Clean up perf_mem_events__ptr()Kan Liang1-7/+21
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_is_empty()Ian Rogers1-1/+1
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers1-1/+3
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers1-4/+8
2023-06-12perf thread: Add accessor functions for threadIan Rogers1-3/+3
2023-05-27perf pmu: Separate pmu and pmusIan Rogers1-2/+2
2023-05-27perf mem: Avoid hybrid PMU listIan Rogers1-5/+2
2023-04-12perf c2c: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo1-7/+7
2023-04-10perf util: Move input_name to utilIan Rogers1-1/+1
2023-03-15perf hist: Add 'kvm_info' field in histograms entryLeo Yan1-2/+2
2023-02-16perf c2c: Add report option to show false sharing in adjacent cachelinesFeng Tang1-9/+12
2022-12-02perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson1-3/+3
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