From: Namhyung Kim Date: Thu, 31 May 2012 05:51:46 +0000 (+0900) Subject: perf evlist: Pass third argument to ioctl explicitly X-Git-Tag: v3.5-rc2~10^2~9^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55da80059de6c7533724fcd95f16c5d5618ecf4d;p=pandora-kernel.git perf evlist: Pass third argument to ioctl explicitly The ioctl on perf event fd wants 3 arguments but we only passed 2. As the only user of the functions is perf record and it calls them for every event (regardless of group setting), just pass 0 for now. Signed-off-by: Namhyung Kim Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1338443506-25009-3-git-send-email-namhyung.kim@lge.com Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed