aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJiaran Zhang <[email protected]>2021-05-14 11:25:17 +0800
committerDavid S. Miller <[email protected]>2021-05-14 15:07:34 -0700
commit9149ca0f115acf44f8473c0a1e464e716c4ca83b (patch)
tree52675a77200749b9a1c109400321fa3907dd0cdd /tools/perf/scripts/python
parentd658ff34dd7ff9ccf13c59a7c464b55ca122977d (diff)
net: hns3: refactor dump intr of debugfs
Currently, the debugfs command for intr is implemented by "echo xxxx > cmd", and record the information in dmesg. It's unnecessary and heavy. To improve it, create a single file "interrupt_info" for it, and query it by command "cat interrupt_info", return the result to userspace, rather than record in dmesg. The display style is below: $cat interrupt_info num_nic_msi: 65 num_roce_msi: 65 num_msi_used: 2 num_msi_left: 128 Signed-off-by: Jiaran Zhang <[email protected]> Signed-off-by: Huazhong Tan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions