This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/23226] New: stap foo.stp should search a path for sample foo.stp
- From: "fche at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Wed, 23 May 2018 18:28:11 +0000
- Subject: [Bug translator/23226] New: stap foo.stp should search a path for sample foo.stp
- Auto-submitted: auto-generated
https://sourceware.org/bugzilla/show_bug.cgi?id=23226
Bug ID: 23226
Summary: stap foo.stp should search a path for sample foo.stp
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: translator
Assignee: systemtap at sourceware dot org
Reporter: fche at redhat dot com
Target Milestone: ---
In order to make it easier to use the prepackaged systemtap samples, it'd be
good to let users run them without having to type the whole /usr/share/.../
path name.
Let's add a new command line option that searches the $(EXAMPLE_INSTALL_DIR)
also. Perhaps:
stap --search tcp_connections
which could ride on the same logic/db as the stap -i "sample" uses, and iff
there is one hit, select that one.
--
You are receiving this mail because:
You are the assignee for the bug.