diff options
author | Wang Nan <[email protected]> | 2016-02-26 09:32:17 +0000 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2016-03-03 11:10:36 -0300 |
commit | 95c365617aa37878592f2f1c6c64e1abb19f0d4a (patch) | |
tree | 6217b75ff3a02ef9e4f0ca1020efb096ec331e24 /tools/perf/scripts/python/stackcollapse.py | |
parent | e1ab48ba63ee6b2494a67bb60bf99692ecdaca7c (diff) |
perf record: Ensure return non-zero rc when mmap fail
perf_evlist__mmap_ex() can fail without setting errno (for example, fail
in condition checking. In this case all syscall is success).
If this happen, record__open() incorrectly returns 0. Force setting rc
is a quick way to avoid this problem, or we have to follow all possible
code path in perf_evlist__mmap_ex() to make sure there's at least one
system call before returning an error.
Signed-off-by: Wang Nan <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Cc: He Kuang <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Li Zefan <[email protected]>
Cc: Masami Hiramatsu <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Zefan Li <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: He Kuang <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions