linux/tools/perf/bench
Ian Rogers 233339bf6c perf bench: Fix 2 memory sanitizer warnings
commit d2c73501a7 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
bench.h
epoll-ctl.c
epoll-wait.c
futex-hash.c
futex-lock-pi.c
futex-requeue.c
futex-wake-parallel.c
futex-wake.c
futex.h
mem-functions.c perf bench mem: Always memset source before memcpy 2020-08-21 13:05:38 +02:00
mem-memcpy-arch.h
mem-memcpy-x86-64-asm-def.h
mem-memcpy-x86-64-asm.S
mem-memcpy-x86-64-lib.c
mem-memset-arch.h
mem-memset-x86-64-asm-def.h
mem-memset-x86-64-asm.S
numa.c
sched-messaging.c perf bench: Fix 2 memory sanitizer warnings 2021-07-19 08:53:14 +02:00
sched-pipe.c