mirror of
https://github.com/torvalds/linux.git
synced 2026-06-12 00:23:01 +02:00
Yong Wang reported the following compiler warning: builtin-report.c: In function 'process_overflow_event': builtin-report.c:984: error: cast to pointer from integer of different size Which happens because we try to print ->ips[] out with a limited format, losing the high 32 bits. Print it out using %016Lx instead. Reported-by: Yong Wang <yong.y.wang@linux.intel.com> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu> |
||
|---|---|---|
| .. | ||
| Documentation | ||
| util | ||
| .gitignore | ||
| builtin-annotate.c | ||
| builtin-help.c | ||
| builtin-list.c | ||
| builtin-record.c | ||
| builtin-report.c | ||
| builtin-stat.c | ||
| builtin-top.c | ||
| builtin.h | ||
| command-list.txt | ||
| design.txt | ||
| Makefile | ||
| perf.c | ||
| perf.h | ||