diff options
author | Ian Rogers <irogers@google.com> | 2025-02-22 09:10:13 +0300 |
---|---|---|
committer | Namhyung Kim <namhyung@kernel.org> | 2025-02-25 02:46:33 +0300 |
commit | e7af1946818b302d1f8b83b6896e04e0fe8bc2eb (patch) | |
tree | 7a625235e9b7c250f3fb026aa7dd2a3cadfa1c50 /tools/perf/python/tracepoint.py | |
parent | d996c726a5a4c794ed1d1e54702179d319d1c7e8 (diff) | |
download | linux-e7af1946818b302d1f8b83b6896e04e0fe8bc2eb.tar.xz |
perf machine: Reuse module path buffer
Rather than copying the path and appending the directory entry in a
fresh path buffer, append to the path at the end of where it is for
the recursion level. This saves a PATH_MAX buffer per recursion level
and some unnecessary copying.
Signed-off-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20250222061015.303622-9-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Diffstat (limited to 'tools/perf/python/tracepoint.py')
0 files changed, 0 insertions, 0 deletions