From: Namhyung Kim Date: Mon, 11 Mar 2013 07:43:12 +0000 (+0900) Subject: perf evlist: Remove cpus and threads arguments from perf_evlist__new() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~119^2~16^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=334fe7a3c63624eb1bba42f81eb088d5665d9f3e;p=pandora-kernel.git perf evlist: Remove cpus and threads arguments from perf_evlist__new() It's almost always used with NULL for both arguments. Get rid of the arguments from the signature and use perf_evlist__set_maps() if needed. Signed-off-by: Namhyung Kim Cc: David Ahern Cc: Ingo Molnar Cc: Jiri Olsa Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1362987798-24969-1-git-send-email-namhyung@kernel.org [ committer note: replaced spaces with tabs in some of the affected lines ] Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed