Bug 7097

Summary: Staprun: Don't open stp_cpu* when -L is specified
Product: systemtap Reporter: Masami Hiramatsu <mhiramat>
Component: runtimeAssignee: Masami Hiramatsu <mhiramat>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Attachments: [PATCH] prevent systemtap to make empty output file

Description Masami Hiramatsu 2008-12-12 20:34:48 UTC
When -L is passed to staprun, it doesn't need to open stp_cpu* because the
script will be detached soon.
Comment 1 Masami Hiramatsu 2008-12-17 17:39:01 UTC
Created attachment 3109 [details]
[PATCH] prevent systemtap to make empty output file

With this patch, staprun doesn't make output files(stpd_cpu*, or -o file) with
-L option.
Comment 2 Frank Ch. Eigler 2010-07-22 18:36:46 UTC
commit 552459b