summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>2008-12-17 18:49:55 -0800
committerIngo Molnar <mingo@elte.hu>2008-12-18 11:28:53 +0100
commita5c56eb36f999ae0ecac278e51fd1cf8feb16c2f (patch)
tree89cf6d8968a0ad91f4df2c2092fd5e68cd1866f6 /tools/perf/scripts/python/export-to-postgresql.py
parentf5223763a664da16771211f9d293e18cb242b246 (diff)
downloadkernel-a5c56eb36f999ae0ecac278e51fd1cf8feb16c2f.tar.gz
x86: signal: rename sigframe and rt_sigframe on 32-bit
Impact: cleanup, prepare to move sigframe.h On 32-bit, rename struct sigrame to struct sigframe_ia32, struct rt_sigframe to struct rt_sigframe_ia32 and several structures. And add helper macros to access the above data in arch/x86/kernel/signal.c. Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
henko 2024-02-20string: Allow 2-argument strscpy_pad()Kees Cook 2024-02-20string: Allow 2-argument strscpy()Kees Cook 2024-02-20string: Redefine strscpy_pad() as a macroKees Cook 2024-02-01mm/util: Introduce kmemdup_array()Kartik 2024-01-19string: Remove strlcpy()Kees Cook 2023-11-03Merge tag 'pinctrl-v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds 2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds 2023-10-18string: Adjust strtomem() logic to allow for smaller sourcesKees Cook 2023-10-09string.h: add array-wrappers for (v)memdup_user()Philipp Stanner 2023-10-03kernel.h: Move ARRAY_SIZE() to a separate headerAlejandro Colomar 2023-06-05lib/string_helpers: Change returned value of the strreplace()Andy Shevchenko 2023-01-18mm: new primitive kvmemdup()Hao Sun 2022-11-01string: Add __realloc_size hint to kmemdup()Kees Cook 2022-09-07string: Introduce strtomem() and strtomem_pad()Kees Cook