aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-24tools/build: Don't pass test log files to linkerIan Rogers1-1/+5
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-19libperf: Don't remove -g when EXTRA_CFLAGS are usedJames Clark1-9/+3
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-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
2025-03-18perf python tracepoint.py: Change the COMM using setproctitle if availableArnaldo Carvalho de Melo1-0/+8
2025-03-18perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc)Arnaldo Carvalho de Melo1-7/+0
2025-03-18perf python: Fixup description of sample.id event memberArnaldo Carvalho de Melo1-1/+1
2025-03-17perf test dso-data: Correctly free test file in read testIan Rogers1-12/+12
2025-03-17perf dso: Use lock annotations to fix asan deadlockIan Rogers4-43/+66
2025-03-17perf mutex: Add annotations for LOCKS_EXCLUDED and LOCKS_RETURNEDIan Rogers1-0/+8
2025-03-14perf test: Add pipe output testing for annotateIan Rogers1-16/+40
2025-03-14perf test: Fixes to variable expansion and stdout for diff testIan Rogers1-6/+6
2025-03-14perf libunwind: Fixup conversion perf_sample->user_regs to a pointerArnaldo Carvalho de Melo1-6/+6
2025-03-14perf test stat_all_pmu.sh: Correctly check 'perf stat' resultVeronika Molnarova1-14/+34
2025-03-14perf script: Update brstack syntax documentationYujie Liu1-7/+16
2025-03-13perf script: Fix typo in branch event maskYujie Liu2-3/+3
2025-03-13perf hist stdio: Do bounds check when printing callchains to avoid UB with new gcc versionsArnaldo Carvalho de Melo1-0/+4
2025-03-13perf units: Fix insufficient array spaceArnaldo Carvalho de Melo1-1/+1
2025-03-13libapi: Add missing header with NAME_MAX define to io_dir.hArnaldo Carvalho de Melo1-0/+1
2025-03-13perf annotate: Add --code-with-type option.Namhyung Kim2-0/+13