Bug 1928 - support more probe point wildcards
Summary: support more probe point wildcards
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: translator (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: David Smith
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-25 21:10 UTC by Frank Ch. Eigler
Modified: 2006-05-24 18:29 UTC (History)
0 users

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


Attachments
This patch adds support for wildcards such as "kernel.syscall.*read*". (1.50 KB, patch)
2006-05-24 18:29 UTC, David Smith
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Ch. Eigler 2005-11-25 21:10:12 UTC
Now that we have 
   probe kernel.syscall.*
people might also like
   probe kernel.syscall.*read*
Comment 1 David Smith 2006-05-24 18:29:04 UTC
Created attachment 1051 [details]
This patch adds support for wildcards such as "kernel.syscall.*read*".
Comment 2 David Smith 2006-05-24 18:29:54 UTC
The patch resolves this issue.