]> git.baikalelectronics.ru Git - kernel.git/commit
perf: Fix initialization bug in parse_single_tracepoint_event()
authorStephane Eranian <eranian@google.com>
Wed, 21 Apr 2010 16:06:01 +0000 (18:06 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Sat, 24 Apr 2010 01:24:09 +0000 (03:24 +0200)
commit1fdafa9b8277690724e03d3472a3bc52e62e36ac
tree43b0658fa9eacad178bbcbd57705b70e9fbd0951
parent327b133382fb33bc6a28e7894ee32006bb5acabf
perf: Fix initialization bug in parse_single_tracepoint_event()

The parse_single_tracepoint_event() was setting some attributes
before it validated the event was indeed a tracepoint event. This
caused problems with other initialization routines like in the
builtin-top.c module whereby sample_period is not set if not 0.

Signed-off-by: Stephane Eranian <eranian@google.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Ingo Molnar <mingo@elte.hu>
LKML-Reference: <4bcf232b.698fd80a.6fbe.ffffb737@mx.google.com>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
tools/perf/util/parse-events.c