diff options
Diffstat (limited to 'Documentation/ABI/testing/sysfs-devices-system-cpu')
-rw-r--r-- | Documentation/ABI/testing/sysfs-devices-system-cpu | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu b/Documentation/ABI/testing/sysfs-devices-system-cpu index 871acdbeed1a..2ade5c0809a0 100644 --- a/Documentation/ABI/testing/sysfs-devices-system-cpu +++ b/Documentation/ABI/testing/sysfs-devices-system-cpu | |||
@@ -38,6 +38,45 @@ Description: CPU topology files that describe kernel limits related to | |||
38 | See Documentation/cputopology.txt for more information. | 38 | See Documentation/cputopology.txt for more information. |
39 | 39 | ||
40 | 40 | ||
41 | What: /sys/devices/system/cpu/cpu#/topology/core_id | ||
42 | /sys/devices/system/cpu/cpu#/topology/core_siblings | ||
43 | /sys/devices/system/cpu/cpu#/topology/core_siblings_list | ||
44 | /sys/devices/system/cpu/cpu#/topology/physical_package_id | ||
45 | /sys/devices/system/cpu/cpu#/topology/thread_siblings | ||
46 | /sys/devices/system/cpu/cpu#/topology/thread_siblings_list | ||
47 | Date: December 2008 | ||
48 | Contact: Linux kernel mailing list <linux-kernel@vger.kernel.org> | ||
49 | Description: CPU topology files that describe a logical CPU's relationship | ||
50 | to other cores and threads in the same physical package. | ||
51 | |||
52 | One cpu# directory is created per logical CPU in the system, | ||
53 | e.g. /sys/devices/system/cpu/cpu42/. | ||
54 | |||
55 | Briefly, the files above are: | ||
56 | |||
57 | core_id: the CPU core ID of cpu#. Typically it is the | ||
58 | hardware platform's identifier (rather than the kernel's). | ||
59 | The actual value is architecture and platform dependent. | ||
60 | |||
61 | core_siblings: internal kernel map of cpu#'s hardware threads | ||
62 | within the same physical_package_id. | ||
63 | |||
64 | core_siblings_list: human-readable list of the logical CPU | ||
65 | numbers within the same physical_package_id as cpu#. | ||
66 | |||
67 | physical_package_id: physical package id of cpu#. Typically | ||
68 | corresponds to a physical socket number, but the actual value | ||
69 | is architecture and platform dependent. | ||
70 | |||
71 | thread_siblings: internel kernel map of cpu#'s hardware | ||
72 | threads within the same core as cpu# | ||
73 | |||
74 | thread_siblings_list: human-readable list of cpu#'s hardware | ||
75 | threads within the same core as cpu# | ||
76 | |||
77 | See Documentation/cputopology.txt for more information. | ||
78 | |||
79 | |||
41 | What: /sys/devices/system/cpu/cpu*/cache/index*/cache_disable_X | 80 | What: /sys/devices/system/cpu/cpu*/cache/index*/cache_disable_X |
42 | Date: August 2008 | 81 | Date: August 2008 |
43 | KernelVersion: 2.6.27 | 82 | KernelVersion: 2.6.27 |