diff options
| author | Namhyung Kim <[email protected]> | 2015-05-21 01:03:41 +0900 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2015-05-27 12:21:44 -0300 |
| commit | 4bb11d012ab248d0e383008d725be0d26a74fac2 (patch) | |
| tree | 56d8b7f278f2dad61c936b981b2844249e48c129 /tools/perf/scripts/python | |
| parent | e840238d7c6afcde0f6402aac3a74723ee9c448f (diff) | |
perf tools: Add dso__data_get/put_fd()
Using dso__data_fd() in multi-thread environment is not safe since
returned fd can be closed and/or reused anytime.
So convert it to the dso__data_get/put_fd() pair to protect the access
with lock.
The original dso__data_fd() is deprecated and kept only for testing.
Signed-off-by: Namhyung Kim <[email protected]>
Acked-by: Adrian Hunter <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Jiri Olsa <[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/scripts/python')
0 files changed, 0 insertions, 0 deletions