summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
31 hoursperf dso: Guard against cache underflow on short reads in dso_cache__memcpy()Arnaldo Carvalho de Melo
31 hoursperf dso: Guard close() against invalid fd in dso__decompress_kmodule_path()Arnaldo Carvalho de Melo
31 hoursperf synthetic-events: Fix divide by zero in perf_event__synthesize_threadsIan Rogers
31 hoursperf synthetic-events: Fix uninitialized pthread_joinIan Rogers
31 hoursperf trace-event: Fix integer truncation in do_read() and skip()Tanushree Shah
31 hoursperf trace-event: Fix buffer overflow in read_string()Tanushree Shah
31 hoursperf intel-bts: Fix off-by-one in auxtrace_info minimum size checkArnaldo Carvalho de Melo
31 hoursperf intel-pt: Fix off-by-one in auxtrace_info minimum size checkArnaldo Carvalho de Melo
31 hoursperf auxtrace: Fix queue grow overflow and old array leakArnaldo Carvalho de Melo
31 hoursperf thread-stack: Fix heap buffer overflow on branch stack wrap copyArnaldo Carvalho de Melo
31 hoursperf machine: Check snprintf truncation for guest kallsyms pathArnaldo Carvalho de Melo
31 hoursperf machine: Free scandir entries in guest kernel map creationArnaldo Carvalho de Melo
31 hoursperf machine: Reset errno before strtol in guest kernel map creationArnaldo Carvalho de Melo
31 hoursperf machine: Don't abort guest map creation on first inaccessible dirArnaldo Carvalho de Melo
31 hoursperf machine: Check snprintf truncation in machines__findnew()Arnaldo Carvalho de Melo
31 hoursperf machine: Use snprintf() for guestmount path constructionArnaldo Carvalho de Melo
31 hoursperf machine: Guard against NULL strlist in machines__findnew()Arnaldo Carvalho de Melo
31 hoursperf cs-etm: Avoid truncating AUX buffer sizes to intLeo Yan
31 hoursperf cs-etm: Flush thread stacks after decoder resetLeo Yan
31 hoursperf metricgroup: Fix metric expression copy leaksYu Peng
31 hoursperf metricgroups: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo
2026-07-24bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin
2026-07-04perf block-range: Move debug code behind ifndef NDEBUGIan Rogers
2026-06-19perf build: Remove -Wno-unused-but-set-variable from the flex flags when buil...Arnaldo Carvalho de Melo
2026-06-19perf build: Disable fewer bison warningsIan Rogers
2026-06-19perf parse-events: Make YYDEBUG dependent on doing a debug buildIan Rogers
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: tools: cs-etm: Fix print issue for Coresight debug in ETE/TRBE traceMike Leach
2026-06-01perf branch: Avoid incrementing NULLIan Rogers
2026-03-04perf callchain: Fix srcline printing with inlinesIan Rogers
2026-01-11perf tools: Fix split kallsyms DSO countingNamhyung Kim
2025-10-19perf session: Fix handling when buffer exceeds 2 GiBLeo Yan
2025-10-19perf arm_spe: Correct memory level for remote accessLeo Yan
2025-10-19perf arm-spe: Rename the common data source encodingLeo Yan
2025-10-19perf arm-spe: Refactor arm-spe to support operation packet typeGerman Gomez
2025-10-19perf arm_spe: Correct setting remote accessLeo Yan
2025-10-19perf util: Fix compression checks returning -1 as boolYunseong Kim
2025-10-19perf evsel: Avoid container_of on a NULL leaderIan Rogers
2025-08-15perf sched: Fix memory leaks for evsel->priv in timehistNamhyung Kim
2025-06-27perf intel-pt: Fix PEBS-via-PT data_srcAdrian Hunter
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-04-10perf evlist: Add success path to evlist__create_syswide_mapsIan Rogers
2024-12-14perf probe: Correct demangled symbols in C++ programLeo Yan
2024-12-14perf probe: Fix libdw memory leakIan Rogers
2024-12-14perf stat: Close cork_fd when create_perf_stat_counter() failedLevi Yun