diff options
author | Namhyung Kim <[email protected]> | 2023-06-26 17:02:27 -0700 |
---|---|---|
committer | Namhyung Kim <[email protected]> | 2023-06-29 22:12:29 -0700 |
commit | 36cee69f572c72610da2681a358318d0dc9740b0 (patch) | |
tree | 9d6322eee341f46e6327926a2e9502b7a9c75426 /tools/perf/util/trace-event-scripting.c | |
parent | 628eaa4e877af8230ef7326d378e15d511c506ba (diff) |
perf tools: Do not remove addr_location.thread in thread__find_map()
The thread__find_map() is to find a map for a given address in the
given thread's address space. It searches maps based on the cpu mode
and fills various information in the addr_location data structure.
It might change al->maps and al->map, but not al->thread. Then I
think no reason to not set the al->thread at the beginning.
Also get rid of the duplicate 'al->map = NULL' part.
Fixes: 0dd5041c9a0ea ("perf addr_location: Add init/exit/copy functions")
Acked-by: Ian Rogers <[email protected]>
Acked-by: James Clark <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Suzuki K Poulose <[email protected]>
Cc: Mike Leach <[email protected]>
Cc: Leo Yan <[email protected]>
Cc: John Garry <[email protected]>
Cc: Will Deacon <[email protected]>
Signed-off-by: Namhyung Kim <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions