aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
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-10perf ui browser hists: Set actions->thread before calling do_zoom_thread()Arnaldo Carvalho de Melo1-1/+1
2025-04-10perf ui browser hists: Simplify the routines that add entries to the popup menuArnaldo Carvalho de Melo1-38/+23
2025-04-10perf ui browser: Accept the left arrow key as a Zoom out if done on the first...Arnaldo Carvalho de Melo1-0/+2
2025-04-10perf ui browser annotate: Don't show the source code view status initiallyArnaldo Carvalho de Melo3-2/+11
2025-04-10perf ui browser annotate: Show in the title the source code view toggleArnaldo Carvalho de Melo1-3/+13
2025-04-10perf ui browser map: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo1-1/+3
2025-04-10perf ui browser hists: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo1-2/+8
2025-04-10perf ui browser header: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo1-0/+1
2025-04-10perf ui browser annotate: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo1-0/+1
2025-04-10perf ui browser annotate-data: Provide feedback on unhandled hotkeysArnaldo Carvalho de Melo1-0/+1
2025-04-10perf ui browser: Add a warn on unhandled hotkey helperArnaldo Carvalho de Melo2-0/+9
2025-04-10perf ui browser: Add key_name() helperArnaldo Carvalho de Melo3-0/+47
2025-04-10perf check: Add tip about building with libbfd using BUILD_NONDISTRO=1Arnaldo Carvalho de Melo1-1/+1
2025-04-10perf build: Warn when libdebuginfod devel files are not availableArnaldo Carvalho de Melo1-0/+2
2025-04-10perf check: Allow showing a tip for opt-in features not built into perfArnaldo Carvalho de Melo2-2/+14
2025-04-10perf check: Move the FEATURE_STATUS() macro to its only user source fileArnaldo Carvalho de Melo2-5/+5
2025-04-10perf check: Share the feature status printing routine with 'perf version'Arnaldo Carvalho de Melo3-40/+9
2025-04-10tools build: Don't set libunwind as available if test-all.c build succeedsArnaldo Carvalho de Melo1-1/+3
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-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 e...Ilkka 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