aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJonathan Cameron <Jonathan.Cameron@huawei.com>2020-09-10 19:54:15 +0100
committerJonathan Corbet <corbet@lwn.net>2020-09-16 12:27:28 -0600
commita070991fe9d1b6d97eb3cf24a2a6ed5f8e7c0169 (patch)
tree3251a1c607d2533f7f461f39e576f2bc55cbe1b2 /tools/perf/scripts/python/export-to-postgresql.py
parentDocumentation: arm64 also supports disable hugeiomap (diff)
downloadwireguard-linux-a070991fe9d1b6d97eb3cf24a2a6ed5f8e7c0169.tar.xz
wireguard-linux-a070991fe9d1b6d97eb3cf24a2a6ed5f8e7c0169.zip
kernel-doc: add support for ____cacheline_aligned attribute
Subroutine dump_struct uses type attributes to check if the struct syntax is valid. Then, it removes all attributes before using it for output. `____cacheline_aligned` is an attribute that is not included in both steps. Add it, since it is used by kernel structs. Based on previous patch to add ____cacheline_aligned_in_smp. Motivated by patches to reorder this attribute to before the variable name. Whilst we could do that in all cases, that would be a massive change and it is more common in the kernel to place this particular attribute after the variable name. A quick grep suggests approximately 400 instances of which 341 have this attribute just before a semicolon and hence after the variable name. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Cc: Lee Jones <lee.jones@linaro.org> Link: https://lore.kernel.org/r/20200910185415.653139-1-jic23@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions