From: Arnaldo Carvalho de Melo Date: Thu, 28 Nov 2013 14:50:41 +0000 (-0300) Subject: perf timechart: Move all_data per_pid list to 'struct timechart' X-Git-Tag: v3.14-rc1~171^2~18^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e22f6d22bae494ffc23da4032c477c54fd7c2d9;p=pandora-kernel.git perf timechart: Move all_data per_pid list to 'struct timechart' Removing another global variable. This one tho would be better done by using the machine infrastructure, searching for the 'struct thread' with a pid, then using thread->priv, etc. TODO list material for now. Cc: Adrian Hunter Cc: David Ahern Cc: Frederic Weisbecker Cc: Jiri Olsa Cc: Mike Galbraith Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Cc: Stanislav Fomichev Cc: Stephane Eranian Link: http://lkml.kernel.org/n/tip-yyfpudgjvr6mev4bue9u72a2@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed