File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Documentation/admin-guide/perf Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ HNS3 PMU driver
16
16
17
17
The HNS3 PMU driver registers a perf PMU with the name of its sicl id.::
18
18
19
- /sys/devices/hns3_pmu_sicl_<sicl_id>
19
+ /sys/bus/event_source/ devices/hns3_pmu_sicl_<sicl_id>
20
20
21
21
PMU driver provides description of available events, filter modes, format,
22
22
identifier and cpumask in sysfs.
@@ -40,9 +40,9 @@ device.
40
40
41
41
Example usage of checking event code and subevent code::
42
42
43
- $# cat /sys/devices/hns3_pmu_sicl_0/events/dly_tx_normal_to_mac_time
43
+ $# cat /sys/bus/event_source/ devices/hns3_pmu_sicl_0/events/dly_tx_normal_to_mac_time
44
44
config=0x00204
45
- $# cat /sys/devices/hns3_pmu_sicl_0/events/dly_tx_normal_to_mac_packet_num
45
+ $# cat /sys/bus/event_source/ devices/hns3_pmu_sicl_0/events/dly_tx_normal_to_mac_packet_num
46
46
config=0x10204
47
47
48
48
Each performance statistic has a pair of events to get two values to
@@ -60,7 +60,7 @@ computation to calculate real performance data is:::
60
60
61
61
Example usage of checking supported filter mode::
62
62
63
- $# cat /sys/devices/hns3_pmu_sicl_0/filtermode/bw_ssu_rpu_byte_num
63
+ $# cat /sys/bus/event_source/ devices/hns3_pmu_sicl_0/filtermode/bw_ssu_rpu_byte_num
64
64
filter mode supported: global/port/port-tc/func/func-queue/
65
65
66
66
Example usage of perf::
You can’t perform that action at this time.
0 commit comments