summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2025-04-10perf tools: annotate asm_pure_loop.SMarcus Meissner1-0/+2
2025-04-10perf python: Check if there is space to copy all the eventArnaldo Carvalho de Melo1-0/+5
2025-04-10perf python: Don't keep a raw_data pointer to consumed ring buffer spaceArnaldo Carvalho de Melo1-3/+1
2025-04-10perf python: Decrement the refcount of just created event on failureArnaldo Carvalho de Melo1-1/+5
2025-04-10perf python: Fixup description of sample.id event memberArnaldo Carvalho de Melo1-1/+1
2025-04-10perf units: Fix insufficient array spaceArnaldo Carvalho de Melo1-1/+1
2025-04-10perf evlist: Add success path to evlist__create_syswide_mapsIan Rogers1-7/+6
2024-12-14perf trace: Avoid garbage when not printing a syscall's argumentsBenjamin Peterson1-2/+3
2024-12-14perf trace: Do not lose last events in a raceBenjamin Peterson1-7/+2
2024-12-14perf trace: avoid garbage when not printing a trace event's argumentsBenjamin Peterson1-1/+1
2024-12-14perf ftrace latency: Fix unit on histogram first entry when using --use-nsecArnaldo Carvalho de Melo1-1/+1
2024-12-14perf probe: Correct demangled symbols in C++ programLeo Yan1-2/+15
2024-12-14perf probe: Fix libdw memory leakIan Rogers2-2/+6
2024-12-14perf stat: Fix affinity memory leaks on error pathIan Rogers1-0/+2
2024-12-14perf stat: Close cork_fd when create_perf_stat_counter() failedLevi Yun3-17/+53
2024-12-14perf cs-etm: Don't flush when packet_queue fills upJames Clark1-7/+18
2024-10-17perf lock: Don't pass an ERR_PTR() directly to perf_session__delete()Arnaldo Carvalho de Melo1-0/+1
2024-10-17libsubcmd: Don't free the usage stringAditya Gupta6-0/+17
2024-10-17perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched_...Yang Jihong1-33/+61
2024-10-17perf sched: Move curr_thread initialization to perf_sched__map()Yang Jihong1-7/+8
2024-10-17perf sched: Fix memory leak in perf_sched__map()Yang Jihong1-15/+26
2024-10-17perf sched: Move start_work_mutex and work_done_wait_mutex initialization to ...Yang Jihong1-7/+12
2024-10-17perf sched: Avoid large stack allocationsIan Rogers1-4/+22
2024-10-17perf lock: Dynamically allocate lockhash_tableIan Rogers1-4/+16
2024-10-17perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim1-1/+1
2024-10-17perf hist: Update hist symbol when updating mapsMatt Fleming1-0/+5
2024-10-17perf time-utils: Fix 32-bit nsec parsingIan Rogers1-2/+2
2024-10-17perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong1-1/+4
2024-10-17perf stat: Display iostat headers correctlyYicong Yang1-1/+2
2024-10-17perf sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong1-1/+2
2024-10-17perf inject: Fix leader sampling inserting additional samplesIan Rogers3-0/+5
2024-10-17perf mem: Free the allocated sort string, fixing a leakNamhyung Kim1-0/+1
2024-08-03perf intel-pt: Fix exclude_guest settingAdrian Hunter1-0/+12
2024-08-03perf intel-pt: Fix aux_watermark calculation for 64-bit sizeAdrian Hunter1-1/+2
2024-08-03perf report: Fix condition in sort__sym_cmp()Namhyung Kim1-1/+1
2024-08-03perf test: Make test_arm_callgraph_fp.sh more robustJames Clark2-21/+26
2024-08-03perf tests: Fix test_arm_callgraph_fp variable expansionJames Clark1-3/+4
2024-08-03perf tests arm_callgraph_fp: Address shellcheck warnings about signal names a...Spoorthy S1-3/+3
2024-08-03perf test: Replace arm callgraph fp test workload with leafloopNamhyung Kim1-31/+3
2024-06-27perf script: Show also errors for --insn-trace optionAdrian Hunter1-1/+1
2024-06-27perf: script: add raw|disasm arguments to --insn-trace optionChangbin Du2-7/+22
2024-06-12perf stat: Don't display metric header for non-leader uncore eventsIan Rogers1-0/+3
2024-06-12perf daemon: Fix file leak in daemon_session__controlSamasth Norway Ananda1-2/+2
2024-06-12perf report: Avoid SEGV in report__setup_sample_type()Ian Rogers1-1/+1
2024-06-12perf ui browser: Avoid SEGV on titleIan Rogers1-1/+1
2024-06-12perf ui browser: Don't save pointer to stack memoryIan Rogers2-2/+4
2024-06-12perf bench internals inject-build-id: Fix trap divide when collecting just on...He Zhe1-1/+1
2024-06-12perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer)Adrian Hunter2-0/+4
2024-06-12perf docs: Document bpf event modifierIan Rogers1-0/+1
2024-06-12perf tests: Make "test data symbol" more robust on Neoverse N1James Clark1-0/+16