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 Oct 2, 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 2, 2024
    Configuration menu
    Copy the full SHA
    0f25180 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 2, 2024
    Configuration menu
    Copy the full SHA
    30ee67e View commit details
    Browse the repository at this point in the history