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