diff options
author | 2024-12-12 19:02:06 +0100 | |
---|---|---|
committer | 2025-01-11 20:39:29 +0100 | |
commit | ba5cac52d0446f3d606a0c74a6856bcef88a6331 (patch) | |
tree | d49822ba9bf871a96defce255ac6ac62ecfe7d42 /scripts/lib/kdoc/kdoc_parser.py | |
parent | rcu/kvfree: Move some functions under CONFIG_TINY_RCU (diff) | |
download | linux-rng-ba5cac52d0446f3d606a0c74a6856bcef88a6331.tar.xz linux-rng-ba5cac52d0446f3d606a0c74a6856bcef88a6331.zip |
rcu/kvfree: Adjust names passed into trace functions
Currently trace functions are supplied with "rcu_state.name"
member which is located in the structure. The problem is that
the "rcu_state" structure variable is local and can not be
accessed from another place.
To address this, this preparation patch passes "slab" string
as a first argument.
Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com>
Acked-by: Hyeonggon Yoo <hyeonggon.yoo@sk.com>
Tested-by: Hyeonggon Yoo <hyeonggon.yoo@sk.com>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions