summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2025-08-15perf record: Cache build-ID of hit DSOs onlyNamhyung Kim
2025-08-15perf tools: Remove libtraceevent in .gitignoreChen Pei
2025-08-15perf hwmon_pmu: Avoid shortening hwmon PMU nameIan Rogers
2025-08-15perf tests bp_account: Fix leaked file descriptorLeo Yan
2025-08-15perf sched: Fix memory leaks in 'perf sched latency'Namhyung Kim
2025-08-15perf sched: Use RC_CHK_EQUAL() to compare pointersNamhyung Kim
2025-08-15perf sched: Fix memory leaks for evsel->priv in timehistNamhyung Kim
2025-08-15perf sched: Fix thread leaks in 'perf sched timehist'Namhyung Kim
2025-08-15perf sched: Fix memory leaks in 'perf sched map'Namhyung Kim
2025-08-15perf sched: Free thread->priv using priv_destructorNamhyung Kim
2025-08-15perf sched: Make sure it frees the usage stringNamhyung Kim
2025-08-15perf dso: Add missed dso__put to dso__load_kcoreIan Rogers
2025-08-15perf parse-events: Set default GH modifier properlyNamhyung Kim
2025-06-27perf test: Directory file descriptor leakIan Rogers
2025-06-27perf evsel: Missed close() when probing hybrid core PMUsIan Rogers
2025-06-19perf callchain: Always populate the addr_location map when adding IPIan Rogers
2025-06-19perf trace: Set errpid to false for rseq and set_robust_listAnubhav Shelat
2025-06-19perf trace: Always print return value for syscalls returning a pidAnubhav Shelat
2025-06-19perf record: Fix incorrect --user-regs commentsDapeng Mi
2025-06-19perf symbol: Fix use-after-free in filename__read_build_idIan Rogers
2025-06-19perf pmu: Avoid segv for missing name/alias_name in wildcardingIan Rogers
2025-06-19perf tests switch-tracking: Fix timestamp comparisonLeo Yan
2025-06-19perf tools: Fix arm64 source package buildJames Clark
2025-06-19perf scripts python: exported-sql-viewer.py: Fix pattern matching with Python 3Adrian Hunter
2025-06-19perf intel-pt: Fix PEBS-via-PT data_srcAdrian Hunter
2025-06-19perf tests: Fix 'perf report' tests installationMichael Petlan
2025-06-19perf trace: Fix leaks of 'struct thread' in set_filter_loop_pids()Namhyung Kim
2025-06-19perf trace: Fix leaks of 'struct thread' in fprintf_sys_enter()Namhyung Kim
2025-06-19perf symbol-minimal: Fix double free in filename__read_build_idIan Rogers
2025-06-19perf tests metric-only perf stat: Fix tests 84 and 86 s390Thomas Richter
2025-06-19perf tool_pmu: Fix aggregation on duration_timeIan Rogers
2025-06-19perf ui browser hists: Set actions->thread before calling do_zoom_thread()Arnaldo Carvalho de Melo
2025-06-19perf build: Warn when libdebuginfod devel files are not availableArnaldo Carvalho de Melo
2025-06-19tools build: Don't set libunwind as available if test-all.c build succeedsArnaldo Carvalho de Melo
2025-04-29perf tools: Fix in-source libperf buildJames Clark
2025-04-23perf tools: Fix arm64 build by generating unistd_64.hJames Clark
2025-04-11perf tools: Remove evsel__handle_error_quirks()Namhyung Kim
2025-04-10perf libunwind arm64: Fix missing close parens in an if statementArnaldo Carvalho de Melo
2025-04-10tools headers: Update the arch/x86/lib/memset_64.S copy with the kernel sourcesNamhyung Kim
2025-04-10tools headers: Update the linux/unaligned.h copy with the kernel sourcesNamhyung Kim
2025-04-10tools headers: Update the uapi/linux/prctl.h copy with the kernel sourcesNamhyung Kim
2025-04-10tools headers: Update the syscall table with the kernel sourcesNamhyung Kim
2025-04-10tools headers: Update the VFS headers with the kernel sourcesNamhyung Kim
2025-04-10tools headers: Update the socket headers with the kernel sourcesNamhyung Kim
2025-04-05tracing/timers: Rename the hrtimer_init event to hrtimer_setupNam Cao
2025-03-31Merge tag 'perf-tools-for-v6.15-2025-03-27' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2025-03-24perf bpf-filter: Fix a parsing error with commaNamhyung Kim
2025-03-24perf report: Fix a memory leak for perf_env on AMDNamhyung Kim
2025-03-24perf trace: Fix wrong size to bpf_map__update_elem callThomas Richter
2025-03-24perf tools: annotate asm_pure_loop.SMarcus Meissner