2010-05-31 22:13:21 +08:00
|
|
|
tools/perf
|
2015-05-08 04:52:19 +08:00
|
|
|
tools/arch/alpha/include/asm/barrier.h
|
2015-05-08 05:14:25 +08:00
|
|
|
tools/arch/arm/include/asm/barrier.h
|
2016-01-08 22:23:57 +08:00
|
|
|
tools/arch/arm64/include/asm/barrier.h
|
2015-05-08 05:03:14 +08:00
|
|
|
tools/arch/ia64/include/asm/barrier.h
|
2015-05-08 20:40:36 +08:00
|
|
|
tools/arch/mips/include/asm/barrier.h
|
2015-05-07 05:35:20 +08:00
|
|
|
tools/arch/powerpc/include/asm/barrier.h
|
2015-05-07 05:44:53 +08:00
|
|
|
tools/arch/s390/include/asm/barrier.h
|
2015-05-08 04:09:48 +08:00
|
|
|
tools/arch/sh/include/asm/barrier.h
|
2015-05-08 04:27:23 +08: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 21:02:00 +08:00
|
|
|
tools/arch/tile/include/asm/barrier.h
|
2015-04-30 23:33:22 +08:00
|
|
|
tools/arch/x86/include/asm/barrier.h
|
2017-02-23 03:54:53 +08:00
|
|
|
tools/arch/x86/include/asm/cmpxchg.h
|
2016-07-11 23:36:41 +08: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 21:57:25 +08: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 23:36:41 +08:00
|
|
|
tools/arch/x86/lib/memcpy_64.S
|
|
|
|
tools/arch/x86/lib/memset_64.S
|
2016-07-12 21:57:25 +08:00
|
|
|
tools/arch/s390/include/uapi/asm/kvm_perf.h
|
|
|
|
tools/arch/s390/include/uapi/asm/sie.h
|
2015-05-08 19:53:26 +08:00
|
|
|
tools/arch/xtensa/include/asm/barrier.h
|
2012-05-31 02:02:42 +08:00
|
|
|
tools/scripts
|
2014-12-29 20:51:45 +08:00
|
|
|
tools/build
|
2015-04-07 22:53:41 +08:00
|
|
|
tools/arch/x86/include/asm/atomic.h
|
|
|
|
tools/arch/x86/include/asm/rmwcc.h
|
2012-05-31 02:02:42 +08:00
|
|
|
tools/lib/traceevent
|
2014-01-11 03:25:05 +08:00
|
|
|
tools/lib/api
|
2015-07-08 18:04:02 +08:00
|
|
|
tools/lib/bpf
|
2015-12-15 23:39:39 +08:00
|
|
|
tools/lib/subcmd
|
2015-07-10 03:27:25 +08:00
|
|
|
tools/lib/hweight.c
|
2015-07-06 09:48:21 +08:00
|
|
|
tools/lib/rbtree.c
|
2015-11-16 22:36:29 +08:00
|
|
|
tools/lib/string.c
|
2013-12-11 20:15:00 +08:00
|
|
|
tools/lib/symbol/kallsyms.c
|
|
|
|
tools/lib/symbol/kallsyms.h
|
2016-01-08 21:46:52 +08:00
|
|
|
tools/lib/find_bit.c
|
2016-01-11 18:54:51 +08: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 22:56:20 +08:00
|
|
|
tools/lib/str_error_r.c
|
2016-07-08 02:42:33 +08:00
|
|
|
tools/lib/vsprintf.c
|
2016-07-11 23:36:41 +08:00
|
|
|
tools/include/asm/alternative-asm.h
|
2015-04-07 22:53:41 +08:00
|
|
|
tools/include/asm/atomic.h
|
2015-04-30 23:33:22 +08:00
|
|
|
tools/include/asm/barrier.h
|
2014-01-09 22:00:54 +08:00
|
|
|
tools/include/asm/bug.h
|
2016-01-08 22:23:57 +08:00
|
|
|
tools/include/asm-generic/atomic-gcc.h
|
2015-05-08 04:04:06 +08:00
|
|
|
tools/include/asm-generic/barrier.h
|
2015-01-13 21:19:12 +08:00
|
|
|
tools/include/asm-generic/bitops/arch_hweight.h
|
2014-12-16 03:44:26 +08:00
|
|
|
tools/include/asm-generic/bitops/atomic.h
|
2015-01-13 21:19:12 +08:00
|
|
|
tools/include/asm-generic/bitops/const_hweight.h
|
2014-12-16 02:07:24 +08:00
|
|
|
tools/include/asm-generic/bitops/__ffs.h
|
2016-10-10 15:26:33 +08:00
|
|
|
tools/include/asm-generic/bitops/__ffz.h
|
2014-12-16 22:26:35 +08:00
|
|
|
tools/include/asm-generic/bitops/__fls.h
|
2014-12-16 21:53:27 +08:00
|
|
|
tools/include/asm-generic/bitops/find.h
|
2014-12-16 22:26:35 +08:00
|
|
|
tools/include/asm-generic/bitops/fls64.h
|
|
|
|
tools/include/asm-generic/bitops/fls.h
|
2015-01-13 21:19:12 +08:00
|
|
|
tools/include/asm-generic/bitops/hweight.h
|
2014-12-16 21:53:27 +08:00
|
|
|
tools/include/asm-generic/bitops.h
|
2015-04-07 22:53:41 +08:00
|
|
|
tools/include/linux/atomic.h
|
2014-12-16 21:55:42 +08:00
|
|
|
tools/include/linux/bitops.h
|
2014-01-09 22:00:53 +08:00
|
|
|
tools/include/linux/compiler.h
|
2017-02-10 22:41:11 +08:00
|
|
|
tools/include/linux/compiler-gcc.h
|
2016-08-12 00:20:56 +08:00
|
|
|
tools/include/linux/coresight-pmu.h
|
2017-04-17 22:23:41 +08:00
|
|
|
tools/include/linux/bug.h
|
2015-08-29 12:21:55 +08:00
|
|
|
tools/include/linux/filter.h
|
2014-12-16 03:04:11 +08:00
|
|
|
tools/include/linux/hash.h
|
2015-06-01 15:37:47 +08:00
|
|
|
tools/include/linux/kernel.h
|
2015-06-01 15:37:48 +08:00
|
|
|
tools/include/linux/list.h
|
2014-12-16 03:04:11 +08:00
|
|
|
tools/include/linux/log2.h
|
2017-07-26 01:14:27 +08:00
|
|
|
tools/include/uapi/asm-generic/fcntl.h
|
2017-08-01 09:52:28 +08:00
|
|
|
tools/include/uapi/asm-generic/ioctls.h
|
2016-09-12 20:54:29 +08:00
|
|
|
tools/include/uapi/asm-generic/mman-common.h
|
|
|
|
tools/include/uapi/asm-generic/mman.h
|
2017-08-01 03:45:32 +08:00
|
|
|
tools/include/uapi/drm/drm.h
|
|
|
|
tools/include/uapi/drm/i915_drm.h
|
2016-07-12 03:38:05 +08:00
|
|
|
tools/include/uapi/linux/bpf.h
|
|
|
|
tools/include/uapi/linux/bpf_common.h
|
2017-03-30 22:16:59 +08:00
|
|
|
tools/include/uapi/linux/fcntl.h
|
2016-07-12 10:37:18 +08:00
|
|
|
tools/include/uapi/linux/hw_breakpoint.h
|
2017-08-01 03:45:32 +08:00
|
|
|
tools/include/uapi/linux/kvm.h
|
2016-09-12 20:54:29 +08:00
|
|
|
tools/include/uapi/linux/mman.h
|
2016-07-11 21:28:48 +08:00
|
|
|
tools/include/uapi/linux/perf_event.h
|
2017-07-20 21:46:34 +08:00
|
|
|
tools/include/uapi/linux/sched.h
|
2017-03-30 22:16:59 +08:00
|
|
|
tools/include/uapi/linux/stat.h
|
2017-08-01 03:45:32 +08:00
|
|
|
tools/include/uapi/linux/vhost.h
|
2017-08-01 03:45:32 +08:00
|
|
|
tools/include/uapi/sound/asound.h
|
2015-06-01 15:37:48 +08:00
|
|
|
tools/include/linux/poison.h
|
2015-07-06 09:54:01 +08:00
|
|
|
tools/include/linux/rbtree.h
|
2015-07-06 09:59:05 +08:00
|
|
|
tools/include/linux/rbtree_augmented.h
|
2017-02-23 04:00:53 +08:00
|
|
|
tools/include/linux/refcount.h
|
2015-11-16 22:36:29 +08:00
|
|
|
tools/include/linux/string.h
|
2016-07-12 22:31:39 +08:00
|
|
|
tools/include/linux/stringify.h
|
2014-04-26 03:31:02 +08:00
|
|
|
tools/include/linux/types.h
|
2015-09-21 22:35:43 +08:00
|
|
|
tools/include/linux/err.h
|
2016-01-11 18:54:51 +08:00
|
|
|
tools/include/linux/bitmap.h
|
2016-08-06 02:40:30 +08:00
|
|
|
tools/include/linux/time64.h
|
2016-09-12 20:54:29 +08:00
|
|
|
tools/arch/*/include/uapi/asm/mman.h
|
2016-07-12 08:16:52 +08:00
|
|
|
tools/arch/*/include/uapi/asm/perf_regs.h
|