summaryrefslogtreecommitdiff
path: root/tools/lib/perf
AgeCommit message (Expand)Author
2025-03-31Merge tag 'perf-tools-for-v6.15-2025-03-27' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2025-03-19libperf: Don't remove -g when EXTRA_CFLAGS are usedJames Clark
2025-02-27perf cpumap: Reduce cpu size from int to int16_tIan Rogers
2025-02-18tools: Remove redundant quiet setupCharlie Jenkins
2024-12-13Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2024-12-11libperf: evlist: Fix --cpu argument on hybrid platformJames Clark
2024-12-09libperf cpumap: Grow array of read CPUs in smaller incrementsIan Rogers
2024-12-09libperf cpumap: Remove perf_cpu_map__read()Ian Rogers
2024-12-09libperf cpumap: Remove use of perf_cpu_map__read()Ian Rogers
2024-12-09libperf cpumap: Be tolerant of newline at the end of a cpumaskIan Rogers
2024-12-09libperf cpumap: Hide/reduce scope of MAX_NR_CPUSIan Rogers
2024-12-09perf: Increase MAX_NR_CPUS to 4096Kyle Meyer
2024-12-09libperf cpumap: Refactor perf_cpu_map__merge()Leo Yan
2024-10-02tools/perf: Correctly calculate sample period for inherited SAMPLE_READ valuesBen Gainey
2024-09-26libperf: Explicitly specify install-html dependenciesAkihiko Odaki
2024-08-01libperf: Add gitignoreCharlie Jenkins
2024-06-13perf record: Ensure space for lost samplesIan Rogers
2024-04-26perf record: Fix comment misspellingsHoward Chu
2024-03-21libperf cpumap: Ensure empty cpumap is NULL from allocIan Rogers
2024-03-21libperf cpumap: Add any, empty and min helpersIan Rogers
2024-02-29libperf evlist: Avoid out-of-bounds accessIan Rogers
2023-12-18libperf cpumap: Document perf_cpu_map__nr()'s behaviorIan Rogers
2023-12-12libperf cpumap: Add for_each_cpu() that skips the "any CPU" caseIan Rogers
2023-12-12libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...Ian Rogers
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers
2023-12-12libperf cpumap: Rename perf_cpu_map__default_new() to perf_cpu_map__new_onlin...Ian Rogers
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers
2023-11-30libperf: Lazily allocate/size mmap event copyIan Rogers
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers
2023-10-25libperf rc_check: Make implicit enabling work for GCCIan Rogers
2023-09-12perf evlist: Add perf_evlist__go_system_wide() helperYang Jihong
2023-08-29libperf: Get rid of attr.id fieldNamhyung Kim
2023-08-29libperf: Add perf_record_header_attr_id()Namhyung Kim
2023-08-16libperf: Implement riscv mmap supportAlexandre Ghiti
2023-05-27perf evlist: Propagate user CPU maps intersecting core PMU mapsIan Rogers
2023-05-27perf evsel: Add is_pmu_core inorder to interpret own_cpusIan Rogers
2023-05-27libperf cpumap: Add "any CPU"/dummy test functionIan Rogers
2023-05-27perf cpumap: Add equal functionIan Rogers
2023-05-27perf cpumap: Add internal nr and cpu accessorsIan Rogers
2023-05-26perf cpumap: Add intersect functionIan Rogers
2023-05-23perf stat record: Save cache level informationK Prateek Nayak
2023-05-23perf stat: Setup the foundation to allow aggregation based on cache topologyK Prateek Nayak
2023-04-20libperf rc_check: Enable implicitly with sanitizersIan Rogers
2023-04-17perf cpumap: Add reference count checkingIan Rogers
2023-04-17libperf: Add reference count checking macrosIan Rogers
2023-04-17libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps testArnaldo Carvalho de Melo
2023-04-12libperf: Add a perf_cpu_map__set_nr() available as an internal function for t...Arnaldo Carvalho de Melo
2023-04-12libperf: Make perf_cpu_map__alloc() available as an internal function for too...Ian Rogers
2023-03-15perf record: Record dropped sample countNamhyung Kim
2023-03-13perf evlist: Remove nr_groupsIan Rogers