Bug 921 - support basic kprobes probe points kernel/module.function("....")
Summary: support basic kprobes probe points kernel/module.function("....")
Status: RESOLVED INVALID
Alias: None
Product: systemtap
Classification: Unclassified
Component: translator (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Graydon Hoare
URL:
Keywords:
Depends on: 1132 1133 1134
Blocks: 920
  Show dependency treegraph
 
Reported: 2005-05-02 16:25 UTC by Frank Ch. Eigler
Modified: 2005-09-06 19:46 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 2005-05-02 16:25:08 UTC
 
Comment 1 Graydon Hoare 2005-07-28 16:46:15 UTC
translator support is present for the following pattern types

kernel.function(0xf00)
kernel.statement(0xf00)
kernel.function("foo*")
kernel.function("foo*@file:line")
module("foo*").function(0xf00)
module("foo*").statement(0xf00)
module("foo*").function("foo*")
module("foo*").function("foo*@file:line")
Comment 2 Frank Ch. Eigler 2005-08-10 18:37:30 UTC
this be a tracker bug
Comment 3 Frank Ch. Eigler 2005-09-06 19:46:24 UTC
tracker schtracker