aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorYong Wang <[email protected]>2009-06-05 11:37:35 +0800
committerIngo Molnar <[email protected]>2009-06-05 08:22:27 +0200
commitee7b31fe5c5da8a038b96e54ae9fbd5dcab3b1da (patch)
tree29a344bca927b850a5570e456a4f572f0aa63390 /tools/perf/scripts/python
parent6dc5f2a41759987e35e757ef00192e7b424563bb (diff)
perf_counter tools: Fix incorrect printf formats
Otherwise the code does not compile on 32-bit boxes. builtin-report.c: In function 'map__fprintf': builtin-report.c:240: error: format '%lx' expects type 'long unsigned int', but argument 3 has type 'uint64_t' builtin-report.c:240: error: format '%lx' expects type 'long unsigned int', but argument 4 has type 'uint64_t' builtin-report.c:240: error: format '%lx' expects type 'long unsigned int', but argument 5 has type 'uint64_t' Signed-off-by: Yong Wang <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions