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

Merged
merged 2 commits into from
Oct 20, 2024

Commits on Oct 5, 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.
    
    Add `-mcpu=v3` in Makefile for softirqs or the shift op will lead
    to verifier errors.
    
    Reported-by: Tang Yizhou <[email protected]>
    Signed-off-by: Dantezy <[email protected]>
    ZhangYet committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    6d31f9c View commit details
    Browse the repository at this point in the history
  2. libbpf-tools/hardirqs: add --cpu/-s for hardirqs

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