]> git.baikalelectronics.ru Git - kernel.git/commit
perf target: str_error_r() always returns the buffer it receives
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 29 Jul 2016 14:54:35 +0000 (11:54 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 29 Jul 2016 14:54:35 +0000 (11:54 -0300)
commit234d5b30d883026ca933af94b393deb384a14e32
tree9e92abb0502396934f714b404f13f15d1cceba38
parent86afe8a57f7eed1ebf02193908c9ab17a3a6f498
perf target: str_error_r() always returns the buffer it receives

So no need for checking if it uses the strerror_r() GNU variant error
reporting mechanism, i.e. if it returns a pointer to a immutable string
internal to glibc.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Fixes: 7db1f6555260 ("tools: Introduce str_error_r()")
Link: http://lkml.kernel.org/n/tip-xr83cd4y4r3cn6tq6w4f59jb@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/target.c