From: Arnaldo Carvalho de Melo Date: Mon, 17 Jan 2011 16:40:46 +0000 (-0200) Subject: perf tools: Pass the struct opt to the wildcard parsing routine X-Git-Tag: v2.6.39-rc1~510^2~114^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17ea1b70a87e28457821318341bead2b45563092;p=pandora-kernel.git perf tools: Pass the struct opt to the wildcard parsing routine It is needed because it will call parse_event for each tracepoint name that matches, and we pass the perf_evlist via opt->value. Problem introduced in 4503fdd where my assumption about opt being always non NULL made me not look at callers of parse_events outside builtin-*.c. Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Mike Galbraith Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Cc: Tom Zanussi LKML-Reference: Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed