Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add regex support to attach_k[ret]probe #162

Merged
merged 1 commit into from
Aug 25, 2015
Merged

Add regex support to attach_k[ret]probe #162

merged 1 commit into from
Aug 25, 2015

Conversation

drzaeus77
Copy link
Collaborator

Add new event_re parameter to kprobe functions. This searches through
the list of functions/symbols in /available_filter_functions
for all matching functions. Every one is attached.

Add a test case for attach_k[ret]probe.

Fixes: #141
Signed-off-by: Brenden Blanco bblanco@plumgrid.com

Add new event_re parameter to kprobe functions. This searches through
the list of functions/symbols in <tracefs>/available_filter_functions
for all matching functions. Every one is attached.

Add a test case for attach_k[ret]probe.

Fixes: #141
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
4ast pushed a commit that referenced this pull request Aug 25, 2015
Add regex support to attach_k[ret]probe
@4ast 4ast merged commit 88fda69 into master Aug 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants