commit 5c7bec0c9c
Fix building issue of make dist-rpm:
util/auxtrace.c: In function 'perf_event__process_auxtrace_info':
util/auxtrace.c:932:3: error: 'err' undeclared (first use in this function)
err = s390_cpumsf_process_auxtrace_info(event, session);
^~~
Intel-SIG: commit 5c7bec0c9c perf auxtrace:
fix building issue of make dist-rpm.
Backport fix building issue to kernel next.
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lore.kernel.org/lkml/20200401101613.6201-8-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
[ Zheng Wu: amend commit log ]
Signed-off-by: Zheng Wu <wu.zheng@intel.com>