summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorPetr Pavlu <petr.pavlu@suse.com>2026-06-04 13:04:46 +0200
committerPetr Pavlu <petr.pavlu@suse.com>2026-08-06 13:29:03 +0200
commit6b722d1ec0384d2479ae453c994c6546c6093687 (patch)
tree8453ed81af12127fab66c8acd2cd6e8ddec310bf /tools/perf/scripts/python/bin
parent391ef7a88e8fef92ec472db14422468be477f0bb (diff)
module: Remove unnecessary module::args
Historically, various parameter-handling code kept pointers into module::args, most notably the charp support. However, in 2009, commit e180a6b7759a ("param: fix charp parameters set via sysfs") changed charp parameters to kstrdup() the input string as well. As a result, module::args now mostly wastes memory. The last users that still pointed into module::args have now been cleaned up, so remove this data. Reviewed-by: Aaron Tomlin <atomlin@atomlin.com> Signed-off-by: Petr Pavlu <petr.pavlu@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions