summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
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: Fix memory leaks for evsel->priv in timehistNamhyung Kim
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 intel-pt: Fix PEBS-via-PT data_srcAdrian 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 tools: annotate asm_pure_loop.SMarcus Meissner
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 trace: Avoid garbage when not printing a syscall's argumentsBenjamin Peterson
2024-12-14perf trace: Do not lose last events in a raceBenjamin Peterson
2024-12-14perf trace: avoid garbage when not printing a trace event's argumentsBenjamin Peterson
2024-12-14perf ftrace latency: Fix unit on histogram first entry when using --use-nsecArnaldo Carvalho de Melo
2024-12-14perf probe: Correct demangled symbols in C++ programLeo Yan
2024-12-14perf probe: Fix libdw memory leakIan Rogers
2024-12-14perf stat: Fix affinity memory leaks on error pathIan Rogers
2024-12-14perf stat: Close cork_fd when create_perf_stat_counter() failedLevi Yun
2024-12-14perf cs-etm: Don't flush when packet_queue fills upJames Clark
2024-10-17perf lock: Don't pass an ERR_PTR() directly to perf_session__delete()Arnaldo Carvalho de Melo
2024-10-17libsubcmd: Don't free the usage stringAditya Gupta
2024-10-17perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched_...Yang Jihong
2024-10-17perf sched: Move curr_thread initialization to perf_sched__map()Yang Jihong
2024-10-17perf sched: Fix memory leak in perf_sched__map()Yang Jihong
2024-10-17perf sched: Move start_work_mutex and work_done_wait_mutex initialization to ...Yang Jihong
2024-10-17perf sched: Avoid large stack allocationsIan Rogers
2024-10-17perf lock: Dynamically allocate lockhash_tableIan Rogers
2024-10-17perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim
2024-10-17perf hist: Update hist symbol when updating mapsMatt Fleming
2024-10-17perf time-utils: Fix 32-bit nsec parsingIan Rogers
2024-10-17perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong
2024-10-17perf stat: Display iostat headers correctlyYicong Yang
2024-10-17perf sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong
2024-10-17perf inject: Fix leader sampling inserting additional samplesIan Rogers
2024-10-17perf mem: Free the allocated sort string, fixing a leakNamhyung Kim
2024-08-03perf intel-pt: Fix exclude_guest settingAdrian Hunter
2024-08-03perf intel-pt: Fix aux_watermark calculation for 64-bit sizeAdrian Hunter
2024-08-03perf report: Fix condition in sort__sym_cmp()Namhyung Kim
2024-08-03perf test: Make test_arm_callgraph_fp.sh more robustJames Clark
2024-08-03perf tests: Fix test_arm_callgraph_fp variable expansionJames Clark
2024-08-03perf tests arm_callgraph_fp: Address shellcheck warnings about signal names a...Spoorthy S
2024-08-03perf test: Replace arm callgraph fp test workload with leafloopNamhyung Kim
2024-06-27perf script: Show also errors for --insn-trace optionAdrian Hunter
2024-06-27perf: script: add raw|disasm arguments to --insn-trace optionChangbin Du