• Mike Galbraith's avatar
    perf record: Fix the profiling of existing pid or whole box · ef65b2a0
    Mike Galbraith authored
    Perf record bails if no command argument is provided, so you can't use
    naked -a or -p to profile a running task or the whole box.
    
    Allow foreground profiling of an existing pid or the entire system.
    
    [ Impact: fix command option handling bug ]
    Signed-off-by: default avatarMike Galbraith <efault@gmx.de>
    Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
    Cc: Marcelo Tosatti <mtosatti@redhat.com>
    Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
    Cc: John Kacur <jkacur@redhat.com>
    LKML-Reference: <new-submission>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    ef65b2a0
builtin-record.c 10.1 KB