add: proc|sys fs format_checker (tool)
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/cpu/cpu0/cache/index[0-1]/coherency_line_size
|
||||
1
|
||||
^[\d]+
|
||||
3
test/proc_sys_checker/sys/cpu_cpu_cache_index_level
Normal file
3
test/proc_sys_checker/sys/cpu_cpu_cache_index_level
Normal file
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/cpu/cpu0/cache/index[0-1]/level
|
||||
1
|
||||
^[\d]+
|
||||
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/cpu/cpu0/cache/index[0-1]/number_of_sets
|
||||
1
|
||||
^[\d]+
|
||||
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/cpu/cpu0/cache/index[0-1]/physical_line_partition
|
||||
1
|
||||
^[\d]+
|
||||
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/cpu/cpu0/cache/index[0-1]/shared_cpu_list
|
||||
1
|
||||
^[\d,\-]+
|
||||
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/cpu/cpu0/cache/index[0-1]/shared_cpu_map
|
||||
1
|
||||
^[\da-f,]+
|
||||
3
test/proc_sys_checker/sys/cpu_cpu_cache_index_size
Normal file
3
test/proc_sys_checker/sys/cpu_cpu_cache_index_size
Normal file
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/cpu/cpu0/cache/index[0-1]/size
|
||||
1
|
||||
^[\d]+K
|
||||
3
test/proc_sys_checker/sys/cpu_cpu_cache_index_type
Normal file
3
test/proc_sys_checker/sys/cpu_cpu_cache_index_type
Normal file
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/cpu/cpu0/cache/index[0-1]/type
|
||||
1
|
||||
^(Instruction|Data|Unified|Unknown)
|
||||
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/cpu/cpu0/cache/index[0-1]/ways_of_associativity
|
||||
1
|
||||
^[\d]+
|
||||
3
test/proc_sys_checker/sys/cpu_cpu_online
Normal file
3
test/proc_sys_checker/sys/cpu_cpu_online
Normal file
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/cpu/cpu1/online
|
||||
1
|
||||
^[0-1]
|
||||
3
test/proc_sys_checker/sys/cpu_cpu_topology_core_id
Normal file
3
test/proc_sys_checker/sys/cpu_cpu_topology_core_id
Normal file
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/cpu/cpu0/topology/core_id
|
||||
1
|
||||
^[\d]+
|
||||
3
test/proc_sys_checker/sys/cpu_cpu_topology_core_siblings
Normal file
3
test/proc_sys_checker/sys/cpu_cpu_topology_core_siblings
Normal file
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/cpu/cpu0/topology/core_siblings
|
||||
1
|
||||
^[\da-f,]+
|
||||
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/cpu/cpu0/topology/core_siblings_list
|
||||
1
|
||||
^[\d,\-]+
|
||||
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/cpu/cpu0/topology/physical_package_id
|
||||
1
|
||||
^[\d]+
|
||||
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/cpu/cpu0/topology/thread_siblings
|
||||
1
|
||||
^[\da-f,]+
|
||||
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/cpu/cpu0/topology/thread_siblings_list
|
||||
1
|
||||
^[\d,\-]+
|
||||
3
test/proc_sys_checker/sys/cpu_offline
Normal file
3
test/proc_sys_checker/sys/cpu_offline
Normal file
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/cpu/offline
|
||||
2
|
||||
^[\d,\-]*
|
||||
3
test/proc_sys_checker/sys/cpu_online
Normal file
3
test/proc_sys_checker/sys/cpu_online
Normal file
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/cpu/online
|
||||
1
|
||||
^[\d,\-]+
|
||||
3
test/proc_sys_checker/sys/cpu_possible
Normal file
3
test/proc_sys_checker/sys/cpu_possible
Normal file
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/cpu/possible
|
||||
1
|
||||
^[\d,\-]+
|
||||
3
test/proc_sys_checker/sys/cpu_present
Normal file
3
test/proc_sys_checker/sys/cpu_present
Normal file
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/cpu/present
|
||||
1
|
||||
^[\d,\-]+
|
||||
3
test/proc_sys_checker/sys/node_node_cpumap
Normal file
3
test/proc_sys_checker/sys/node_node_cpumap
Normal file
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/node/node0/cpumap
|
||||
1
|
||||
^[\d,\-]+
|
||||
3
test/proc_sys_checker/sys/node_node_distance
Normal file
3
test/proc_sys_checker/sys/node_node_distance
Normal file
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/node/node0/distance
|
||||
1
|
||||
^[\d\s]+
|
||||
3
test/proc_sys_checker/sys/node_online
Normal file
3
test/proc_sys_checker/sys/node_online
Normal file
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/node/online
|
||||
1
|
||||
^[\d,\-]+
|
||||
3
test/proc_sys_checker/sys/node_possible
Normal file
3
test/proc_sys_checker/sys/node_possible
Normal file
@ -0,0 +1,3 @@
|
||||
/sys/devices/system/node/possible
|
||||
1
|
||||
^[\d,\-]+
|
||||
3
test/proc_sys_checker/sys/pci_local_cpulist
Normal file
3
test/proc_sys_checker/sys/pci_local_cpulist
Normal file
@ -0,0 +1,3 @@
|
||||
/sys/devices/pci0000:00/0000:00:00.0/local_cpulist
|
||||
1
|
||||
^[\d,\-]+
|
||||
3
test/proc_sys_checker/sys/pci_local_cpus
Normal file
3
test/proc_sys_checker/sys/pci_local_cpus
Normal file
@ -0,0 +1,3 @@
|
||||
/sys/devices/pci0000:00/0000:00:00.0/local_cpus
|
||||
1
|
||||
^[\da-f,]+
|
||||
Reference in New Issue
Block a user