diff options
| author | Eric Saint-Etienne <[email protected]> | 2018-11-23 02:42:39 -0800 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2018-12-17 14:53:57 -0300 |
| commit | b18e088825883bcb8dc4c4a641494049cf8ccec3 (patch) | |
| tree | 3ea8af32953b85fc343ab2b29539936f43974c08 /tools/perf/util/scripting-engines/trace-event-python.c | |
| parent | bc4da38a4789e7819fca4c7723ded0b86aea27c0 (diff) | |
perf map: Remove extra indirection from map__find()
A double pointer is used in map__find() where a single pointer is enough
because the function doesn't affect the rbtree and the rbtree is locked.
Signed-off-by: Eric Saint-Etienne <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Eric Saint-Etienne <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions