diff options
author | nixiaoming <[email protected]> | 2018-05-24 11:16:12 +0800 |
---|---|---|
committer | Masahiro Yamada <[email protected]> | 2018-05-29 22:04:12 +0900 |
commit | ac5db1fc89bf84d7479761e0de855e6376fdab1e (patch) | |
tree | d3a9bb19679045dbe78fdd9c5d7b750d1bd3af45 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 656c107770e37759d0e888a1c38cd28792ca214b (diff) |
scripts: Fixed printf format mismatch
scripts/kallsyms.c: function write_src:
"printf", the #1 format specifier "d" need arg type "int",
but the according arg "table_cnt" has type "unsigned int"
scripts/recordmcount.c: function do_file:
"fprintf", the #1 format specifier "d" need arg type "int",
but the according arg "(*w2)(ehdr->e_machine)" has type "unsigned int"
scripts/recordmcount.h: function find_secsym_ndx:
"fprintf", the #1 format specifier "d" need arg type "int",
but the according arg "txtndx" has type "unsigned int"
Signed-off-by: nixiaoming <[email protected]>
Acked-by: Steven Rostedt (VMware) <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions