From: Jiri Olsa Date: Fri, 15 May 2015 16:23:11 +0000 (+0200) Subject: perf tools: Fix dwarf-aux.c compilation on i386 X-Git-Tag: omap-for-v4.3/legacy-v2-signed~210^2~43^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1b9034db7c85428f96db4ecf77abbf02d96de71;p=pandora-kernel.git perf tools: Fix dwarf-aux.c compilation on i386 Replacing %lu format strings for Dwarf_Addr type with PRIu64 as it fits for Dwarf_Addr (defined as uint64_t) type and works also on both 32/64 bits. Signed-off-by: Jiri Olsa Cc: David Ahern Cc: He Kuang Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1431706991-15646-1-git-send-email-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed