summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
11 hoursperf dso: Guard against cache underflow on short reads in dso_cache__memcpy()Arnaldo Carvalho de Melo
11 hoursperf dso: Guard close() against invalid fd in dso__decompress_kmodule_path()Arnaldo Carvalho de Melo
11 hoursperf synthetic-events: Fix divide by zero in perf_event__synthesize_threadsIan Rogers
11 hoursperf synthetic-events: Fix uninitialized pthread_joinIan Rogers
11 hoursperf stat: Fix evsel_list leak in cmd_statIan Rogers
11 hoursperf stat: Clear screen only if output file is a ttyNamhyung Kim
11 hoursperf trace-event: Fix integer truncation in do_read() and skip()Tanushree Shah
11 hoursperf trace-event: Fix buffer overflow in read_string()Tanushree Shah
11 hoursperf intel-bts: Fix off-by-one in auxtrace_info minimum size checkArnaldo Carvalho de Melo
11 hoursperf intel-pt: Fix off-by-one in auxtrace_info minimum size checkArnaldo Carvalho de Melo
11 hoursperf auxtrace: Fix queue grow overflow and old array leakArnaldo Carvalho de Melo
11 hoursperf thread-stack: Fix heap buffer overflow on branch stack wrap copyArnaldo Carvalho de Melo
11 hoursperf machine: Check snprintf truncation for guest kallsyms pathArnaldo Carvalho de Melo
11 hoursperf machine: Free scandir entries in guest kernel map creationArnaldo Carvalho de Melo
11 hoursperf machine: Reset errno before strtol in guest kernel map creationArnaldo Carvalho de Melo
11 hoursperf machine: Don't abort guest map creation on first inaccessible dirArnaldo Carvalho de Melo
11 hoursperf machine: Check snprintf truncation in machines__findnew()Arnaldo Carvalho de Melo
11 hoursperf machine: Use snprintf() for guestmount path constructionArnaldo Carvalho de Melo
11 hoursperf machine: Guard against NULL strlist in machines__findnew()Arnaldo Carvalho de Melo
11 hoursperf cs-etm: Avoid truncating AUX buffer sizes to intLeo Yan
11 hoursperf cs-etm: Flush thread stacks after decoder resetLeo Yan
11 hoursperf ui hists: Fix uninitialized stack memory free on pstack allocation failureIan Rogers
11 hoursperf sched: Fix register_pid() overflow, strcpy, and BUG_ONArnaldo Carvalho de Melo
2026-07-24bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin
2026-06-01perf util: Kill die() prototype, dead for a long timeArnaldo Carvalho de Melo
2026-06-01perf expr: Return -EINVAL for syntax error in expr__find_ids()Leo Yan
2026-06-01perf branch: Avoid incrementing NULLIan Rogers
2026-03-04perf callchain: Fix srcline printing with inlinesIan Rogers
2026-01-19perf tools: Fix split kallsyms DSO countingNamhyung Kim
2025-10-29perf session: Fix handling when buffer exceeds 2 GiBLeo Yan
2025-10-29perf util: Fix compression checks returning -1 as boolYunseong Kim
2025-08-28perf tests bp_account: Fix leaked file descriptorLeo Yan
2025-06-27perf record: Fix incorrect --user-regs commentsDapeng Mi
2025-06-27perf tests switch-tracking: Fix timestamp comparisonLeo Yan
2025-06-27perf scripts python: exported-sql-viewer.py: Fix pattern matching with Python 3Adrian Hunter
2025-06-27perf ui browser hists: Set actions->thread before calling do_zoom_thread()Arnaldo Carvalho de Melo
2025-06-27perf build: Warn when libdebuginfod devel files are not availableArnaldo Carvalho de Melo
2025-04-10perf python: Check if there is space to copy all the eventArnaldo Carvalho de Melo
2025-04-10perf python: Don't keep a raw_data pointer to consumed ring buffer spaceArnaldo Carvalho de Melo
2025-04-10perf python: Decrement the refcount of just created event on failureArnaldo Carvalho de Melo
2025-04-10perf python: Fixup description of sample.id event memberArnaldo Carvalho de Melo
2025-04-10perf units: Fix insufficient array spaceArnaldo Carvalho de Melo
2025-03-13perf cs-etm: Add missing variable in cs_etm__process_queues()Ben Hutchings
2025-03-13perf bench: Fix undefined behavior in cmpworker()Kuan-Wei Chiu
2025-03-13perf trace: Fix runtime error of index out of boundsHoward Chu
2025-03-13perf report: Fix misleading help message about --demangleJiachen Zhang
2025-03-13perf top: Don't complain about lack of vmlinux when not resolving some kernel...Arnaldo Carvalho de Melo
2025-03-13perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info()Zhongqiu Han
2025-03-13perf env: Conditionally compile BPF support code on having HAVE_LIBBPF_SUPPORTArnaldo Carvalho de Melo
2025-03-13perf header: Fix one memory leakage in process_bpf_prog_info()Zhongqiu Han