summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-c2c.c
Commit message (Expand)AuthorAgeFilesLines
* perf mem-info: Add reference count checkingIan Rogers2024-05-071-6/+6
* perf mem-info: Move mem-info out of mem-events and symbolIan Rogers2024-05-071-0/+1
* perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_emptyIan Rogers2024-03-211-5/+1
* perf c2c: Fix a punctuationBhaskar Chowdhury2024-03-211-1/+1
* perf mem: Clean up perf_pmus__num_mem_pmus()Kan Liang2024-01-241-1/+1
* perf mem: Clean up perf_mem_events__record_args()Kan Liang2024-01-241-13/+2
* perf mem: Clean up perf_mem_events__ptr()Kan Liang2024-01-241-7/+21
* libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers2023-12-121-1/+1
* perf callchain: Use pthread keys for tls callchain_cursorIan Rogers2023-06-121-1/+3
* perf addr_location: Add init/exit/copy functionsIan Rogers2023-06-121-4/+8
* perf thread: Add accessor functions for threadIan Rogers2023-06-121-3/+3
* perf pmu: Separate pmu and pmusIan Rogers2023-05-271-2/+2
* perf mem: Avoid hybrid PMU listIan Rogers2023-05-271-5/+2
* 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