summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-25Merge branch 'locking/futex' into locking/core, to pick up pending futex changesIngo Molnar
2025-05-21tools headers: Synchronize prctl.h ABI headerSebastian Andrzej Siewior
2025-05-06Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflictsIngo Molnar
2025-05-03tools/perf: Allow to select the number of hash bucketsSebastian Andrzej Siewior
2025-04-29perf tools: Fix in-source libperf buildJames Clark
2025-04-23perf tools: Fix arm64 build by generating unistd_64.hJames Clark
2025-04-14x86/platform/amd: Move the <asm/amd-ibs.h> header to <asm/amd/ibs.h>Ingo Molnar
2025-04-11perf tools: Remove evsel__handle_error_quirks()Namhyung Kim
2025-04-10perf libunwind arm64: Fix missing close parens in an if statementArnaldo Carvalho de Melo
2025-04-10tools headers: Update the arch/x86/lib/memset_64.S copy with the kernel sourcesNamhyung Kim
2025-04-10tools headers: Update the linux/unaligned.h copy with the kernel sourcesNamhyung Kim
2025-04-10tools headers: Update the uapi/linux/prctl.h copy with the kernel sourcesNamhyung Kim
2025-04-10tools headers: Update the syscall table with the kernel sourcesNamhyung Kim
2025-04-10tools headers: Update the VFS headers with the kernel sourcesNamhyung Kim
2025-04-10tools headers: Update the socket headers with the kernel sourcesNamhyung Kim
2025-04-05tracing/timers: Rename the hrtimer_init event to hrtimer_setupNam Cao
2025-03-31Merge tag 'perf-tools-for-v6.15-2025-03-27' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2025-03-24perf bpf-filter: Fix a parsing error with commaNamhyung Kim
2025-03-24perf report: Fix a memory leak for perf_env on AMDNamhyung Kim
2025-03-24perf trace: Fix wrong size to bpf_map__update_elem callThomas Richter
2025-03-24perf tools: annotate asm_pure_loop.SMarcus Meissner
2025-03-24perf python: Fix setup.py mypy errorsIan Rogers
2025-03-24perf test: Address attr.py mypy errorIan Rogers
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