2010-05-31 14:13:21 +00:00
|
|
|
tools/perf
|
2015-05-07 20:52:19 +00:00
|
|
|
tools/arch/alpha/include/asm/barrier.h
|
2015-05-07 21:14:25 +00:00
|
|
|
tools/arch/arm/include/asm/barrier.h
|
2016-01-08 14:23:57 +00:00
|
|
|
tools/arch/arm64/include/asm/barrier.h
|
2015-05-07 21:03:14 +00:00
|
|
|
tools/arch/ia64/include/asm/barrier.h
|
2015-05-08 12:40:36 +00:00
|
|
|
tools/arch/mips/include/asm/barrier.h
|
2015-05-06 21:35:20 +00:00
|
|
|
tools/arch/powerpc/include/asm/barrier.h
|
2015-05-06 21:44:53 +00:00
|
|
|
tools/arch/s390/include/asm/barrier.h
|
2015-05-07 20:09:48 +00:00
|
|
|
tools/arch/sh/include/asm/barrier.h
|
2015-05-07 20:27:23 +00:00
|
|
|
tools/arch/sparc/include/asm/barrier.h
|
|
|
|
tools/arch/sparc/include/asm/barrier_32.h
|
|
|
|
tools/arch/sparc/include/asm/barrier_64.h
|
2015-05-08 13:02:00 +00:00
|
|
|
tools/arch/tile/include/asm/barrier.h
|
2015-04-30 15:33:22 +00:00
|
|
|
tools/arch/x86/include/asm/barrier.h
|
2017-02-22 19:54:53 +00:00
|
|
|
tools/arch/x86/include/asm/cmpxchg.h
|
2016-07-11 15:36:41 +00:00
|
|
|
tools/arch/x86/include/asm/cpufeatures.h
|
|
|
|
tools/arch/x86/include/asm/disabled-features.h
|
|
|
|
tools/arch/x86/include/asm/required-features.h
|
2016-07-12 13:57:25 +00:00
|
|
|
tools/arch/x86/include/uapi/asm/svm.h
|
|
|
|
tools/arch/x86/include/uapi/asm/vmx.h
|
|
|
|
tools/arch/x86/include/uapi/asm/kvm.h
|
|
|
|
tools/arch/x86/include/uapi/asm/kvm_perf.h
|
2016-07-11 15:36:41 +00:00
|
|
|
tools/arch/x86/lib/memcpy_64.S
|
|
|
|
tools/arch/x86/lib/memset_64.S
|
2016-07-12 13:57:25 +00:00
|
|
|
tools/arch/s390/include/uapi/asm/kvm_perf.h
|
|
|
|
tools/arch/s390/include/uapi/asm/sie.h
|
2015-05-08 11:53:26 +00:00
|
|
|
tools/arch/xtensa/include/asm/barrier.h
|
2012-05-30 18:02:42 +00:00
|
|
|
tools/scripts
|
2014-12-29 12:51:45 +00:00
|
|
|
tools/build
|
2015-04-07 14:53:41 +00:00
|
|
|
tools/arch/x86/include/asm/atomic.h
|
|
|
|
tools/arch/x86/include/asm/rmwcc.h
|
2012-05-30 18:02:42 +00:00
|
|
|
tools/lib/traceevent
|
2014-01-10 19:25:05 +00:00
|
|
|
tools/lib/api
|
2015-07-08 10:04:02 +00:00
|
|
|
tools/lib/bpf
|
2015-12-15 15:39:39 +00:00
|
|
|
tools/lib/subcmd
|
2015-07-09 19:27:25 +00:00
|
|
|
tools/lib/hweight.c
|
2015-07-06 01:48:21 +00:00
|
|
|
tools/lib/rbtree.c
|
2015-11-16 14:36:29 +00:00
|
|
|
tools/lib/string.c
|
2013-12-11 12:15:00 +00:00
|
|
|
tools/lib/symbol/kallsyms.c
|
|
|
|
tools/lib/symbol/kallsyms.h
|
2016-01-08 13:46:52 +00:00
|
|
|
tools/lib/find_bit.c
|
2016-01-11 10:54:51 +00:00
|
|
|
tools/lib/bitmap.c
|
tools: Introduce str_error_r()
The tools so far have been using the strerror_r() GNU variant, that
returns a string, be it the buffer passed or something else.
But that, besides being tricky in cases where we expect that the
function using strerror_r() returns the error formatted in a provided
buffer (we have to check if it returned something else and copy that
instead), breaks the build on systems not using glibc, like Alpine
Linux, where musl libc is used.
So, introduce yet another wrapper, str_error_r(), that has the GNU
interface, but uses the portable XSI variant of strerror_r(), so that
users rest asured that the provided buffer is used and it is what is
returned.
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>
Link: http://lkml.kernel.org/n/tip-d4t42fnf48ytlk8rjxs822tf@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2016-07-06 14:56:20 +00:00
|
|
|
tools/lib/str_error_r.c
|
2016-07-07 18:42:33 +00:00
|
|
|
tools/lib/vsprintf.c
|
2016-07-11 15:36:41 +00:00
|
|
|
tools/include/asm/alternative-asm.h
|
2015-04-07 14:53:41 +00:00
|
|
|
tools/include/asm/atomic.h
|
2015-04-30 15:33:22 +00:00
|
|
|
tools/include/asm/barrier.h
|
2014-01-09 14:00:54 +00:00
|
|
|
tools/include/asm/bug.h
|
2016-01-08 14:23:57 +00:00
|
|
|
tools/include/asm-generic/atomic-gcc.h
|
2015-05-07 20:04:06 +00:00
|
|
|
tools/include/asm-generic/barrier.h
|
2015-01-13 13:19:12 +00:00
|
|
|
tools/include/asm-generic/bitops/arch_hweight.h
|
2014-12-15 19:44:26 +00:00
|
|
|
tools/include/asm-generic/bitops/atomic.h
|
2015-01-13 13:19:12 +00:00
|
|
|
tools/include/asm-generic/bitops/const_hweight.h
|
2014-12-15 18:07:24 +00:00
|
|
|
tools/include/asm-generic/bitops/__ffs.h
|
2016-10-10 07:26:33 +00:00
|
|
|
tools/include/asm-generic/bitops/__ffz.h
|
2014-12-16 14:26:35 +00:00
|
|
|
tools/include/asm-generic/bitops/__fls.h
|
2014-12-16 13:53:27 +00:00
|
|
|
tools/include/asm-generic/bitops/find.h
|
2014-12-16 14:26:35 +00:00
|
|
|
tools/include/asm-generic/bitops/fls64.h
|
|
|
|
tools/include/asm-generic/bitops/fls.h
|
2015-01-13 13:19:12 +00:00
|
|
|
tools/include/asm-generic/bitops/hweight.h
|
2014-12-16 13:53:27 +00:00
|
|
|
tools/include/asm-generic/bitops.h
|
2015-04-07 14:53:41 +00:00
|
|
|
tools/include/linux/atomic.h
|
2014-12-16 13:55:42 +00:00
|
|
|
tools/include/linux/bitops.h
|
2014-01-09 14:00:53 +00:00
|
|
|
tools/include/linux/compiler.h
|
2017-02-10 14:41:11 +00:00
|
|
|
tools/include/linux/compiler-gcc.h
|
2016-08-11 16:20:56 +00:00
|
|
|
tools/include/linux/coresight-pmu.h
|
2017-04-17 14:23:41 +00:00
|
|
|
tools/include/linux/bug.h
|
2015-08-29 04:21:55 +00:00
|
|
|
tools/include/linux/filter.h
|
2014-12-15 19:04:11 +00:00
|
|
|
tools/include/linux/hash.h
|
2015-06-01 07:37:47 +00:00
|
|
|
tools/include/linux/kernel.h
|
2015-06-01 07:37:48 +00:00
|
|
|
tools/include/linux/list.h
|
2014-12-15 19:04:11 +00:00
|
|
|
tools/include/linux/log2.h
|
2017-07-25 17:14:27 +00:00
|
|
|
tools/include/uapi/asm-generic/fcntl.h
|
2017-08-01 01:52:28 +00:00
|
|
|
tools/include/uapi/asm-generic/ioctls.h
|
2016-09-12 12:54:29 +00:00
|
|
|
tools/include/uapi/asm-generic/mman-common.h
|
|
|
|
tools/include/uapi/asm-generic/mman.h
|
2017-07-31 19:45:32 +00:00
|
|
|
tools/include/uapi/drm/drm.h
|
|
|
|
tools/include/uapi/drm/i915_drm.h
|
2016-07-11 19:38:05 +00:00
|
|
|
tools/include/uapi/linux/bpf.h
|
|
|
|
tools/include/uapi/linux/bpf_common.h
|
2017-03-30 14:16:59 +00:00
|
|
|
tools/include/uapi/linux/fcntl.h
|
2016-07-12 02:37:18 +00:00
|
|
|
tools/include/uapi/linux/hw_breakpoint.h
|
2017-07-31 19:45:32 +00:00
|
|
|
tools/include/uapi/linux/kvm.h
|
2016-09-12 12:54:29 +00:00
|
|
|
tools/include/uapi/linux/mman.h
|
2016-07-11 13:28:48 +00:00
|
|
|
tools/include/uapi/linux/perf_event.h
|
2017-07-20 13:46:34 +00:00
|
|
|
tools/include/uapi/linux/sched.h
|
2017-03-30 14:16:59 +00:00
|
|
|
tools/include/uapi/linux/stat.h
|
2017-07-31 19:45:32 +00:00
|
|
|
tools/include/uapi/linux/vhost.h
|
2017-07-31 19:45:32 +00:00
|
|
|
tools/include/uapi/sound/asound.h
|
2015-06-01 07:37:48 +00:00
|
|
|
tools/include/linux/poison.h
|
2015-07-06 01:54:01 +00:00
|
|
|
tools/include/linux/rbtree.h
|
2015-07-06 01:59:05 +00:00
|
|
|
tools/include/linux/rbtree_augmented.h
|
2017-02-22 20:00:53 +00:00
|
|
|
tools/include/linux/refcount.h
|
2015-11-16 14:36:29 +00:00
|
|
|
tools/include/linux/string.h
|
2016-07-12 14:31:39 +00:00
|
|
|
tools/include/linux/stringify.h
|
2014-04-25 19:31:02 +00:00
|
|
|
tools/include/linux/types.h
|
2015-09-21 14:35:43 +00:00
|
|
|
tools/include/linux/err.h
|
2016-01-11 10:54:51 +00:00
|
|
|
tools/include/linux/bitmap.h
|
2016-08-05 18:40:30 +00:00
|
|
|
tools/include/linux/time64.h
|
2016-09-12 12:54:29 +00:00
|
|
|
tools/arch/*/include/uapi/asm/mman.h
|
2016-07-12 00:16:52 +00:00
|
|
|
tools/arch/*/include/uapi/asm/perf_regs.h
|