diff options
| author | Athira Rajeev <[email protected]> | 2024-06-23 06:48:49 +0000 |
|---|---|---|
| committer | Namhyung Kim <[email protected]> | 2024-06-25 18:01:34 +0000 |
| commit | b9241f150ac745698d0eabbf1d038efc32c24c34 (patch) | |
| tree | 17adb5eaaa380d285fef0e61ab67c1157dda55ed /tools/perf/scripts/python | |
| parent | tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__load (diff) | |
| download | kernel-b9241f150ac745698d0eabbf1d038efc32c24c34.tar.gz kernel-b9241f150ac745698d0eabbf1d038efc32c24c34.zip | |
tools/perf: Use is_perf_pid_map_name helper function to check dso's of pattern /tmp/perf-%d.map
commit 80d496be89ed ("perf report: Add support for profiling JIT
generated code") added support for profiling JIT generated code.
This patch handles dso's of form "/tmp/perf-$PID.map".
Some of the references doesn't check exactly for same pattern.
some uses "if (!strncmp(dso_name, "/tmp/perf-", 10))". Fix
this by using helper function perf_pid_map_tid and
is_perf_pid_map_name which looks for proper pattern of
form: "/tmp/perf-$PID.map" for these checks.
Signed-off-by: Athira Rajeev <[email protected]>
Reviewed-by: Adrian Hunter <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Namhyung Kim <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
