sysfs-bus-event_source-devices-dsa 1.3 KB

123456789101112131415161718192021222324252627282930
  1. What: /sys/bus/event_source/devices/dsa*/format
  2. Date: April 2021
  3. KernelVersion: 5.13
  4. Contact: Tom Zanussi <[email protected]>
  5. Description: Read-only. Attribute group to describe the magic bits
  6. that go into perf_event_attr.config or
  7. perf_event_attr.config1 for the IDXD DSA pmu. (See also
  8. ABI/testing/sysfs-bus-event_source-devices-format).
  9. Each attribute in this group defines a bit range in
  10. perf_event_attr.config or perf_event_attr.config1.
  11. All supported attributes are listed below (See the
  12. IDXD DSA Spec for possible attribute values)::
  13. event_category = "config:0-3" - event category
  14. event = "config:4-31" - event ID
  15. filter_wq = "config1:0-31" - workqueue filter
  16. filter_tc = "config1:32-39" - traffic class filter
  17. filter_pgsz = "config1:40-43" - page size filter
  18. filter_sz = "config1:44-51" - transfer size filter
  19. filter_eng = "config1:52-59" - engine filter
  20. What: /sys/bus/event_source/devices/dsa*/cpumask
  21. Date: April 2021
  22. KernelVersion: 5.13
  23. Contact: Tom Zanussi <[email protected]>
  24. Description: Read-only. This file always returns the cpu to which the
  25. IDXD DSA pmu is bound for access to all dsa pmu
  26. performance monitoring events.