linux/Documentation/perf_counter/util
Ingo Molnar 233f0b95ca perf_counter tools: Work around warnings in older GCCs
GCC 4.1.2 produces:

 util/parse-options.c: In function ‘get_value’:
 util/parse-options.c:36: warning: ‘arg’ may be used uninitialized in this function

 builtin-top.c: In function ‘display_thread’:
 builtin-top.c:178: warning: ‘printed’ may be used uninitialized in this function

Annotate them away by initializing these variables to 0.

Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-06-03 21:50:44 +02:00
..
PERF-VERSION-GEN
abspath.c perf_counter tools: Introduce stricter C code checking 2009-05-27 08:10:35 +02:00
alias.c
cache.h perf_counter tools: Introduce stricter C code checking 2009-05-27 08:10:35 +02:00
config.c
ctype.c
environment.c perf_counter tools: Add built-in pager support 2009-05-27 09:59:00 +02:00
exec_cmd.c
exec_cmd.h
generate-cmdlist.sh
help.c perf help: Fix bug when there's no perf-* command around 2009-06-03 20:09:11 +02:00
help.h
levenshtein.c
levenshtein.h
list.h perf_counter: Add our private copy of list.h 2009-05-26 13:52:55 +02:00
pager.c perf_counter tools: Add built-in pager support 2009-05-27 09:59:00 +02:00
parse-events.c perf_counter tools: Use hex2u64 in more places 2009-06-02 03:40:52 +02:00
parse-events.h perf stat: Convert to Git option parsing 2009-05-26 11:59:34 +02:00
parse-options.c perf_counter tools: Work around warnings in older GCCs 2009-06-03 21:50:44 +02:00
parse-options.h perf record: Use long arg for counter period 2009-06-03 14:14:31 +02:00
path.c
quote.c
quote.h
rbtree.c perf_counter: Use rb_trees in perf report 2009-05-26 13:52:55 +02:00
rbtree.h perf_counter: Use rb_trees in perf report 2009-05-26 13:52:55 +02:00
run-command.c
run-command.h
sigchain.c perf_counter tools: Add built-in pager support 2009-05-27 09:59:00 +02:00
sigchain.h perf_counter tools: Add built-in pager support 2009-05-27 09:59:00 +02:00
strbuf.c
strbuf.h
string.c perf_counter tools: Add string.[ch] 2009-06-02 03:40:42 +02:00
string.h perf_counter tools: Add string.[ch] 2009-06-02 03:40:42 +02:00
symbol.c perf_counter tools: Fix off-by-one bug in symbol__new 2009-06-03 21:46:59 +02:00
symbol.h perf_counter tools: Optionally pass a symbol filter to the dso load routines 2009-05-28 23:25:44 +02:00
usage.c
util.h perf_counter tools: Introduce stricter C code checking 2009-05-27 08:10:35 +02:00
wrapper.c