Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
What: /sys/bus/event_source/devices/dsa*/format
|
|
Date: April 2021
|
|
KernelVersion: 5.13
|
|
Contact: Tom Zanussi <tom.zanussi@linux.intel.com>
|
|
Description: Read-only. Attribute group to describe the magic bits
|
|
that go into perf_event_attr.config or
|
|
perf_event_attr.config1 for the IDXD DSA pmu. (See also
|
|
ABI/testing/sysfs-bus-event_source-devices-format).
|
|
|
|
Each attribute in this group defines a bit range in
|
|
perf_event_attr.config or perf_event_attr.config1.
|
|
All supported attributes are listed below (See the
|
|
IDXD DSA Spec for possible attribute values)::
|
|
|
|
event_category = "config:0-3" - event category
|
|
event = "config:4-31" - event ID
|
|
|
|
filter_wq = "config1:0-31" - workqueue filter
|
|
filter_tc = "config1:32-39" - traffic class filter
|
|
filter_pgsz = "config1:40-43" - page size filter
|
|
filter_sz = "config1:44-51" - transfer size filter
|
|
filter_eng = "config1:52-59" - engine filter
|
|
|
|
What: /sys/bus/event_source/devices/dsa*/cpumask
|
|
Date: April 2021
|
|
KernelVersion: 5.13
|
|
Contact: Tom Zanussi <tom.zanussi@linux.intel.com>
|
|
Description: Read-only. This file always returns the cpu to which the
|
|
IDXD DSA pmu is bound for access to all dsa pmu
|
|
performance monitoring events.
|