summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
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 symbol: Fix use-after-free in filename__read_build_idIan Rogers
2025-06-19perf intel-pt: Fix PEBS-via-PT data_srcAdrian Hunter
2025-06-19perf symbol-minimal: Fix double free in filename__read_build_idIan Rogers
2025-04-10perf bpf-filter: Fix a parsing error with commaNamhyung Kim
2025-04-10perf: intel-tpebs: Fix incorrect usage of zfree()James Clark
2025-04-10perf dso: fix dso__is_kallsyms() checkStephen Brennan
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
2025-04-10perf debug: Avoid stack overflow in recursive error messageIan Rogers
2025-04-10perf arm-spe: Fix load-store operation checkingLeo Yan
2025-04-10perf pmu: Don't double count common sysfs and json eventsJames Clark
2025-04-10perf: Always feature test reallocarrayJames Clark
2025-04-10perf stat: Fix find_stat for mixed legacy/non-legacy eventsIan Rogers
2025-04-07perf tools: Fix up some comments and code to properly use the event_source busGreg Kroah-Hartman
2025-02-08perf trace: Fix BPF loading failure (-E2BIG)Howard Chu
2025-02-08perf namespaces: Fixup the nsinfo__in_pidns() return type, its boolArnaldo Carvalho de Melo
2025-02-08perf namespaces: Introduce nsinfo__set_in_pidns()Arnaldo Carvalho de Melo
2025-02-08perf machine: Don't ignore _etext when not a text symbolChristophe Leroy
2025-02-08perf maps: Fix display of kernel symbolsChristophe Leroy
2025-02-08perf expr: Initialize is_test value in expr__ctx_new()Levi Yun
2025-02-08perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info()Zhongqiu Han
2025-02-08perf header: Fix one memory leakage in process_bpf_prog_info()Zhongqiu Han
2025-02-08perf header: Fix one memory leakage in process_bpf_btf()Zhongqiu Han
2024-12-19perf machine: Initialize machine->env to address a segfaultArnaldo Carvalho de Melo
2024-12-19perf tools: Fix build-id event recordingNamhyung Kim
2024-12-05perf bpf-filter: Return -ENOMEM directly when pfi allocation failsHao Ge
2024-12-05perf list: Fix topic and pmu_name argument orderJean-Philippe Romain
2024-12-05perf disasm: Fix not cleaning up disasm_line in symbol__disassemble_raw()Li Huafei
2024-12-05perf disasm: Use disasm_line__free() to properly free disasm_lineLi Huafei
2024-12-05perf probe: Correct demangled symbols in C++ programLeo Yan
2024-12-05perf probe: Fix libdw memory leakIan Rogers
2024-12-05perf disasm: Fix capstone memory leakIan Rogers
2024-12-05perf dso: Fix symtab_type for kmod compressionVeronika Molnarova
2024-12-05perf stat: Close cork_fd when create_perf_stat_counter() failedLevi Yun
2024-12-05perf mem: Fix printing PERF_MEM_LVLNUM_{L2_MHB|MSC}Thomas Falcon
2024-12-05perf cs-etm: Don't flush when packet_queue fills upJames Clark
2024-10-28perf cap: Add __NR_capget to arch/x86 unistdIan Rogers
2024-10-23perf python: Fix up the build on architectures without HAVE_KVM_STAT_SUPPORTArnaldo Carvalho de Melo
2024-10-23perf trace: Fix non-listed archs in the syscalltbl routinesJiri Slaby
2024-10-23perf trace augmented_raw_syscalls: Add more checks to pass the verifierHoward Chu
2024-10-23perf trace augmented_raw_syscalls: Add extra array index bounds checking to s...Arnaldo Carvalho de Melo
2024-10-08Merge tag 'perf-tools-fixes-for-v6.12-1-2024-10-08' of git://git.kernel.org/p...Linus Torvalds
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-10-02perf cs-etm: Fix the assert() to handle captured and unprocessed cpu traceIlkka Koskinen