From: Arnaldo Carvalho de Melo Date: Tue, 11 Jan 2011 22:56:53 +0000 (-0200) Subject: perf evsel: Introduce perf_evlist X-Git-Tag: v2.6.39-rc1~510^2~114^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=361c99a661a78ed22264649440e87fe4fe8da1f2;p=pandora-kernel.git perf evsel: Introduce perf_evlist Killing two more perf wide global variables: nr_counters and evsel_list as a list_head. There are more operations that will need more fields in perf_evlist, like the pollfd for polling all the fds in a list of evsel instances. Use option->value to pass the evsel_list to parse_{events,filters}. LKML-Reference: Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Mike Galbraith Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stephane Eranian Cc: Tom Zanussi Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed