Commit 9fafd98f1bf14276f95b69f0186ad5675f1e1a18
Committed by
Arnaldo Carvalho de Melo
1 parent
842f07f612
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
perf tools: Fix various casting issues for 32 bits
- util/parse-events.c(parse_events_add_breakpoint) need to use unsigned long instead of u64, otherwise we get following gcc error on 32 bits: error: cast from pointer to integer of different size - util/header.c(print_event_desc) cannot retype to signed type, otherwise we get following gcc error on 32 bits: error: comparison between signed and unsigned integer expressions Signed-off-by: Jiri Olsa <jolsa@redhat.com> Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1332267341-26338-2-git-send-email-jolsa@redhat.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff
tools/perf/util/header.c
tools/perf/util/parse-events.c