add: proc|sys fs format_checker (tool)

This commit is contained in:
Ken Sato
2017-11-22 09:39:48 +09:00
parent 66f44e77af
commit 4e7069d499
38 changed files with 387 additions and 0 deletions

View File

@ -0,0 +1,3 @@
/sys/devices/system/cpu/cpu0/cache/index[0-1]/coherency_line_size
1
^[\d]+

View File

@ -0,0 +1,3 @@
/sys/devices/system/cpu/cpu0/cache/index[0-1]/level
1
^[\d]+

View File

@ -0,0 +1,3 @@
/sys/devices/system/cpu/cpu0/cache/index[0-1]/number_of_sets
1
^[\d]+

View File

@ -0,0 +1,3 @@
/sys/devices/system/cpu/cpu0/cache/index[0-1]/physical_line_partition
1
^[\d]+

View File

@ -0,0 +1,3 @@
/sys/devices/system/cpu/cpu0/cache/index[0-1]/shared_cpu_list
1
^[\d,\-]+

View File

@ -0,0 +1,3 @@
/sys/devices/system/cpu/cpu0/cache/index[0-1]/shared_cpu_map
1
^[\da-f,]+

View File

@ -0,0 +1,3 @@
/sys/devices/system/cpu/cpu0/cache/index[0-1]/size
1
^[\d]+K

View File

@ -0,0 +1,3 @@
/sys/devices/system/cpu/cpu0/cache/index[0-1]/type
1
^(Instruction|Data|Unified|Unknown)

View File

@ -0,0 +1,3 @@
/sys/devices/system/cpu/cpu0/cache/index[0-1]/ways_of_associativity
1
^[\d]+

View File

@ -0,0 +1,3 @@
/sys/devices/system/cpu/cpu1/online
1
^[0-1]

View File

@ -0,0 +1,3 @@
/sys/devices/system/cpu/cpu0/topology/core_id
1
^[\d]+

View File

@ -0,0 +1,3 @@
/sys/devices/system/cpu/cpu0/topology/core_siblings
1
^[\da-f,]+

View File

@ -0,0 +1,3 @@
/sys/devices/system/cpu/cpu0/topology/core_siblings_list
1
^[\d,\-]+

View File

@ -0,0 +1,3 @@
/sys/devices/system/cpu/cpu0/topology/physical_package_id
1
^[\d]+

View File

@ -0,0 +1,3 @@
/sys/devices/system/cpu/cpu0/topology/thread_siblings
1
^[\da-f,]+

View File

@ -0,0 +1,3 @@
/sys/devices/system/cpu/cpu0/topology/thread_siblings_list
1
^[\d,\-]+

View File

@ -0,0 +1,3 @@
/sys/devices/system/cpu/offline
2
^[\d,\-]*

View File

@ -0,0 +1,3 @@
/sys/devices/system/cpu/online
1
^[\d,\-]+

View File

@ -0,0 +1,3 @@
/sys/devices/system/cpu/possible
1
^[\d,\-]+

View File

@ -0,0 +1,3 @@
/sys/devices/system/cpu/present
1
^[\d,\-]+

View File

@ -0,0 +1,3 @@
/sys/devices/system/node/node0/cpumap
1
^[\d,\-]+

View File

@ -0,0 +1,3 @@
/sys/devices/system/node/node0/distance
1
^[\d\s]+

View File

@ -0,0 +1,3 @@
/sys/devices/system/node/online
1
^[\d,\-]+

View File

@ -0,0 +1,3 @@
/sys/devices/system/node/possible
1
^[\d,\-]+

View File

@ -0,0 +1,3 @@
/sys/devices/pci0000:00/0000:00:00.0/local_cpulist
1
^[\d,\-]+

View File

@ -0,0 +1,3 @@
/sys/devices/pci0000:00/0000:00:00.0/local_cpus
1
^[\da-f,]+