index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-10
libperf: Document code simplification case for widening struct perf_cpu
Arnaldo Carvalho de Melo
1
-0
/
+8
2026-06-06
libperf: Document struct perf_cpu int16_t ABI limitation
Arnaldo Carvalho de Melo
2
-1
/
+29
2026-05-29
perf tools: Fix event_contains() macro to verify full field extent
Arnaldo Carvalho de Melo
1
-1
/
+8
2026-04-01
libperf cpumap: Make index and nr types unsigned
Ian Rogers
4
-35
/
+34
2026-02-10
perf evlist: Special map propagation for tool events that read on 1 CPU
Ian Rogers
2
-4
/
+34
2026-02-03
libperf build: Always place libperf includes first
Ian Rogers
1
-1
/
+1
2026-01-26
Revert "perf tools: Fix arm64 build by generating unistd_64.h"
Leo Yan
1
-12
/
+2
2026-01-22
perf sched stats: Add schedstat v17 support
Swapnil Sapkal
3
-1
/
+179
2026-01-22
perf sched stats: Add schedstat v16 support
Swapnil Sapkal
3
-1
/
+161
2026-01-22
perf sched stats: Add record and rawdump support
Swapnil Sapkal
4
-0
/
+190
2025-12-05
libperf: Use 'extern' in LIBPERF_API visibility macro
Arnaldo Carvalho de Melo
1
-1
/
+1
2025-12-04
libperf cpumap: Fix perf_cpu_map__max for an empty/NULL map
Ian Rogers
1
-4
/
+6
2025-12-02
perf tools: Minimal DEFERRED_CALLCHAIN support
Namhyung Kim
1
-0
/
+13
2025-11-17
libperf cpumap: Reduce allocations and sorting in intersect
Ian Rogers
1
-10
/
+19
2025-10-02
libperf mmap: In user mmap rdpmc avoid undefined behavior
Ian Rogers
1
-1
/
+1
2025-09-03
libperf event: Ensure tracing data is multiple of 8 sized
Ian Rogers
1
-0
/
+1
2025-07-24
perf parse-events: Support user CPUs mixed with threads/processes
Ian Rogers
1
-38
/
+81
2025-07-24
libperf evsel: Factor perf_evsel__exit out of perf_evsel__delete
Ian Rogers
2
-1
/
+7
2025-07-24
libperf evsel: Rename own_cpus to pmu_cpus
Ian Rogers
3
-6
/
+6
2025-06-24
libperf evsel: Add missed puts and asserts
Ian Rogers
1
-0
/
+6
2025-06-20
perf record: collect BPF metadata from existing BPF programs
Blake Jones
1
-0
/
+18
2025-05-21
libperf threadmap: Add perf_thread_map__idx()
Ian Rogers
2
-0
/
+13
2025-05-21
libperf threadmap: Don't segv for index 0 for the NULL 'struct perf_thread_ma...
Ian Rogers
1
-0
/
+5
2025-05-16
perf record: Add 8-byte aligned event type PERF_RECORD_COMPRESSED2
Chun-Tse Shao
2
-0
/
+13
2025-05-12
libperf cpumap: Add ability to create CPU from a single CPU number
Ian Rogers
2
-0
/
+12
2025-04-29
perf tools: Fix in-source libperf build
James Clark
1
-3
/
+3
2025-04-23
perf tools: Fix arm64 build by generating unistd_64.h
James Clark
1
-1
/
+11
2025-03-31
Merge tag 'perf-tools-for-v6.15-2025-03-27' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
3
-14
/
+9
2025-03-19
libperf: Don't remove -g when EXTRA_CFLAGS are used
James Clark
1
-9
/
+3
2025-02-27
perf cpumap: Reduce cpu size from int to int16_t
Ian Rogers
2
-5
/
+6
2025-02-18
tools: Remove redundant quiet setup
Charlie Jenkins
1
-13
/
+0
2024-12-13
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
1
-2
/
+16
2024-12-11
libperf: evlist: Fix --cpu argument on hybrid platform
James Clark
1
-2
/
+16
2024-12-09
libperf cpumap: Grow array of read CPUs in smaller increments
Ian Rogers
1
-4
/
+5
2024-12-09
libperf cpumap: Remove perf_cpu_map__read()
Ian Rogers
4
-60
/
+0
2024-12-09
libperf cpumap: Remove use of perf_cpu_map__read()
Ian Rogers
1
-5
/
+6
2024-12-09
libperf cpumap: Be tolerant of newline at the end of a cpumask
Ian Rogers
1
-2
/
+2
2024-12-09
libperf cpumap: Hide/reduce scope of MAX_NR_CPUS
Ian Rogers
2
-4
/
+2
2024-12-09
perf: Increase MAX_NR_CPUS to 4096
Kyle Meyer
1
-1
/
+1
2024-12-09
libperf cpumap: Refactor perf_cpu_map__merge()
Leo Yan
3
-25
/
+30
2024-10-02
tools/perf: Correctly calculate sample period for inherited SAMPLE_READ values
Ben Gainey
2
-2
/
+109
2024-09-26
libperf: Explicitly specify install-html dependencies
Akihiko Odaki
1
-1
/
+1
2024-08-01
libperf: Add gitignore
Charlie Jenkins
1
-0
/
+5
2024-06-13
perf record: Ensure space for lost samples
Ian Rogers
1
-0
/
+6
2024-04-26
perf record: Fix comment misspellings
Howard Chu
1
-1
/
+1
2024-03-21
libperf cpumap: Ensure empty cpumap is NULL from alloc
Ian Rogers
1
-1
/
+5
2024-03-21
libperf cpumap: Add any, empty and min helpers
Ian Rogers
3
-0
/
+47
2024-02-29
libperf evlist: Avoid out-of-bounds access
Ian Rogers
2
-8
/
+14
2023-12-18
libperf cpumap: Document perf_cpu_map__nr()'s behavior
Ian Rogers
1
-0
/
+11
2023-12-12
libperf cpumap: Add for_each_cpu() that skips the "any CPU" case
Ian Rogers
1
-0
/
+6
[next]