diff options
| author | 2025-07-15 13:46:42 -0600 | |
|---|---|---|
| committer | 2025-07-15 13:46:42 -0600 | |
| commit | f587722aa5c9e620fd8692054f0159da60052697 (patch) | |
| tree | c2ab8e594683c4576ada7336452941bf9c9e304f /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | Documentation: core-api: entry: Fix typo "systcalls" -> "syscalls" (diff) | |
| parent | docs: kdoc: emit a warning for ancient versions of Python (diff) | |
| download | wireguard-linux-f587722aa5c9e620fd8692054f0159da60052697.tar.xz wireguard-linux-f587722aa5c9e620fd8692054f0159da60052697.zip | |
Merge branch 'kdoc-item2' into docs-mw
The kerneldoc parsing phase gathers all of the information about the
declarations of interest, then passes it through to the output phase as a
dict that is an unstructured blob of information; this organization has its
origins in the Perl version of the program. It results in an interface
that is difficult to reason about, dozen-parameter function calls, and
other ills.
Introduce a new class (KdocItem) to carry this information between the
parser and the output modules, and, step by step, modify the system to use
this class in a more structured way. This could be taken further by
creating a subclass of KdocItem for each declaration type (function,
struct, ...), but that is probably more structure than we need.
The result is (I hope) clearer code, the removal of a bunch of boilerplate,
and no changes to the generated output.
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
