summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'perf-tools-for-v7.3-2026-08-21' of git://git.kernel.org/pub/scm/li...Linus Torvalds271-3703/+17895
2026-08-19perf vendor events arm64: Fix Tegra410 Olympus event 0x0197Besar Wicaksono1-3/+3
2026-08-19perf vendor events arm64: fix swapped MetricGroup for Tegra410 L1 prefetcher ...Saurav Sachidanand1-14/+14
2026-08-18perf evlist: Warn when 'sleep' workload is used without system-wide (-a) optionIan Rogers1-0/+15
2026-08-18perf c2c: document function view in perf-c2c man pageJiebin Sun1-0/+71
2026-08-18perf c2c: add function view browser UI and cacheline detailJiebin Sun4-0/+242
2026-08-18perf c2c: build and finalize the function view hierarchyJiebin Sun2-15/+525
2026-08-18perf c2c: add function view hierarchy entry creationJiebin Sun2-11/+310
2026-08-18perf c2c: add function view stats merge and memory managementJiebin Sun1-0/+163
2026-08-18perf c2c: add HPP list parsing for function view columnsJiebin Sun1-3/+266
2026-08-18perf c2c: add column rendering for function viewJiebin Sun1-0/+353
2026-08-18perf c2c: add function view model skeletonJiebin Sun2-0/+67
2026-08-18perf c2c: extract shared data structures into util/c2c.hJiebin Sun4-102/+126
2026-08-17Merge tag 'vfs-7.3-rc1.failfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-0/+9
2026-08-15perf test sample-parsing: Validate PERF_FORMAT_GROUP values without LOSTPVS Narasimha Rao1-5/+34
2026-08-15perf dso: Replace assert with runtime check in dso__read_symbol()Arnaldo Carvalho de Melo1-1/+6
2026-08-15perf dso: Guard against cache underflow on short reads in dso_cache__memcpy()Arnaldo Carvalho de Melo1-1/+14
2026-08-15perf dso: Use stored fd error instead of stale errno in file_read() and file_...Arnaldo Carvalho de Melo1-2/+2
2026-08-15perf dso: Guard close() against invalid fd in dso__decompress_kmodule_path()Arnaldo Carvalho de Melo1-1/+3
2026-08-15perf dso: Guard against errno==0 when dso__get_filename() returns NULLArnaldo Carvalho de Melo1-3/+15
2026-08-12perf build: install-build-deps: add RHEL family devel package mappingArnaldo Carvalho de Melo1-23/+197
2026-08-12perf build: install-build-deps: add Debian devel package mappingArnaldo Carvalho de Melo2-18/+22
2026-08-12perf build: install-build-deps: add Ubuntu devel package mappingArnaldo Carvalho de Melo2-41/+161
2026-08-12perf build: install-build-deps: add Fedora devel package mappingArnaldo Carvalho de Melo1-23/+156
2026-08-12perf build: Add install-build-deps framework to install devel packagesArnaldo Carvalho de Melo2-3/+190
2026-08-12perf kvm: Fix memory leak in cmd_kvm()Michalis Niarchos1-0/+2
2026-08-12perf kvm: Fix memory leak in process_sample_event()Michalis Niarchos1-1/+4
2026-08-10perf synthetic-events: Fix divide by zero in perf_event__synthesize_threadsIan Rogers1-1/+1
2026-08-10perf python: Fix memory leak in pyrf__metrics_cbIan Rogers1-0/+2
2026-08-10perf python: Fix count_values memory leak in pyrf_evsel__readIan Rogers1-5/+4
2026-08-10perf python: Fix MetricGroup return type in perf.pyiIan Rogers1-2/+2
2026-08-10perf python: Add thread and PMU uninitialized checksIan Rogers1-1/+10
2026-08-10perf python: Zero initialize perf_data in pyrf_data__initIan Rogers1-1/+2
2026-08-10perf python: Validate attribute setters in pyrf_evselIan Rogers1-12/+77
2026-08-10perf python: Validate CPU and thread maps in pyrf_evsel__openIan Rogers1-2/+12
2026-08-10perf python: Check counts_values size in set_valuesIan Rogers1-8/+30
2026-08-10perf test: Fix skiplist leak in cmd_testIan Rogers1-2/+7
2026-08-10perf synthetic-events: Fix uninitialized pthread_joinIan Rogers1-2/+2
2026-08-10perf python: Fix memory leak in pyrf_evlist__get_pollfdIan Rogers1-0/+3
2026-08-10perf tools: Fix sb_evlist leaks in top and recordIan Rogers2-0/+4
2026-08-10perf stat: Fix evsel_list leak in cmd_statIan Rogers1-3/+6
2026-08-10perf script: Fix metric_evlist leak in script_find_metricsIan Rogers1-1/+1
2026-08-07perf sched latency: Add histogram and time interval optionsAaron Tomlin3-6/+239
2026-08-07perf sched latency: Auto-scale latency and runtime display unitsAaron Tomlin1-14/+32
2026-08-07perf sched: Handle missing trace samples in pipe modeAaron Tomlin1-21/+51
2026-08-07perf sched: Suppress latency table output when trace samples are missingAaron Tomlin1-11/+12
2026-08-07perf synthetic-events: Fix bounds and union member access in mmap2 build_id s...Ian Rogers1-8/+12
2026-08-07perf synthetic-events: Fix bounds, stale state, and misc flags in kernel modu...Ian Rogers1-20/+50
2026-08-07perf synthetic-events: Fix stack buffer overflow and bounds in cgroup synthesisIan Rogers1-6/+13
2026-08-07perf synthetic-events: Fix line synchronization, bounds, and truncation bugs ...Ian Rogers1-62/+142