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

libbpf-tools: add cpu filter for hardirqs/softirqs #5107

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 13, 2024

  1. libbpf-tools/softirqs: Add -c/--cpu option to filter cpu

    tools/softirqs.py supports `-c/--cpu` otption to filter cpu,
    It's reasonable to support a same otption for libbpf-tools/softirqs.
    
    Reported-by: Tang Yizhou <[email protected]>
    Signed-off-by: Dantezy <[email protected]>
    ZhangYet committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7466f69 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. libbpf-tools/hardirqs: add --cpu/-s for hardirqs

    Signed-off-by: Dantezy <[email protected]>
    ZhangYet committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    51dc102 View commit details
    Browse the repository at this point in the history