diff options
author | Uladzislau Rezki (Sony) <urezki@gmail.com> | 2024-12-12 21:02:06 +0300 |
---|---|---|
committer | Vlastimil Babka <vbabka@suse.cz> | 2025-01-11 22:39:29 +0300 |
commit | ba5cac52d0446f3d606a0c74a6856bcef88a6331 (patch) | |
tree | d49822ba9bf871a96defce255ac6ac62ecfe7d42 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | d824ed707ba257e508d83126cf1127ce2fd98139 (diff) | |
download | linux-ba5cac52d0446f3d606a0c74a6856bcef88a6331.tar.xz |
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 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions