• F
    perf sched: Rename struct lat_snapshot to struct work atoms · 17562205
    Frederic Weisbecker 提交于
    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: NFrederic 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: NIngo Molnar <mingo@elte.hu>
    17562205
builtin-sched.c 32.4 KB