linux-brain/tools/perf/bench
Ian Rogers 233339bf6c perf bench: Fix 2 memory sanitizer warnings
commit d2c73501a767514b6c85c7feff9457a165d51057 upstream.

Memory sanitizer warns if a write is performed where the memory being
read for the write is uninitialized. Avoid this warning by initializing
the memory.

Signed-off-by: Ian Rogers <irogers@google.com>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lore.kernel.org/lkml/20200912053725.1405857-1-irogers@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-07-19 08:53:14 +02:00
..
Build perf bench: Add epoll_ctl(2) benchmark 2018-11-21 22:39:55 -03:00
bench.h perf bench: Share some global variables to fix build with gcc 10 2020-08-05 09:59:52 +02:00
epoll-ctl.c perf bench: Share some global variables to fix build with gcc 10 2020-08-05 09:59:52 +02:00
epoll-wait.c perf bench: Share some global variables to fix build with gcc 10 2020-08-05 09:59:52 +02:00
futex-hash.c perf bench: Share some global variables to fix build with gcc 10 2020-08-05 09:59:52 +02:00
futex-lock-pi.c perf bench: Share some global variables to fix build with gcc 10 2020-08-05 09:59:52 +02:00
futex-requeue.c perf env: Remove needless cpumap.h header 2019-09-20 09:19:21 -03:00
futex-wake-parallel.c perf env: Remove needless cpumap.h header 2019-09-20 09:19:21 -03:00
futex-wake.c perf bench futex-wake: Restore thread count default to online CPU count 2020-03-18 07:17:57 +01:00
futex.h perf bench: Move HAVE_PTHREAD_ATTR_SETAFFINITY_NP into bench.h 2018-11-21 12:00:32 -03:00
mem-functions.c perf bench mem: Always memset source before memcpy 2020-08-21 13:05:38 +02:00
mem-memcpy-arch.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mem-memcpy-x86-64-asm-def.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mem-memcpy-x86-64-asm.S tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy' 2018-07-30 12:36:51 -03:00
mem-memcpy-x86-64-lib.c tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy' 2018-07-30 12:36:51 -03:00
mem-memset-arch.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mem-memset-x86-64-asm-def.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mem-memset-x86-64-asm.S License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
numa.c perf tools: Remove needless builtin.h include directives 2019-09-20 09:19:20 -03:00
sched-messaging.c perf bench: Fix 2 memory sanitizer warnings 2021-07-19 08:53:14 +02:00
sched-pipe.c perf tools: Remove util.h from where it is not needed 2019-09-20 09:19:20 -03:00