Skip to content
New issue

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

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

Already on GitHub? # to your account

Use /proc/kallsyms for regex filtering #1540

Merged
merged 1 commit into from
Jan 18, 2018

Conversation

pchaigno
Copy link
Contributor

Implements @palmtenor's suggestion, from #1537.

Use /proc/kallsyms instead of
/sys/kernel/debug/tracing/available_filter_functions.
available_filter_functions does not contain all traceable functions,
only those ftrace can use.

Not sure we should filter on t and w...?

Fixes #1537.

/cc @liu-song-6 @yonghong-song @palmtenor

instead of /sys/kernel/debug/tracing/available_filter_functions.
available_filter_functions does not contain all tracable functions,
only those ftrace can use.
Copy link
Collaborator

@yonghong-song yonghong-song left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@yonghong-song yonghong-song merged commit f1bb6ea into iovisor:master Jan 18, 2018
@pchaigno pchaigno deleted the regex-filtering-kallsyms branch January 18, 2018 20:10
@ur4t ur4t mentioned this pull request Jan 5, 2023
cfc4n added a commit to gojue/ebpfmanager that referenced this pull request Apr 26, 2023
cfc4n added a commit to gojue/ebpfmanager that referenced this pull request Apr 28, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants