summaryrefslogtreecommitdiffstats
path: root/tools/lib/perf
AgeCommit message (Expand)AuthorLines
2026-02-10perf evlist: Special map propagation for tool events that read on 1 CPUIan Rogers-4/+34
2026-02-03libperf build: Always place libperf includes firstIan Rogers-1/+1
2026-01-26Revert "perf tools: Fix arm64 build by generating unistd_64.h"Leo Yan-12/+2
2026-01-22perf sched stats: Add schedstat v17 supportSwapnil Sapkal-1/+179
2026-01-22perf sched stats: Add schedstat v16 supportSwapnil Sapkal-1/+161
2026-01-22perf sched stats: Add record and rawdump supportSwapnil Sapkal-0/+190
2025-12-05libperf: Use 'extern' in LIBPERF_API visibility macroArnaldo Carvalho de Melo-1/+1
2025-12-04libperf cpumap: Fix perf_cpu_map__max for an empty/NULL mapIan Rogers-4/+6
2025-12-02perf tools: Minimal DEFERRED_CALLCHAIN supportNamhyung Kim-0/+13
2025-11-17libperf cpumap: Reduce allocations and sorting in intersectIan Rogers-10/+19
2025-10-02libperf mmap: In user mmap rdpmc avoid undefined behaviorIan Rogers-1/+1
2025-09-03libperf event: Ensure tracing data is multiple of 8 sizedIan Rogers-0/+1
2025-07-24perf parse-events: Support user CPUs mixed with threads/processesIan Rogers-38/+81
2025-07-24libperf evsel: Factor perf_evsel__exit out of perf_evsel__deleteIan Rogers-1/+7
2025-07-24libperf evsel: Rename own_cpus to pmu_cpusIan Rogers-6/+6
2025-06-24libperf evsel: Add missed puts and assertsIan Rogers-0/+6
2025-06-20perf record: collect BPF metadata from existing BPF programsBlake Jones-0/+18
2025-05-21libperf threadmap: Add perf_thread_map__idx()Ian Rogers-0/+13
2025-05-21libperf threadmap: Don't segv for index 0 for the NULL 'struct perf_thread_ma...Ian Rogers-0/+5
2025-05-16perf record: Add 8-byte aligned event type PERF_RECORD_COMPRESSED2Chun-Tse Shao-0/+13
2025-05-12libperf cpumap: Add ability to create CPU from a single CPU numberIan Rogers-0/+12
2025-04-29perf tools: Fix in-source libperf buildJames Clark-3/+3
2025-04-23perf tools: Fix arm64 build by generating unistd_64.hJames Clark-1/+11
2025-03-31Merge tag 'perf-tools-for-v6.15-2025-03-27' of git://git.kernel.org/pub/scm/l...Linus Torvalds-14/+9
2025-03-19libperf: Don't remove -g when EXTRA_CFLAGS are usedJames Clark-9/+3
2025-02-27perf cpumap: Reduce cpu size from int to int16_tIan Rogers-5/+6
2025-02-18tools: Remove redundant quiet setupCharlie Jenkins-13/+0
2024-12-13Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo-2/+16
2024-12-11libperf: evlist: Fix --cpu argument on hybrid platformJames Clark-2/+16
2024-12-09libperf cpumap: Grow array of read CPUs in smaller incrementsIan Rogers-4/+5
2024-12-09libperf cpumap: Remove perf_cpu_map__read()Ian Rogers-60/+0
2024-12-09libperf cpumap: Remove use of perf_cpu_map__read()Ian Rogers-5/+6
2024-12-09libperf cpumap: Be tolerant of newline at the end of a cpumaskIan Rogers-2/+2
2024-12-09libperf cpumap: Hide/reduce scope of MAX_NR_CPUSIan Rogers-4/+2
2024-12-09perf: Increase MAX_NR_CPUS to 4096Kyle Meyer-1/+1
2024-12-09libperf cpumap: Refactor perf_cpu_map__merge()Leo Yan-25/+30
2024-10-02tools/perf: Correctly calculate sample period for inherited SAMPLE_READ valuesBen Gainey-2/+109
2024-09-26libperf: Explicitly specify install-html dependenciesAkihiko Odaki-1/+1
2024-08-01libperf: Add gitignoreCharlie Jenkins-0/+5
2024-06-13perf record: Ensure space for lost samplesIan Rogers-0/+6
2024-04-26perf record: Fix comment misspellingsHoward Chu-1/+1
2024-03-21libperf cpumap: Ensure empty cpumap is NULL from allocIan Rogers-1/+5
2024-03-21libperf cpumap: Add any, empty and min helpersIan Rogers-0/+47
2024-02-29libperf evlist: Avoid out-of-bounds accessIan Rogers-8/+14
2023-12-18libperf cpumap: Document perf_cpu_map__nr()'s behaviorIan Rogers-0/+11
2023-12-12libperf cpumap: Add for_each_cpu() that skips the "any CPU" caseIan Rogers-0/+6
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers-6/+6
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers-7/+7
2023-12-12libperf cpumap: Rename perf_cpu_map__default_new() to perf_cpu_map__new_onlin...Ian Rogers-27/+51
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers-9/+9