summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2025-03-24perf build: Add pylint build testsIan Rogers
2025-03-24perf build: Add mypy build testsIan Rogers
2025-03-24perf build: Rename TEST_LOGS to SHELL_TEST_LOGSIan Rogers
2025-03-23perf bench sched pipe: fix enforced blocking reads in worker_threadDirk Gouders
2025-03-23perf tools: Fix is_compat_mode build break in ppc64Likhitha Korrapati
2025-03-23perf build: filter all combinations of -flto for libperlHolger Hoffstätte
2025-03-20perf vendor events arm64 AmpereOneX: Fix frontend_bound calculationIlkka Koskinen
2025-03-20perf vendor events arm64: AmpereOne/AmpereOneX: Mark LD_RETIRED impacted by e...Ilkka Koskinen
2025-03-20perf trace: Fix evlist memory leakIan Rogers
2025-03-20perf trace: Fix BTF memory leakIan Rogers
2025-03-20perf trace: Make syscall table stableIan Rogers
2025-03-20perf syscalltbl: Mask off ABI type for MIPS system callsIan Rogers
2025-03-20perf build: Remove Makefile.syscallsIan Rogers
2025-03-20perf syscalltbl: Use lookup table containing multiple architecturesIan Rogers
2025-03-20perf trace beauty: Add syscalltbl.sh generating all system call tablesIan Rogers
2025-03-20perf thread: Add support for reading the e_machine type for a threadIan Rogers
2025-03-20perf dso: Add support for reading the e_machine type for a dsoIan Rogers
2025-03-20perf syscalltbl: Remove struct syscalltblIan Rogers
2025-03-20perf trace: Reorganize syscallsIan Rogers
2025-03-20perf syscalltbl: Remove syscall_table.hIan Rogers
2025-03-20perf dso: kernel-doc for enum dso_binary_typeIan Rogers
2025-03-20perf dso: Move libunwind dso_data variables into ifdefIan Rogers
2025-03-20perf report: Disable children column for data type profilingNamhyung Kim
2025-03-20perf report: Allow hierarchy mode for --childrenNamhyung Kim
2025-03-20perf sort: Keep output fields in the same levelNamhyung Kim
2025-03-19perf pmu: Handle memory failure in tool_pmu__new()Thomas Richter
2025-03-19perf: intel-tpebs: Fix incorrect usage of zfree()James Clark
2025-03-19perf cpumap: Increment reference count for online cpumapIan Rogers
2025-03-19perf dso: fix dso__is_kallsyms() checkStephen Brennan
2025-03-18perf kwork: Remove unreachable judgmentsFeng Yang
2025-03-18perf python: Check if there is space to copy all the eventArnaldo Carvalho de Melo
2025-03-18perf python: Don't keep a raw_data pointer to consumed ring buffer spaceArnaldo Carvalho de Melo
2025-03-18perf python: Decrement the refcount of just created event on failureArnaldo Carvalho de Melo
2025-03-18perf python tracepoint.py: Change the COMM using setproctitle if availableArnaldo Carvalho de Melo
2025-03-18perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc)Arnaldo Carvalho de Melo
2025-03-18perf python: Fixup description of sample.id event memberArnaldo Carvalho de Melo
2025-03-17perf test dso-data: Correctly free test file in read testIan Rogers
2025-03-17perf dso: Use lock annotations to fix asan deadlockIan Rogers
2025-03-17perf mutex: Add annotations for LOCKS_EXCLUDED and LOCKS_RETURNEDIan Rogers
2025-03-14perf test: Add pipe output testing for annotateIan Rogers
2025-03-14perf test: Fixes to variable expansion and stdout for diff testIan Rogers
2025-03-14perf libunwind: Fixup conversion perf_sample->user_regs to a pointerArnaldo Carvalho de Melo
2025-03-14perf test stat_all_pmu.sh: Correctly check 'perf stat' resultVeronika Molnarova
2025-03-14perf script: Update brstack syntax documentationYujie Liu
2025-03-13perf script: Fix typo in branch event maskYujie Liu
2025-03-13perf hist stdio: Do bounds check when printing callchains to avoid UB with ne...Arnaldo Carvalho de Melo
2025-03-13perf units: Fix insufficient array spaceArnaldo Carvalho de Melo
2025-03-13perf annotate: Add --code-with-type option.Namhyung Kim
2025-03-13perf annotate: Implement code + data type annotationNamhyung Kim
2025-03-13perf annotate: Factor out __hist_entry__get_data_type()Namhyung Kim