perf sched: Rename struct lat_snapshot to struct work atoms
authorFrederic Weisbecker <fweisbec@gmail.com>
Sat, 12 Sep 2009 21:11:32 +0000 (23:11 +0200)
committerIngo Molnar <mingo@elte.hu>
Sun, 13 Sep 2009 08:22:46 +0000 (10:22 +0200)
commit175622053069afbd366ba3c6030b5af82f378d40
treece296ebcb62dfcddb68d0270c3019ed06379c29c
parent3e304147cdb404ce6d1dd0e50cb19f52142bb363
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 <fweisbec@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/builtin-sched.c