summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
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/l...Linus Torvalds504-9673/+39041
2025-03-25perf bpf-filter: Fix a parsing error with commaNamhyung Kim2-3/+3
2025-03-25perf 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-24perf bench sched pipe: fix enforced blocking reads in worker_threadDirk Gouders1-11/+4
2025-03-24perf tools: Fix is_compat_mode build break in ppc64Likhitha Korrapati1-2/+2
2025-03-24perf build: filter all combinations of -flto for libperlHolger Hoffstätte1-1/+1
2025-03-21perf vendor events arm64 AmpereOneX: Fix frontend_bound calculationIlkka Koskinen1-5/+5
2025-03-21perf vendor events arm64: AmpereOne/AmpereOneX: Mark LD_RETIRED impacted by e...Ilkka Koskinen2-2/+6
2025-03-21perf trace: Fix evlist memory leakIan Rogers1-2/+6
2025-03-21perf trace: Fix BTF memory leakIan Rogers1-0/+4
2025-03-21perf trace: Make syscall table stableIan Rogers1-34/+53
2025-03-21perf syscalltbl: Mask off ABI type for MIPS system callsIan Rogers1-0/+8
2025-03-21perf build: Remove Makefile.syscallsIan Rogers33-242/+0
2025-03-21perf syscalltbl: Use lookup table containing multiple architecturesIan Rogers1-25/+64
2025-03-21perf trace beauty: Add syscalltbl.sh generating all system call tablesIan Rogers2-0/+283
2025-03-21perf thread: Add support for reading the e_machine type for a threadIan Rogers3-22/+115
2025-03-21perf dso: Add support for reading the e_machine type for a dsoIan Rogers3-27/+92
2025-03-21perf syscalltbl: Remove struct syscalltblIan Rogers4-160/+117
2025-03-21perf trace: Reorganize syscallsIan Rogers1-65/+132
2025-03-21perf syscalltbl: Remove syscall_table.hIan Rogers16-67/+7
2025-03-21perf dso: kernel-doc for enum dso_binary_typeIan Rogers1-0/+57
2025-03-21perf 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-20perf pmu: Handle memory failure in tool_pmu__new()Thomas Richter2-1/+10
2025-03-20perf: intel-tpebs: Fix incorrect usage of zfree()James Clark1-1/+1
2025-03-20perf cpumap: Increment reference count for online cpumapIan Rogers7-9/+15
2025-03-20perf 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-19perf kwork: Remove unreachable judgmentsFeng Yang1-1/+1
2025-03-19perf python: Check if there is space to copy all the eventArnaldo Carvalho de Melo1-0/+5
2025-03-19perf python: Don't keep a raw_data pointer to consumed ring buffer spaceArnaldo Carvalho de Melo1-3/+1
2025-03-19perf python: Decrement the refcount of just created event on failureArnaldo Carvalho de Melo1-1/+5
2025-03-19perf python tracepoint.py: Change the COMM using setproctitle if availableArnaldo Carvalho de Melo1-0/+8
2025-03-19perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc)Arnaldo Carvalho de Melo1-7/+0
2025-03-19perf python: Fixup description of sample.id event memberArnaldo Carvalho de Melo1-1/+1
2025-03-18perf test dso-data: Correctly free test file in read testIan Rogers1-12/+12
2025-03-18perf dso: Use lock annotations to fix asan deadlockIan Rogers4-43/+66
2025-03-18perf mutex: Add annotations for LOCKS_EXCLUDED and LOCKS_RETURNEDIan Rogers1-0/+8
2025-03-15perf test: Add pipe output testing for annotateIan Rogers1-16/+40
2025-03-15perf test: Fixes to variable expansion and stdout for diff testIan Rogers1-6/+6