commit | 71a84b5aedf5023f4009c3bbf28ecba256201f87 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <[email protected]> | Tue Apr 24 11:58:56 2018 -0300 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Thu Apr 26 13:47:08 2018 -0300 |
tree | 966cfe5ebed091694f0e8981fa0f4a9d9769d839 | |
parent | cc5f02f2be8d3354986bad5703ee8a983872f140 [diff] |
perf thread: Make thread__find_map() return the map It was returning the searched map just on the addr_location passed, with the function itself returning void. Make it return the map so that we can make the code more compact. Cc: Adrian Hunter <[email protected]> Cc: David Ahern <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Wang Nan <[email protected]> Link: https://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>