summaryrefslogtreecommitdiff
path: root/tools/lib/perf
AgeCommit message (Expand)AuthorFilesLines
2025-05-21libperf threadmap: Add perf_thread_map__idx()Ian Rogers2-0/+13
2025-05-21libperf threadmap: Don't segv for index 0 for the NULL 'struct perf_thread_ma...Ian Rogers1-0/+5
2025-05-16perf record: Add 8-byte aligned event type PERF_RECORD_COMPRESSED2Chun-Tse Shao2-0/+13
2025-05-12libperf cpumap: Add ability to create CPU from a single CPU numberIan Rogers2-0/+12
2025-04-29perf tools: Fix in-source libperf buildJames Clark1-3/+3
2025-04-23perf tools: Fix arm64 build by generating unistd_64.hJames Clark1-1/+11
2025-03-31Merge tag 'perf-tools-for-v6.15-2025-03-27' of git://git.kernel.org/pub/scm/l...Linus Torvalds3-14/+9
2025-03-20libperf: Don't remove -g when EXTRA_CFLAGS are usedJames Clark1-9/+3
2025-02-27perf cpumap: Reduce cpu size from int to int16_tIan Rogers2-5/+6
2025-02-18tools: Remove redundant quiet setupCharlie Jenkins1-13/+0
2024-12-13Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo1-2/+16
2024-12-11libperf: evlist: Fix --cpu argument on hybrid platformJames Clark1-2/+16
2024-12-09libperf cpumap: Grow array of read CPUs in smaller incrementsIan Rogers1-4/+5
2024-12-09libperf cpumap: Remove perf_cpu_map__read()Ian Rogers4-60/+0
2024-12-09libperf cpumap: Remove use of perf_cpu_map__read()Ian Rogers1-5/+6
2024-12-09libperf cpumap: Be tolerant of newline at the end of a cpumaskIan Rogers1-2/+2
2024-12-09libperf cpumap: Hide/reduce scope of MAX_NR_CPUSIan Rogers2-4/+2
2024-12-09perf: Increase MAX_NR_CPUS to 4096Kyle Meyer1-1/+1
2024-12-09libperf cpumap: Refactor perf_cpu_map__merge()Leo Yan3-25/+30
2024-10-03tools/perf: Correctly calculate sample period for inherited SAMPLE_READ valuesBen Gainey2-2/+109
2024-09-27libperf: Explicitly specify install-html dependenciesAkihiko Odaki1-1/+1
2024-08-01libperf: Add gitignoreCharlie Jenkins1-0/+5
2024-06-14perf record: Ensure space for lost samplesIan Rogers1-0/+6
2024-04-27perf record: Fix comment misspellingsHoward Chu1-1/+1
2024-03-21libperf cpumap: Ensure empty cpumap is NULL from allocIan Rogers1-1/+5
2024-03-21libperf cpumap: Add any, empty and min helpersIan Rogers3-0/+47
2024-03-01libperf evlist: Avoid out-of-bounds accessIan Rogers2-8/+14
2023-12-19libperf cpumap: Document perf_cpu_map__nr()'s behaviorIan Rogers1-0/+11
2023-12-12libperf cpumap: Add for_each_cpu() that skips the "any CPU" caseIan Rogers1-0/+6
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers5-6/+6
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers5-7/+7
2023-12-12libperf cpumap: Rename perf_cpu_map__default_new() to perf_cpu_map__new_onlin...Ian Rogers4-27/+51
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers7-9/+9
2023-12-01libperf: Lazily allocate/size mmap event copyIan Rogers2-4/+19
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers1-0/+7
2023-10-25libperf rc_check: Make implicit enabling work for GCCIan Rogers1-1/+5
2023-09-12perf evlist: Add perf_evlist__go_system_wide() helperYang Jihong2-0/+11
2023-08-29libperf: Get rid of attr.id fieldNamhyung Kim1-1/+7
2023-08-29libperf: Add perf_record_header_attr_id()Namhyung Kim1-0/+4
2023-08-16libperf: Implement riscv mmap supportAlexandre Ghiti1-0/+66
2023-05-27perf evlist: Propagate user CPU maps intersecting core PMU mapsIan Rogers2-8/+23
2023-05-27perf evsel: Add is_pmu_core inorder to interpret own_cpusIan Rogers1-0/+9
2023-05-27libperf cpumap: Add "any CPU"/dummy test functionIan Rogers2-0/+15
2023-05-27perf cpumap: Add equal functionIan Rogers2-0/+23
2023-05-27perf cpumap: Add internal nr and cpu accessorsIan Rogers1-29/+45
2023-05-27perf cpumap: Add intersect functionIan Rogers2-0/+37
2023-05-23perf stat record: Save cache level informationK Prateek Nayak1-1/+2
2023-05-23perf stat: Setup the foundation to allow aggregation based on cache topologyK Prateek Nayak1-0/+5
2023-04-20libperf rc_check: Enable implicitly with sanitizersIan Rogers1-0/+8
2023-04-17perf cpumap: Add reference count checkingIan Rogers3-42/+50