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

List retprobes #1484

Merged
merged 1 commit into from
Aug 26, 2020
Merged

List retprobes #1484

merged 1 commit into from
Aug 26, 2020

Commits on Aug 26, 2020

  1. List retprobes

    `bpftrace -l` does not show retprobes (uretprobe, kretprobe, kretfunc)
    even if a search keyword is given (e.g., bpftrace -l 'kr:vfs_open'), and
    this may confuse users. List retprobes if a user searches them.
    
    Example:
    
    ```
    % sudo ./src/bpftrace -l 'kr:vfs*'
    kretprobe:vfs_fadvise
    kretprobe:vfs_fallocate
    kretprobe:vfs_truncate
    kretprobe:vfs_open
    [...]
    ```
    mmisono committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    e1d00ac View commit details
    Browse the repository at this point in the history