http://sourceware.org/bugzilla/show_bug.cgi?id=13995 Bug #: 13995
Summary: support unparametrized module.* probes to mean
--all-modules
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: translator
AssignedTo:
systemtap@...
ReportedBy:
fche@...
Classification: Unclassified
It would be desirable to have a syntax to express module("*") probe points,
but where the wildcards are limited to the currently running modules.
We could take a hint from probe process.function("...") inferring the process
name from stap -c COMMAND, and interpret module.* or even moduel("*").* as
restricted if --all-modules was given.
--
Configure bugmail:
http://sourceware.org/bugzilla/userprefs.cgi?tab=email------- You are receiving this mail because: -------
You are the assignee for the bug.