summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2025-08-21 10:16:38 +0200
committerJonathan Corbet <corbet@lwn.net>2025-08-21 14:08:52 -0600
commitf62ed7688cfe1a09b61776216380b56221a17c5c (patch)
tree765de525fbf25566b81678d55a2f707b4ea268e3 /tools/perf/scripts/python/export-to-postgresql.py
parent30c33b62eb875e9840e151f8ba2f7d2558d7e3ba (diff)
downloadkernel-f62ed7688cfe1a09b61776216380b56221a17c5c.tar.gz
docs: conf.py: better handle latex documents
The original logic assumed that app.srcdir is identical to the current working dir. This is the case for a normal build, but, when SPHINXDIRS="some dir" is used, this is not the case anymore. Adjust the logic to fill the LaTeX documents considering app.srcdir, in a way that it will work properly on all cases. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/de23b35a770210950c609deaa32b98cb3673a53a.1755763127.git.mchehab+huawei@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
a href='/distro/kernel/commit/drivers/tty/serial/of_serial.c?id=7423734e19e7e0a90e3379152eacca2647f4377e'>tty: of_serial: support for 32 bit accessesJamie Iles 2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely 2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds 2011-02-28dt/serial: Eliminate users of of_platform_{,un}register_driverGrant Likely 2011-02-25tty/serial: Relax the device_type restriction from of_serialGrant Likely 2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman