summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-c2c.c
AgeCommit message (Expand)Author
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers
2023-06-12perf thread: Add accessor functions for threadIan Rogers
2023-05-27perf pmu: Separate pmu and pmusIan Rogers
2023-05-27perf mem: Avoid hybrid PMU listIan Rogers
2023-04-12perf c2c: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo
2023-04-10perf util: Move input_name to utilIan Rogers
2023-03-15perf hist: Add 'kvm_info' field in histograms entryLeo Yan
2023-02-16perf c2c: Add report option to show false sharing in adjacent cachelinesFeng Tang
2022-12-02perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson
2022-10-06perf mem/c2c: Set PERF_SAMPLE_WEIGHT for LOAD_STORE eventsRavi Bangoria
2022-10-04perf c2c: Add helpers to get counts of loads or storesShang XiaoJing
2022-09-06perf c2c: Prevent potential memory leak in c2c_he_zalloc()Shang XiaoJing
2022-08-11perf c2c: Use 'peer' as default display for Arm64Leo Yan
2022-08-11perf c2c: Sort on peer snooping for load operationsLeo Yan
2022-08-11perf c2c: Refactor display stringLeo Yan
2022-08-11perf c2c: Refactor node headerLeo Yan
2022-08-11perf c2c: Rename dimension from 'percent_hitm' to 'percent_costly_snoop'Leo Yan
2022-08-11perf c2c: Use explicit names for display macrosLeo Yan
2022-08-11perf c2c: Add mean dimensions for peer operationsLeo Yan
2022-08-11perf c2c: Add dimensions of peer metrics for cache line viewLeo Yan
2022-08-11perf c2c: Add dimensions for peer load operationsLeo Yan
2022-08-11perf c2c: Output statistics for peer snoopingLeo Yan
2022-06-03perf c2c: Fix sorting in percent_rmt_hitm_cmp()Leo Yan
2022-05-26perf c2c: Use stdio interface if slang is not supportedLeo Yan
2022-05-23perf c2c: Add dimensions for 'N/A' metrics of store operationLeo Yan
2022-03-26perf tools: Enhance the matching of sub-commands abbreviationsWei Li
2022-02-15perf c2c: Replace bitmap_weight() with bitmap_empty() where appropriateYury Norov
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2022-01-12perf c2c: Use more intention revealing iteratorIan Rogers
2021-11-07perf tools: Check vmlinux/kallsyms arguments in all toolsJames Clark
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim
2021-06-01perf c2c: Support record for hybrid platformJin Yao
2021-06-01perf tools: Support pmu prefix for mem-load eventJin Yao
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