• Frederic Weisbecker's avatar
    perf tools: Synthetize the targeted process · de896721
    Frederic Weisbecker authored
    Don't forget to also synthetize the targeted process from perf
    record or we'll miss its dso in the events and then we won't be
    able to deal with its build-id.
    
    We are missing it because it is created after the existing
    synthetized tasks but before the counters are enabled and can
    send its mapping event.
    Signed-off-by: default avatarFrederic Weisbecker <fweisbec@gmail.com>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
    Cc: Mike Galbraith <efault@gmx.de>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: Hitoshi Mitake <mitake@dcl.info.waseda.ac.jp>
    LKML-Reference: <1257911467-28276-1-git-send-email-fweisbec@gmail.com>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    de896721
builtin-record.c 14.9 KB