summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorAthira Rajeev <atrajeev@linux.vnet.ibm.com>2024-06-23 12:18:49 +0530
committerNamhyung Kim <namhyung@kernel.org>2024-06-25 11:01:34 -0700
commitb9241f150ac745698d0eabbf1d038efc32c24c34 (patch)
tree17adb5eaaa380d285fef0e61ab67c1157dda55ed /tools/perf/scripts/python/parallel-perf.py
parentb0979f008f1352a44cd3c8877e3eb8a1e3e1c6f3 (diff)
downloadlinux-stable-b9241f150ac745698d0eabbf1d038efc32c24c34.tar.gz
linux-stable-b9241f150ac745698d0eabbf1d038efc32c24c34.tar.bz2
linux-stable-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 <atrajeev@linux.vnet.ibm.com> Reviewed-by: Adrian Hunter <adrian.hunter@intel.com> Cc: akanksha@linux.ibm.com Cc: kjain@linux.ibm.com Cc: maddy@linux.ibm.com Cc: disgoel@linux.vnet.ibm.com Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Namhyung Kim <namhyung@kernel.org> Link: https://lore.kernel.org/r/20240623064850.83720-2-atrajeev@linux.vnet.ibm.com
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions