aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorUwe Kleine-König <[email protected]>2024-10-27 19:03:14 +0100
committerWill Deacon <[email protected]>2024-11-06 14:16:20 +0000
commit845fd2cbedaf299ee61680a678b279dfeb6fe77c (patch)
tree69998d67f1c24e04c262bcd6974685c8dff56eb2 /tools/perf/scripts/python/syscall-counts-by-pid.py
parent9643aaa194737b1ad73f9da6e51fc63d1c7a864a (diff)
perf: Switch back to struct platform_driver::remove()
After commit 0edb555a65d1 ("platform: Make platform_driver::remove() return void") .remove() is (again) the right callback to implement for platform drivers. Convert all platform drivers below drivers/perf to use .remove(), with the eventual goal to drop struct platform_driver::remove_new(). As .remove() and .remove_new() have the same prototypes, conversion is done by just changing the structure member name in the driver initializer. Signed-off-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions