From: Frederic Weisbecker Date: Sat, 12 Sep 2009 21:11:32 +0000 (+0200) Subject: perf sched: Rename struct lat_snapshot to struct work atoms X-Git-Tag: v2.6.32-rc1~628^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=175622053069afbd366ba3c6030b5af82f378d40;p=pandora-kernel.git perf sched: Rename struct lat_snapshot to struct work atoms To measures the latencies, we capture the sched atoms data into a specific structure named struct lat_snapshot. As this structure can be used for other purposes of scheduler profiling and mirrors what happens in a thread work atom, lets rename it to struct work_atom and propagate this renaming in other functions and structures names to keep it coherent. Signed-off-by: Frederic Weisbecker Cc: Peter Zijlstra Cc: Mike Galbraith Cc: Paul Mackerras Cc: Arnaldo Carvalho de Melo Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed