index
:
pub/scm/linux/kernel/git/snitzer/linux.git
master
Mike Snitzer: dev tree
Mike Snitzer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-c2c.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-17
perf c2c: add function view browser UI and cacheline detail
Jiebin Sun
1
-0
/
+10
2026-08-17
perf c2c: extract shared data structures into util/c2c.h
Jiebin Sun
1
-102
/
+3
2026-08-05
perf c2c: Clean up registered formats on c2c_hists__init() and c2c_hists__rei...
Arnaldo Carvalho de Melo
1
-3
/
+18
2026-08-05
perf c2c: Fix error masking, OOM, and unchecked caller errors in hpp_list__pa...
Arnaldo Carvalho de Melo
1
-25
/
+60
2026-06-17
perf c2c: Fix hist entry and format list leaks in c2c_he_free()
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-06-17
perf c2c: Free format list entries when c2c_hists__init() fails
Arnaldo Carvalho de Melo
1
-0
/
+1
2026-06-17
perf c2c: Free format list entries when releasing c2c hist entries
Arnaldo Carvalho de Melo
1
-0
/
+1
2026-06-06
perf c2c: Fix use-after-free in he__get_c2c_hists() error path
Arnaldo Carvalho de Melo
1
-0
/
+1
2026-06-05
perf c2c: Bounds-check CPU IDs in setup_nodes() topology loop
Arnaldo Carvalho de Melo
1
-0
/
+4
2026-06-05
perf c2c: Bounds-check CPU and node IDs before bitmap and array access
Arnaldo Carvalho de Melo
1
-2
/
+17
2026-06-03
perf c2c: Use perf_env e_machine rather than arch
Ian Rogers
1
-18
/
+22
2026-06-03
perf tools: Include file offset and event type name in skip messages
Arnaldo Carvalho de Melo
1
-2
/
+3
2026-05-20
perf hist: Remove evsel parameter from inc samples functions
Ian Rogers
1
-1
/
+1
2026-05-20
perf callchain: Don't pass evsel and sample
Ian Rogers
1
-1
/
+1
2026-05-20
perf tool: Remove evsel from tool APIs that pass the sample
Ian Rogers
1
-1
/
+1
2026-04-08
perf tools: Use calloc() where applicable
Arnaldo Carvalho de Melo
1
-3
/
+3
2026-04-08
perf tools: Make more global variables static
Ian Rogers
1
-3
/
+4
2026-04-01
libperf cpumap: Make index and nr types unsigned
Ian Rogers
1
-3
/
+3
2025-12-03
perf c2c: Clean up some defensive gets and make asan clean
Ian Rogers
1
-22
/
+14
2025-10-19
perf c2c annotate: Start from the contention line
Tianyou Li
1
-1
/
+5
2025-10-19
perf c2c: Add annotation support to perf c2c report
Tianyou Li
1
-5
/
+150
2025-07-25
perf sort: Use perf_env to set arch sort keys and header
Ian Rogers
1
-23
/
+30
2025-07-25
perf session: Add accessor for session->header.env
Ian Rogers
1
-7
/
+9
2025-04-25
perf hist: Set levels in output_field_add()
Namhyung Kim
1
-1
/
+2
2025-03-10
perf mem: Don't leak mem event names
Ian Rogers
1
-1
/
+3
2024-09-06
perf mem: Fix missed p-core mem events on ADL and RPL
Kan Liang
1
-8
/
+4
2024-09-06
perf mem: Check mem_events for all eligible PMUs
Kan Liang
1
-1
/
+1
2024-08-12
perf c2c: Use perf_tool__init()
Ian Rogers
1
-18
/
+13
2024-08-12
perf tool: Constify tool pointers
Ian Rogers
1
-1
/
+1
2024-05-07
perf mem-info: Add reference count checking
Ian Rogers
1
-6
/
+6
2024-05-07
perf mem-info: Move mem-info out of mem-events and symbol
Ian Rogers
1
-0
/
+1
2024-03-21
perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty
Ian Rogers
1
-5
/
+1
2024-03-21
perf c2c: Fix a punctuation
Bhaskar Chowdhury
1
-1
/
+1
2024-01-24
perf mem: Clean up perf_pmus__num_mem_pmus()
Kan Liang
1
-1
/
+1
2024-01-24
perf mem: Clean up perf_mem_events__record_args()
Kan Liang
1
-13
/
+2
2024-01-24
perf mem: Clean up perf_mem_events__ptr()
Kan Liang
1
-7
/
+21
2023-12-12
libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...
Ian Rogers
1
-1
/
+1
2023-06-12
perf callchain: Use pthread keys for tls callchain_cursor
Ian Rogers
1
-1
/
+3
2023-06-12
perf addr_location: Add init/exit/copy functions
Ian Rogers
1
-4
/
+8
2023-06-12
perf thread: Add accessor functions for thread
Ian Rogers
1
-3
/
+3
2023-05-27
perf pmu: Separate pmu and pmus
Ian Rogers
1
-2
/
+2
2023-05-27
perf mem: Avoid hybrid PMU list
Ian Rogers
1
-5
/
+2
2023-04-12
perf c2c: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-7
/
+7
2023-04-10
perf util: Move input_name to util
Ian Rogers
1
-1
/
+1
2023-03-15
perf hist: Add 'kvm_info' field in histograms entry
Leo Yan
1
-2
/
+2
2023-02-16
perf c2c: Add report option to show false sharing in adjacent cachelines
Feng Tang
1
-9
/
+12
2022-12-02
perf tools: Use dedicated non-atomic clear/set bit helpers
Sean Christopherson
1
-3
/
+3
2022-10-06
perf mem/c2c: Set PERF_SAMPLE_WEIGHT for LOAD_STORE events
Ravi Bangoria
1
-0
/
+1
2022-10-04
perf c2c: Add helpers to get counts of loads or stores
Shang XiaoJing
1
-37
/
+28
2022-09-06
perf c2c: Prevent potential memory leak in c2c_he_zalloc()
Shang XiaoJing
1
-3
/
+9
[next]