aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-10perf tools s390: Use generic syscall table scriptsCharlie Jenkins8-64/+12
2025-01-10perf tools powerpc: Use generic syscall table scriptsCharlie Jenkins8-75/+19
2025-01-09perf tools mips: Use generic syscall scriptsCharlie Jenkins7-39/+11
2025-01-09perf tools loongarch: Use syscall tableCharlie Jenkins8-74/+9
2025-01-09perf tools arm64: Use syscall tableCharlie Jenkins11-75/+498
2025-01-09perf tools parisc: Support syscall headerCharlie Jenkins6-1/+482
2025-01-09perf tools alpha: Support syscall headerCharlie Jenkins6-1/+515
2025-01-09perf tools x86: Use generic syscall scriptsCharlie Jenkins9-80/+20
2025-01-09perf tools xtensa: Support syscall headerCharlie Jenkins6-1/+449
2025-01-09perf tools sparc: Support syscall headersCharlie Jenkins6-1/+532
2025-01-09perf tools sh: Support syscall headersCharlie Jenkins6-1/+482
2025-01-09perf tools arm: Support syscall headersCharlie Jenkins6-1/+493
2025-01-09perf tools csky: Support generic syscall headersCharlie Jenkins4-1/+8
2025-01-09perf tools arc: Support generic syscall headersCharlie Jenkins5-2/+10
2025-01-09perf tools: Create generic syscall table supportCharlie Jenkins13-77/+588
2025-01-08perf test cpumap: Avoid use-after-free following mergeIan Rogers1-4/+4
2025-01-08perf llvm-add2line: Remove unused symbol_conf.h includeDmitry Vyukov1-1/+0
2025-01-08perf test trace_btf_general: Fix shellcheck warningJames Clark1-0/+1
2025-01-08perf namespaces: Fixup the nsinfo__in_pidns() return type, its boolArnaldo Carvalho de Melo2-2/+2
2025-01-08perf jitdump: Fixup in_pidns member when java agent and 'perf record' are not in the same pidnsArnaldo Carvalho de Melo1-3/+12
2025-01-08perf namespaces: Introduce nsinfo__set_in_pidns()Arnaldo Carvalho de Melo2-0/+6
2025-01-08perf jitdump: Accept jitdump mmaps emitted from inside containersArnaldo Carvalho de Melo1-1/+1
2025-01-08perf machine: Don't ignore _etext when not a text symbolChristophe Leroy1-1/+1
2025-01-08perf maps: Fix display of kernel symbolsChristophe Leroy1-1/+6
2025-01-08perf test: Update ftrace test to use --graph-optsNamhyung Kim1-4/+1
2025-01-08perf ftrace profile: Add --graph-opts optionNamhyung Kim2-0/+12
2025-01-08perf ftrace: Display latency statistics at the endNamhyung Kim4-4/+47
2025-01-08perf evsel: Improve the evsel__open_strerror() for EBUSYIan Rogers1-1/+78
2025-01-08perf Documentation: Clarify sysfs event names charactersRandy Dunlap1-4/+6
2025-01-08perf tests shell task_analyzer: Run this test exclusivelyArnaldo Carvalho de Melo1-1/+1
2025-01-08perf tests code-reading: Handle change in objdump output from binutils >= 2.41 on riscvCharlie Jenkins1-1/+91
2025-01-08perf top: Don't complain about lack of vmlinux when not resolving some kernel samplesArnaldo Carvalho de Melo1-1/+1
2024-12-26perf stat: Document and clarify outstate membersJames Clark1-7/+21
2024-12-26perf stat: Document and simplify interval timestampsJames Clark2-24/+25
2024-12-26perf stat: Remove empty new_line_metric functionJames Clark2-11/+7
2024-12-26perf stat: Also hide metric-units from JSON when event didn't runJames Clark1-2/+3
2024-12-26perf stat: Fix trailing comma when there is no metric unitJames Clark2-87/+104
2024-12-26perf docs: Add documentation for --force-btf optionHoward Chu1-0/+5