summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-c2c.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-17perf c2c: Fix hist entry and format list leaks in c2c_he_free()Arnaldo Carvalho de Melo1-1/+1
2026-06-17perf c2c: Free format list entries when c2c_hists__init() failsArnaldo Carvalho de Melo1-0/+1
2026-06-17perf c2c: Free format list entries when releasing c2c hist entriesArnaldo Carvalho de Melo1-0/+1
2026-06-06perf c2c: Fix use-after-free in he__get_c2c_hists() error pathArnaldo Carvalho de Melo1-0/+1
2026-06-06perf c2c: Bounds-check CPU IDs in setup_nodes() topology loopArnaldo Carvalho de Melo1-0/+4
2026-06-06perf c2c: Bounds-check CPU and node IDs before bitmap and array accessArnaldo Carvalho de Melo1-2/+17
2026-06-03perf c2c: Use perf_env e_machine rather than archIan Rogers1-18/+22
2026-06-03perf tools: Include file offset and event type name in skip messagesArnaldo Carvalho de Melo1-2/+3
2026-05-20perf hist: Remove evsel parameter from inc samples functionsIan Rogers1-1/+1
2026-05-20perf callchain: Don't pass evsel and sampleIan Rogers1-1/+1
2026-05-20perf tool: Remove evsel from tool APIs that pass the sampleIan Rogers1-1/+1
2026-04-09perf tools: Use calloc() where applicableArnaldo Carvalho de Melo1-3/+3
2026-04-09perf tools: Make more global variables staticIan Rogers1-3/+4
2026-04-02libperf cpumap: Make index and nr types unsignedIan Rogers1-3/+3
2025-12-03perf c2c: Clean up some defensive gets and make asan cleanIan Rogers1-22/+14
2025-10-19perf c2c annotate: Start from the contention lineTianyou Li1-1/+5
2025-10-19perf c2c: Add annotation support to perf c2c reportTianyou Li1-5/+150
2025-07-25perf sort: Use perf_env to set arch sort keys and headerIan Rogers1-23/+30
2025-07-25perf session: Add accessor for session->header.envIan Rogers1-7/+9
2025-04-25perf hist: Set levels in output_field_add()Namhyung Kim1-1/+2
2025-03-11perf mem: Don't leak mem event namesIan Rogers1-1/+3
2024-09-06perf mem: Fix missed p-core mem events on ADL and RPLKan Liang1-8/+4
2024-09-06perf mem: Check mem_events for all eligible PMUsKan Liang1-1/+1
2024-08-13perf c2c: Use perf_tool__init()Ian Rogers1-18/+13
2024-08-13perf tool: Constify tool pointersIan Rogers1-1/+1
2024-05-08perf mem-info: Add reference count checkingIan Rogers1-6/+6
2024-05-08perf mem-info: Move mem-info out of mem-events and symbolIan Rogers1-0/+1
2024-03-21perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_emptyIan Rogers1-5/+1
2024-03-21perf c2c: Fix a punctuationBhaskar Chowdhury1-1/+1
2024-01-25perf mem: Clean up perf_pmus__num_mem_pmus()Kan Liang1-1/+1
2024-01-25perf mem: Clean up perf_mem_events__record_args()Kan Liang1-13/+2
2024-01-25perf 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_...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-11perf 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-12perf c2c: Use 'peer' as default display for Arm64Leo Yan1-12/+24
2022-08-12perf c2c: Sort on peer snooping for load operationsLeo Yan1-36/+99
2022-08-12perf c2c: Refactor display stringLeo Yan1-5/+5
2022-08-12perf c2c: Refactor node headerLeo Yan1-7/+19