File: sysfs-bus-nvdimm

package info (click to toggle)
linux 6.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,532,052 kB
  • sloc: ansic: 23,400,063; asm: 266,720; sh: 108,896; makefile: 49,712; python: 36,925; perl: 36,810; cpp: 6,044; yacc: 4,904; lex: 2,722; awk: 1,440; ruby: 25; sed: 5
file content (43 lines) | stat: -rw-r--r-- 1,797 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
What:          nvdimm
Date:          July 2020
KernelVersion: 5.8
Contact:       Dan Williams <dan.j.williams@intel.com>
Description:

The libnvdimm sub-system implements a common sysfs interface for
platform nvdimm resources. See Documentation/driver-api/nvdimm/.

What:           /sys/bus/event_source/devices/nmemX/format
Date:           February 2022
KernelVersion:  5.18
Contact:        Kajol Jain <kjain@linux.ibm.com>
Description:	(RO) Attribute group to describe the magic bits
		that go into perf_event_attr.config for a particular pmu.
		(See ABI/testing/sysfs-bus-event_source-devices-format).

		Each attribute under this group defines a bit range of the
		perf_event_attr.config. Supported attribute is listed
		below::
		  event  = "config:0-4"  - event ID

		For example::
			ctl_res_cnt = "event=0x1"

What:           /sys/bus/event_source/devices/nmemX/events
Date:           February 2022
KernelVersion:  5.18
Contact:        Kajol Jain <kjain@linux.ibm.com>
Description:	(RO) Attribute group to describe performance monitoring events
                for the nvdimm memory device. Each attribute in this group
                describes a single performance monitoring event supported by
                this nvdimm pmu.  The name of the file is the name of the event.
                (See ABI/testing/sysfs-bus-event_source-devices-events). A
                listing of the events supported by a given nvdimm provider type
                can be found in Documentation/driver-api/nvdimm/$provider.

What:          /sys/bus/event_source/devices/nmemX/cpumask
Date:          February 2022
KernelVersion:  5.18
Contact:        Kajol Jain <kjain@linux.ibm.com>
Description:	(RO) This sysfs file exposes the cpumask which is designated to
		to retrieve nvdimm pmu event counter data.