aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-11perf tools: Remove evsel__handle_error_quirks()Namhyung Kim1-22/+0
2025-04-10perf libunwind arm64: Fix missing close parens in an if statementArnaldo Carvalho de Melo1-1/+1
2025-04-10tools headers: Update the arch/x86/lib/memset_64.S copy with the kernel sourcesNamhyung Kim1-0/+1
2025-04-10tools headers: Update the linux/unaligned.h copy with the kernel sourcesNamhyung Kim1-2/+6
2025-04-10tools headers: Update the uapi/linux/prctl.h copy with the kernel sourcesNamhyung Kim1-0/+11
2025-04-10tools headers: Update the syscall table with the kernel sourcesNamhyung Kim9-1/+10
2025-04-10tools headers: Update the VFS headers with the kernel sourcesNamhyung Kim4-30/+104
2025-04-10tools headers: Update the socket headers with the kernel sourcesNamhyung Kim1-0/+2
2025-04-05tracing/timers: Rename the hrtimer_init event to hrtimer_setupNam Cao1-1/+1
2025-03-31Merge tag 'perf-tools-for-v6.15-2025-03-27' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds504-9673/+39041
2025-03-24perf bpf-filter: Fix a parsing error with commaNamhyung Kim2-3/+3
2025-03-24perf report: Fix a memory leak for perf_env on AMDNamhyung Kim1-0/+2
2025-03-24perf trace: Fix wrong size to bpf_map__update_elem callThomas Richter1-2/+4
2025-03-24perf tools: annotate asm_pure_loop.SMarcus Meissner1-0/+2
2025-03-24perf python: Fix setup.py mypy errorsIan Rogers1-2/+8
2025-03-24perf test: Address attr.py mypy errorIan Rogers1-7/+1
2025-03-24perf build: Add pylint build testsIan Rogers6-2/+69
2025-03-24perf build: Add mypy build testsIan Rogers6-2/+71
2025-03-24perf build: Rename TEST_LOGS to SHELL_TEST_LOGSIan Rogers7-19/+19
2025-03-23perf bench sched pipe: fix enforced blocking reads in worker_threadDirk Gouders1-11/+4
2025-03-23perf tools: Fix is_compat_mode build break in ppc64Likhitha Korrapati1-2/+2
2025-03-23perf build: filter all combinations of -flto for libperlHolger Hoffstätte1-1/+1
2025-03-20perf vendor events arm64 AmpereOneX: Fix frontend_bound calculationIlkka Koskinen1-5/+5
2025-03-20perf vendor events arm64: AmpereOne/AmpereOneX: Mark LD_RETIRED impacted by errataIlkka Koskinen2-2/+6
2025-03-20perf trace: Fix evlist memory leakIan Rogers1-2/+6
2025-03-20perf trace: Fix BTF memory leakIan Rogers1-0/+4
2025-03-20perf trace: Make syscall table stableIan Rogers1-34/+53
2025-03-20perf syscalltbl: Mask off ABI type for MIPS system callsIan Rogers1-0/+8
2025-03-20perf build: Remove Makefile.syscallsIan Rogers33-242/+0
2025-03-20perf syscalltbl: Use lookup table containing multiple architecturesIan Rogers1-25/+64
2025-03-20perf trace beauty: Add syscalltbl.sh generating all system call tablesIan Rogers2-0/+283
2025-03-20perf thread: Add support for reading the e_machine type for a threadIan Rogers3-22/+115
2025-03-20perf dso: Add support for reading the e_machine type for a dsoIan Rogers3-27/+92
2025-03-20perf syscalltbl: Remove struct syscalltblIan Rogers4-160/+117
2025-03-20perf trace: Reorganize syscallsIan Rogers1-65/+132
2025-03-20perf syscalltbl: Remove syscall_table.hIan Rogers16-67/+7
2025-03-20perf dso: kernel-doc for enum dso_binary_typeIan Rogers1-0/+57
2025-03-20perf dso: Move libunwind dso_data variables into ifdefIan Rogers1-0/+2
2025-03-20perf report: Disable children column for data type profilingNamhyung Kim1-0/+3
2025-03-20perf report: Allow hierarchy mode for --childrenNamhyung Kim1-2/+0
2025-03-20perf sort: Keep output fields in the same levelNamhyung Kim1-0/+44
2025-03-19perf pmu: Handle memory failure in tool_pmu__new()Thomas Richter2-1/+10
2025-03-19perf: intel-tpebs: Fix incorrect usage of zfree()James Clark1-1/+1
2025-03-19perf cpumap: Increment reference count for online cpumapIan Rogers7-9/+15
2025-03-19perf dso: fix dso__is_kallsyms() checkStephen Brennan1-1/+3
2025-03-19x86/cpufeatures: Remove {disabled,required}-features.hXin Li (Intel)1-2/+0
2025-03-18perf kwork: Remove unreachable judgmentsFeng Yang1-1/+1
2025-03-18perf python: Check if there is space to copy all the eventArnaldo Carvalho de Melo1-0/+5
2025-03-18perf python: Don't keep a raw_data pointer to consumed ring buffer spaceArnaldo Carvalho de Melo1-3/+1
2025-03-18perf python: Decrement the refcount of just created event on failureArnaldo Carvalho de Melo1-1/+5