Bug 7097 - Staprun: Don't open stp_cpu* when -L is specified
Summary: Staprun: Don't open stp_cpu* when -L is specified
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: runtime (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Masami Hiramatsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-12 20:34 UTC by Masami Hiramatsu
Modified: 2010-07-22 18:36 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
[PATCH] prevent systemtap to make empty output file (425 bytes, patch)
2008-12-17 17:39 UTC, Masami Hiramatsu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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