linux/tools/perf
Namhyung Kim 16ad2ffb82 perf tools: Introduce perf_target__strerror()
The perf_target__strerror() sets @buf to a string that describes the
(perf_target-specific) error condition that is passed via @errnum.

This is similar to strerror_r() and does same thing if @errnum has a
standard errno value.

Signed-off-by: Namhyung Kim <namhyung.kim@lge.com>
Suggested-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Reviewed-by: David Ahern <dsahern@gmail.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1336367344-28071-6-git-send-email-namhyung.kim@lge.com
[ committer note: No need to use PERF_ERRNO_TARGET__SUCCESS, use shorter idiom ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2012-05-07 17:30:21 -03:00
..
Documentation perf annotate: Allow printing objdump line addr in different color 2012-04-07 16:09:05 -03:00
arch
bench
config
python
scripts
ui perf ui: Change fallback policy of setup_browser() 2012-05-02 16:17:37 -03:00
util perf tools: Introduce perf_target__strerror() 2012-05-07 17:30:21 -03:00
.gitignore perf tools: Ignore auto-generated bison/flex files 2012-04-11 11:41:27 -03:00
CREDITS
MANIFEST
Makefile perf ui: Add gtk2 support into setup_browser() 2012-05-02 16:17:34 -03:00
builtin-annotate.c
builtin-bench.c
builtin-buildid-cache.c
builtin-buildid-list.c
builtin-diff.c
builtin-evlist.c
builtin-help.c
builtin-inject.c
builtin-kmem.c
builtin-kvm.c
builtin-list.c
builtin-lock.c
builtin-probe.c
builtin-record.c perf tools: Introduce perf_target__strerror() 2012-05-07 17:30:21 -03:00
builtin-report.c perf ui: Add gtk2 support into setup_browser() 2012-05-02 16:17:34 -03:00
builtin-sched.c
builtin-script.c
builtin-stat.c perf tools: Introduce perf_target__validate() helper 2012-05-02 15:22:08 -03:00
builtin-test.c perf evlist: Make create_maps() take struct perf_target 2012-05-02 15:23:11 -03:00
builtin-timechart.c
builtin-top.c perf tools: Introduce perf_target__strerror() 2012-05-07 17:30:21 -03:00
builtin.h
command-list.txt
design.txt
perf-archive.sh
perf.c
perf.h perf target: Split out perf_target handling code 2012-05-02 15:41:11 -03:00