Bug 12992 - probe points based on source code searching for diff/patch patterns
Summary: probe points based on source code searching for diff/patch patterns
Status: NEW
Alias: None
Product: systemtap
Classification: Unclassified
Component: translator (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-12 21:11 UTC by Frank Ch. Eigler
Modified: 2012-05-08 18:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Ch. Eigler 2011-07-12 21:11:56 UTC
As an alternative to .statement probes, a user might want
to have systemtap match the debuginfo source code against
a piece of given source code.

Alternatively, could be similar to perf-probe's pattern matching, as in

probe FOO.statement("*@file.c:100-200").source("a = b.*;")