> From: Borislav Petkov [mailto:[email protected]] > Sent: Friday, July 01, 2016 11:36 AM > To: Yu, Fenghua <[email protected]> > Cc: Luck, Tony <[email protected]>; Thomas Gleixner > <[email protected]>; Ingo Molnar <[email protected]>; Anvin, H Peter > <[email protected]>; Peter Zijlstra <[email protected]>; > Stephane Eranian <[email protected]>; Shankar, Ravi V > <[email protected]>; Vikas Shivappa > <[email protected]>; linux-kernel <linux- > [email protected]>; x86 <[email protected]> > Subject: Re: [PATCH] cacheinfo: Introduce cache id > > On Fri, Jul 01, 2016 at 06:01:06PM +0000, Yu, Fenghua wrote: > > Cache id is unique on the same level of cache across platform. > > Btw, I forgot to ask in the reply to Tony: how are those cache IDs exactly > going to be used? An example please... > > > Could you check cpu#/cache/index#/shared_cpu_map or shared_cpu_list. > > Bah, my kvm is on an AMD guest - forget what it says :-)
I haven't tested on AMD. But I think AMD should have the same code. Could you please check if /sys/device/system/cpu/cpu#/cache/index#/shared_cpu_map contains only the cpu itself? From the cache id you dump on KVM, it tells there are 8 cache leaf 0, 8 cache leaf 1, and 8 cache leaf 2. That means each CPU has its own 3 caches (I can't tell from the cache id which level they are. The cache/index#/level will tell that). If this is not the case, maybe cache id doesn't work on AMD. Maybe I don't enable cache id for AMD? > > > Cache id is unique on the same level across platform. > > > > #find /sys/device/system/cpu/. -name id|xargs cat > > Btw, you could do > > grep . /sys/devices/system/cpu/cpu*/cache/index*/id > > and it'll give you the absolute filepaths too, so that the output is parseable > easier. Thanks for the command. Here is more nicer info:) From the info, cache id on one level is unique on that level across the board. /sys/devices/system/cpu/cpu0/cache/index0/id:0 /sys/devices/system/cpu/cpu0/cache/index1/id:0 /sys/devices/system/cpu/cpu0/cache/index2/id:0 /sys/devices/system/cpu/cpu0/cache/index3/id:0 /sys/devices/system/cpu/cpu10/cache/index0/id:17 /sys/devices/system/cpu/cpu10/cache/index1/id:17 /sys/devices/system/cpu/cpu10/cache/index2/id:17 /sys/devices/system/cpu/cpu10/cache/index3/id:0 /sys/devices/system/cpu/cpu11/cache/index0/id:18 /sys/devices/system/cpu/cpu11/cache/index1/id:18 /sys/devices/system/cpu/cpu11/cache/index2/id:18 /sys/devices/system/cpu/cpu11/cache/index3/id:0 /sys/devices/system/cpu/cpu12/cache/index0/id:19 /sys/devices/system/cpu/cpu12/cache/index1/id:19 /sys/devices/system/cpu/cpu12/cache/index2/id:19 /sys/devices/system/cpu/cpu12/cache/index3/id:0 /sys/devices/system/cpu/cpu13/cache/index0/id:20 /sys/devices/system/cpu/cpu13/cache/index1/id:20 /sys/devices/system/cpu/cpu13/cache/index2/id:20 /sys/devices/system/cpu/cpu13/cache/index3/id:0 /sys/devices/system/cpu/cpu14/cache/index0/id:24 /sys/devices/system/cpu/cpu14/cache/index1/id:24 /sys/devices/system/cpu/cpu14/cache/index2/id:24 /sys/devices/system/cpu/cpu14/cache/index3/id:0 /sys/devices/system/cpu/cpu15/cache/index0/id:25 /sys/devices/system/cpu/cpu15/cache/index1/id:25 /sys/devices/system/cpu/cpu15/cache/index2/id:25 /sys/devices/system/cpu/cpu15/cache/index3/id:0 /sys/devices/system/cpu/cpu16/cache/index0/id:26 /sys/devices/system/cpu/cpu16/cache/index1/id:26 /sys/devices/system/cpu/cpu16/cache/index2/id:26 /sys/devices/system/cpu/cpu16/cache/index3/id:0 /sys/devices/system/cpu/cpu17/cache/index0/id:27 /sys/devices/system/cpu/cpu17/cache/index1/id:27 /sys/devices/system/cpu/cpu17/cache/index2/id:27 /sys/devices/system/cpu/cpu17/cache/index3/id:0 /sys/devices/system/cpu/cpu18/cache/index0/id:32 /sys/devices/system/cpu/cpu18/cache/index1/id:32 /sys/devices/system/cpu/cpu18/cache/index2/id:32 /sys/devices/system/cpu/cpu18/cache/index3/id:1 /sys/devices/system/cpu/cpu19/cache/index0/id:33 /sys/devices/system/cpu/cpu19/cache/index1/id:33 /sys/devices/system/cpu/cpu19/cache/index2/id:33 /sys/devices/system/cpu/cpu19/cache/index3/id:1 /sys/devices/system/cpu/cpu1/cache/index0/id:1 /sys/devices/system/cpu/cpu1/cache/index1/id:1 /sys/devices/system/cpu/cpu1/cache/index2/id:1 /sys/devices/system/cpu/cpu1/cache/index3/id:0 /sys/devices/system/cpu/cpu20/cache/index0/id:34 /sys/devices/system/cpu/cpu20/cache/index1/id:34 /sys/devices/system/cpu/cpu20/cache/index2/id:34 /sys/devices/system/cpu/cpu20/cache/index3/id:1 /sys/devices/system/cpu/cpu21/cache/index0/id:35 /sys/devices/system/cpu/cpu21/cache/index1/id:35 /sys/devices/system/cpu/cpu21/cache/index2/id:35 /sys/devices/system/cpu/cpu21/cache/index3/id:1 /sys/devices/system/cpu/cpu22/cache/index0/id:36 /sys/devices/system/cpu/cpu22/cache/index1/id:36 /sys/devices/system/cpu/cpu22/cache/index2/id:36 /sys/devices/system/cpu/cpu22/cache/index3/id:1 /sys/devices/system/cpu/cpu23/cache/index0/id:40 /sys/devices/system/cpu/cpu23/cache/index1/id:40 /sys/devices/system/cpu/cpu23/cache/index2/id:40 /sys/devices/system/cpu/cpu23/cache/index3/id:1 /sys/devices/system/cpu/cpu24/cache/index0/id:41 /sys/devices/system/cpu/cpu24/cache/index1/id:41 /sys/devices/system/cpu/cpu24/cache/index2/id:41 /sys/devices/system/cpu/cpu24/cache/index3/id:1 /sys/devices/system/cpu/cpu25/cache/index0/id:42 /sys/devices/system/cpu/cpu25/cache/index1/id:42 /sys/devices/system/cpu/cpu25/cache/index2/id:42 /sys/devices/system/cpu/cpu25/cache/index3/id:1 /sys/devices/system/cpu/cpu26/cache/index0/id:43 /sys/devices/system/cpu/cpu26/cache/index1/id:43 /sys/devices/system/cpu/cpu26/cache/index2/id:43 /sys/devices/system/cpu/cpu26/cache/index3/id:1 /sys/devices/system/cpu/cpu27/cache/index0/id:48 /sys/devices/system/cpu/cpu27/cache/index1/id:48 /sys/devices/system/cpu/cpu27/cache/index2/id:48 /sys/devices/system/cpu/cpu27/cache/index3/id:1 /sys/devices/system/cpu/cpu28/cache/index0/id:49 /sys/devices/system/cpu/cpu28/cache/index1/id:49 /sys/devices/system/cpu/cpu28/cache/index2/id:49 /sys/devices/system/cpu/cpu28/cache/index3/id:1 /sys/devices/system/cpu/cpu29/cache/index0/id:50 /sys/devices/system/cpu/cpu29/cache/index1/id:50 /sys/devices/system/cpu/cpu29/cache/index2/id:50 /sys/devices/system/cpu/cpu29/cache/index3/id:1 /sys/devices/system/cpu/cpu2/cache/index0/id:2 /sys/devices/system/cpu/cpu2/cache/index1/id:2 /sys/devices/system/cpu/cpu2/cache/index2/id:2 /sys/devices/system/cpu/cpu2/cache/index3/id:0 /sys/devices/system/cpu/cpu30/cache/index0/id:51 /sys/devices/system/cpu/cpu30/cache/index1/id:51 /sys/devices/system/cpu/cpu30/cache/index2/id:51 /sys/devices/system/cpu/cpu30/cache/index3/id:1 /sys/devices/system/cpu/cpu31/cache/index0/id:52 /sys/devices/system/cpu/cpu31/cache/index1/id:52 /sys/devices/system/cpu/cpu31/cache/index2/id:52 /sys/devices/system/cpu/cpu31/cache/index3/id:1 /sys/devices/system/cpu/cpu32/cache/index0/id:56 /sys/devices/system/cpu/cpu32/cache/index1/id:56 /sys/devices/system/cpu/cpu32/cache/index2/id:56 /sys/devices/system/cpu/cpu32/cache/index3/id:1 /sys/devices/system/cpu/cpu33/cache/index0/id:57 /sys/devices/system/cpu/cpu33/cache/index1/id:57 /sys/devices/system/cpu/cpu33/cache/index2/id:57 /sys/devices/system/cpu/cpu33/cache/index3/id:1 /sys/devices/system/cpu/cpu34/cache/index0/id:58 /sys/devices/system/cpu/cpu34/cache/index1/id:58 /sys/devices/system/cpu/cpu34/cache/index2/id:58 /sys/devices/system/cpu/cpu34/cache/index3/id:1 /sys/devices/system/cpu/cpu35/cache/index0/id:59 /sys/devices/system/cpu/cpu35/cache/index1/id:59 /sys/devices/system/cpu/cpu35/cache/index2/id:59 /sys/devices/system/cpu/cpu35/cache/index3/id:1 /sys/devices/system/cpu/cpu36/cache/index0/id:0 /sys/devices/system/cpu/cpu36/cache/index1/id:0 /sys/devices/system/cpu/cpu36/cache/index2/id:0 /sys/devices/system/cpu/cpu36/cache/index3/id:0 /sys/devices/system/cpu/cpu37/cache/index0/id:1 /sys/devices/system/cpu/cpu37/cache/index1/id:1 /sys/devices/system/cpu/cpu37/cache/index2/id:1 /sys/devices/system/cpu/cpu37/cache/index3/id:0 /sys/devices/system/cpu/cpu38/cache/index0/id:2 /sys/devices/system/cpu/cpu38/cache/index1/id:2 /sys/devices/system/cpu/cpu38/cache/index2/id:2 /sys/devices/system/cpu/cpu38/cache/index3/id:0 /sys/devices/system/cpu/cpu39/cache/index0/id:3 /sys/devices/system/cpu/cpu39/cache/index1/id:3 /sys/devices/system/cpu/cpu39/cache/index2/id:3 /sys/devices/system/cpu/cpu39/cache/index3/id:0 /sys/devices/system/cpu/cpu3/cache/index0/id:3 /sys/devices/system/cpu/cpu3/cache/index1/id:3 /sys/devices/system/cpu/cpu3/cache/index2/id:3 /sys/devices/system/cpu/cpu3/cache/index3/id:0 /sys/devices/system/cpu/cpu40/cache/index0/id:4 /sys/devices/system/cpu/cpu40/cache/index1/id:4 /sys/devices/system/cpu/cpu40/cache/index2/id:4 /sys/devices/system/cpu/cpu40/cache/index3/id:0 /sys/devices/system/cpu/cpu41/cache/index0/id:8 /sys/devices/system/cpu/cpu41/cache/index1/id:8 /sys/devices/system/cpu/cpu41/cache/index2/id:8 /sys/devices/system/cpu/cpu41/cache/index3/id:0 /sys/devices/system/cpu/cpu42/cache/index0/id:9 /sys/devices/system/cpu/cpu42/cache/index1/id:9 /sys/devices/system/cpu/cpu42/cache/index2/id:9 /sys/devices/system/cpu/cpu42/cache/index3/id:0 /sys/devices/system/cpu/cpu43/cache/index0/id:10 /sys/devices/system/cpu/cpu43/cache/index1/id:10 /sys/devices/system/cpu/cpu43/cache/index2/id:10 /sys/devices/system/cpu/cpu43/cache/index3/id:0 /sys/devices/system/cpu/cpu44/cache/index0/id:11 /sys/devices/system/cpu/cpu44/cache/index1/id:11 /sys/devices/system/cpu/cpu44/cache/index2/id:11 /sys/devices/system/cpu/cpu44/cache/index3/id:0 /sys/devices/system/cpu/cpu45/cache/index0/id:16 /sys/devices/system/cpu/cpu45/cache/index1/id:16 /sys/devices/system/cpu/cpu45/cache/index2/id:16 /sys/devices/system/cpu/cpu45/cache/index3/id:0 /sys/devices/system/cpu/cpu46/cache/index0/id:17 /sys/devices/system/cpu/cpu46/cache/index1/id:17 /sys/devices/system/cpu/cpu46/cache/index2/id:17 /sys/devices/system/cpu/cpu46/cache/index3/id:0 /sys/devices/system/cpu/cpu47/cache/index0/id:18 /sys/devices/system/cpu/cpu47/cache/index1/id:18 /sys/devices/system/cpu/cpu47/cache/index2/id:18 /sys/devices/system/cpu/cpu47/cache/index3/id:0 /sys/devices/system/cpu/cpu48/cache/index0/id:19 /sys/devices/system/cpu/cpu48/cache/index1/id:19 /sys/devices/system/cpu/cpu48/cache/index2/id:19 /sys/devices/system/cpu/cpu48/cache/index3/id:0 /sys/devices/system/cpu/cpu49/cache/index0/id:20 /sys/devices/system/cpu/cpu49/cache/index1/id:20 /sys/devices/system/cpu/cpu49/cache/index2/id:20 /sys/devices/system/cpu/cpu49/cache/index3/id:0 /sys/devices/system/cpu/cpu4/cache/index0/id:4 /sys/devices/system/cpu/cpu4/cache/index1/id:4 /sys/devices/system/cpu/cpu4/cache/index2/id:4 /sys/devices/system/cpu/cpu4/cache/index3/id:0 /sys/devices/system/cpu/cpu50/cache/index0/id:24 /sys/devices/system/cpu/cpu50/cache/index1/id:24 /sys/devices/system/cpu/cpu50/cache/index2/id:24 /sys/devices/system/cpu/cpu50/cache/index3/id:0 /sys/devices/system/cpu/cpu51/cache/index0/id:25 /sys/devices/system/cpu/cpu51/cache/index1/id:25 /sys/devices/system/cpu/cpu51/cache/index2/id:25 /sys/devices/system/cpu/cpu51/cache/index3/id:0 /sys/devices/system/cpu/cpu52/cache/index0/id:26 /sys/devices/system/cpu/cpu52/cache/index1/id:26 /sys/devices/system/cpu/cpu52/cache/index2/id:26 /sys/devices/system/cpu/cpu52/cache/index3/id:0 /sys/devices/system/cpu/cpu53/cache/index0/id:27 /sys/devices/system/cpu/cpu53/cache/index1/id:27 /sys/devices/system/cpu/cpu53/cache/index2/id:27 /sys/devices/system/cpu/cpu53/cache/index3/id:0 /sys/devices/system/cpu/cpu54/cache/index0/id:32 /sys/devices/system/cpu/cpu54/cache/index1/id:32 /sys/devices/system/cpu/cpu54/cache/index2/id:32 /sys/devices/system/cpu/cpu54/cache/index3/id:1 /sys/devices/system/cpu/cpu55/cache/index0/id:33 /sys/devices/system/cpu/cpu55/cache/index1/id:33 /sys/devices/system/cpu/cpu55/cache/index2/id:33 /sys/devices/system/cpu/cpu55/cache/index3/id:1 /sys/devices/system/cpu/cpu56/cache/index0/id:34 /sys/devices/system/cpu/cpu56/cache/index1/id:34 /sys/devices/system/cpu/cpu56/cache/index2/id:34 /sys/devices/system/cpu/cpu56/cache/index3/id:1 /sys/devices/system/cpu/cpu57/cache/index0/id:35 /sys/devices/system/cpu/cpu57/cache/index1/id:35 /sys/devices/system/cpu/cpu57/cache/index2/id:35 /sys/devices/system/cpu/cpu57/cache/index3/id:1 /sys/devices/system/cpu/cpu58/cache/index0/id:36 /sys/devices/system/cpu/cpu58/cache/index1/id:36 /sys/devices/system/cpu/cpu58/cache/index2/id:36 /sys/devices/system/cpu/cpu58/cache/index3/id:1 /sys/devices/system/cpu/cpu59/cache/index0/id:40 /sys/devices/system/cpu/cpu59/cache/index1/id:40 /sys/devices/system/cpu/cpu59/cache/index2/id:40 /sys/devices/system/cpu/cpu59/cache/index3/id:1 /sys/devices/system/cpu/cpu5/cache/index0/id:8 /sys/devices/system/cpu/cpu5/cache/index1/id:8 /sys/devices/system/cpu/cpu5/cache/index2/id:8 /sys/devices/system/cpu/cpu5/cache/index3/id:0 /sys/devices/system/cpu/cpu60/cache/index0/id:41 /sys/devices/system/cpu/cpu60/cache/index1/id:41 /sys/devices/system/cpu/cpu60/cache/index2/id:41 /sys/devices/system/cpu/cpu60/cache/index3/id:1 /sys/devices/system/cpu/cpu61/cache/index0/id:42 /sys/devices/system/cpu/cpu61/cache/index1/id:42 /sys/devices/system/cpu/cpu61/cache/index2/id:42 /sys/devices/system/cpu/cpu61/cache/index3/id:1 /sys/devices/system/cpu/cpu62/cache/index0/id:43 /sys/devices/system/cpu/cpu62/cache/index1/id:43 /sys/devices/system/cpu/cpu62/cache/index2/id:43 /sys/devices/system/cpu/cpu62/cache/index3/id:1 /sys/devices/system/cpu/cpu63/cache/index0/id:48 /sys/devices/system/cpu/cpu63/cache/index1/id:48 /sys/devices/system/cpu/cpu63/cache/index2/id:48 /sys/devices/system/cpu/cpu63/cache/index3/id:1 /sys/devices/system/cpu/cpu64/cache/index0/id:49 /sys/devices/system/cpu/cpu64/cache/index1/id:49 /sys/devices/system/cpu/cpu64/cache/index2/id:49 /sys/devices/system/cpu/cpu64/cache/index3/id:1 /sys/devices/system/cpu/cpu65/cache/index0/id:50 /sys/devices/system/cpu/cpu65/cache/index1/id:50 /sys/devices/system/cpu/cpu65/cache/index2/id:50 /sys/devices/system/cpu/cpu65/cache/index3/id:1 /sys/devices/system/cpu/cpu66/cache/index0/id:51 /sys/devices/system/cpu/cpu66/cache/index1/id:51 /sys/devices/system/cpu/cpu66/cache/index2/id:51 /sys/devices/system/cpu/cpu66/cache/index3/id:1 /sys/devices/system/cpu/cpu67/cache/index0/id:52 /sys/devices/system/cpu/cpu67/cache/index1/id:52 /sys/devices/system/cpu/cpu67/cache/index2/id:52 /sys/devices/system/cpu/cpu67/cache/index3/id:1 /sys/devices/system/cpu/cpu68/cache/index0/id:56 /sys/devices/system/cpu/cpu68/cache/index1/id:56 /sys/devices/system/cpu/cpu68/cache/index2/id:56 /sys/devices/system/cpu/cpu68/cache/index3/id:1 /sys/devices/system/cpu/cpu69/cache/index0/id:57 /sys/devices/system/cpu/cpu69/cache/index1/id:57 /sys/devices/system/cpu/cpu69/cache/index2/id:57 /sys/devices/system/cpu/cpu69/cache/index3/id:1 /sys/devices/system/cpu/cpu6/cache/index0/id:9 /sys/devices/system/cpu/cpu6/cache/index1/id:9 /sys/devices/system/cpu/cpu6/cache/index2/id:9 /sys/devices/system/cpu/cpu6/cache/index3/id:0 /sys/devices/system/cpu/cpu70/cache/index0/id:58 /sys/devices/system/cpu/cpu70/cache/index1/id:58 /sys/devices/system/cpu/cpu70/cache/index2/id:58 /sys/devices/system/cpu/cpu70/cache/index3/id:1 /sys/devices/system/cpu/cpu71/cache/index0/id:59 /sys/devices/system/cpu/cpu71/cache/index1/id:59 /sys/devices/system/cpu/cpu71/cache/index2/id:59 /sys/devices/system/cpu/cpu71/cache/index3/id:1 /sys/devices/system/cpu/cpu7/cache/index0/id:10 /sys/devices/system/cpu/cpu7/cache/index1/id:10 /sys/devices/system/cpu/cpu7/cache/index2/id:10 /sys/devices/system/cpu/cpu7/cache/index3/id:0 /sys/devices/system/cpu/cpu8/cache/index0/id:11 /sys/devices/system/cpu/cpu8/cache/index1/id:11 /sys/devices/system/cpu/cpu8/cache/index2/id:11 /sys/devices/system/cpu/cpu8/cache/index3/id:0 /sys/devices/system/cpu/cpu9/cache/index0/id:16 /sys/devices/system/cpu/cpu9/cache/index1/id:16 /sys/devices/system/cpu/cpu9/cache/index2/id:16 /sys/devices/system/cpu/cpu9/cache/index3/id:0 /sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_list:0,36 /sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_list:0,36 /sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_list:0,36 /sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu10/cache/index0/shared_cpu_list:10,46 /sys/devices/system/cpu/cpu10/cache/index1/shared_cpu_list:10,46 /sys/devices/system/cpu/cpu10/cache/index2/shared_cpu_list:10,46 /sys/devices/system/cpu/cpu10/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu11/cache/index0/shared_cpu_list:11,47 /sys/devices/system/cpu/cpu11/cache/index1/shared_cpu_list:11,47 /sys/devices/system/cpu/cpu11/cache/index2/shared_cpu_list:11,47 /sys/devices/system/cpu/cpu11/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu12/cache/index0/shared_cpu_list:12,48 /sys/devices/system/cpu/cpu12/cache/index1/shared_cpu_list:12,48 /sys/devices/system/cpu/cpu12/cache/index2/shared_cpu_list:12,48 /sys/devices/system/cpu/cpu12/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu13/cache/index0/shared_cpu_list:13,49 /sys/devices/system/cpu/cpu13/cache/index1/shared_cpu_list:13,49 /sys/devices/system/cpu/cpu13/cache/index2/shared_cpu_list:13,49 /sys/devices/system/cpu/cpu13/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu14/cache/index0/shared_cpu_list:14,50 /sys/devices/system/cpu/cpu14/cache/index1/shared_cpu_list:14,50 /sys/devices/system/cpu/cpu14/cache/index2/shared_cpu_list:14,50 /sys/devices/system/cpu/cpu14/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu15/cache/index0/shared_cpu_list:15,51 /sys/devices/system/cpu/cpu15/cache/index1/shared_cpu_list:15,51 /sys/devices/system/cpu/cpu15/cache/index2/shared_cpu_list:15,51 /sys/devices/system/cpu/cpu15/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu16/cache/index0/shared_cpu_list:16,52 /sys/devices/system/cpu/cpu16/cache/index1/shared_cpu_list:16,52 /sys/devices/system/cpu/cpu16/cache/index2/shared_cpu_list:16,52 /sys/devices/system/cpu/cpu16/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu17/cache/index0/shared_cpu_list:17,53 /sys/devices/system/cpu/cpu17/cache/index1/shared_cpu_list:17,53 /sys/devices/system/cpu/cpu17/cache/index2/shared_cpu_list:17,53 /sys/devices/system/cpu/cpu17/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu18/cache/index0/shared_cpu_list:18,54 /sys/devices/system/cpu/cpu18/cache/index1/shared_cpu_list:18,54 /sys/devices/system/cpu/cpu18/cache/index2/shared_cpu_list:18,54 /sys/devices/system/cpu/cpu18/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu19/cache/index0/shared_cpu_list:19,55 /sys/devices/system/cpu/cpu19/cache/index1/shared_cpu_list:19,55 /sys/devices/system/cpu/cpu19/cache/index2/shared_cpu_list:19,55 /sys/devices/system/cpu/cpu19/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_list:1,37 /sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_list:1,37 /sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_list:1,37 /sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu20/cache/index0/shared_cpu_list:20,56 /sys/devices/system/cpu/cpu20/cache/index1/shared_cpu_list:20,56 /sys/devices/system/cpu/cpu20/cache/index2/shared_cpu_list:20,56 /sys/devices/system/cpu/cpu20/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu21/cache/index0/shared_cpu_list:21,57 /sys/devices/system/cpu/cpu21/cache/index1/shared_cpu_list:21,57 /sys/devices/system/cpu/cpu21/cache/index2/shared_cpu_list:21,57 /sys/devices/system/cpu/cpu21/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu22/cache/index0/shared_cpu_list:22,58 /sys/devices/system/cpu/cpu22/cache/index1/shared_cpu_list:22,58 /sys/devices/system/cpu/cpu22/cache/index2/shared_cpu_list:22,58 /sys/devices/system/cpu/cpu22/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu23/cache/index0/shared_cpu_list:23,59 /sys/devices/system/cpu/cpu23/cache/index1/shared_cpu_list:23,59 /sys/devices/system/cpu/cpu23/cache/index2/shared_cpu_list:23,59 /sys/devices/system/cpu/cpu23/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu24/cache/index0/shared_cpu_list:24,60 /sys/devices/system/cpu/cpu24/cache/index1/shared_cpu_list:24,60 /sys/devices/system/cpu/cpu24/cache/index2/shared_cpu_list:24,60 /sys/devices/system/cpu/cpu24/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu25/cache/index0/shared_cpu_list:25,61 /sys/devices/system/cpu/cpu25/cache/index1/shared_cpu_list:25,61 /sys/devices/system/cpu/cpu25/cache/index2/shared_cpu_list:25,61 /sys/devices/system/cpu/cpu25/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu26/cache/index0/shared_cpu_list:26,62 /sys/devices/system/cpu/cpu26/cache/index1/shared_cpu_list:26,62 /sys/devices/system/cpu/cpu26/cache/index2/shared_cpu_list:26,62 /sys/devices/system/cpu/cpu26/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu27/cache/index0/shared_cpu_list:27,63 /sys/devices/system/cpu/cpu27/cache/index1/shared_cpu_list:27,63 /sys/devices/system/cpu/cpu27/cache/index2/shared_cpu_list:27,63 /sys/devices/system/cpu/cpu27/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu28/cache/index0/shared_cpu_list:28,64 /sys/devices/system/cpu/cpu28/cache/index1/shared_cpu_list:28,64 /sys/devices/system/cpu/cpu28/cache/index2/shared_cpu_list:28,64 /sys/devices/system/cpu/cpu28/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu29/cache/index0/shared_cpu_list:29,65 /sys/devices/system/cpu/cpu29/cache/index1/shared_cpu_list:29,65 /sys/devices/system/cpu/cpu29/cache/index2/shared_cpu_list:29,65 /sys/devices/system/cpu/cpu29/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_list:2,38 /sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_list:2,38 /sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_list:2,38 /sys/devices/system/cpu/cpu2/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu30/cache/index0/shared_cpu_list:30,66 /sys/devices/system/cpu/cpu30/cache/index1/shared_cpu_list:30,66 /sys/devices/system/cpu/cpu30/cache/index2/shared_cpu_list:30,66 /sys/devices/system/cpu/cpu30/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu31/cache/index0/shared_cpu_list:31,67 /sys/devices/system/cpu/cpu31/cache/index1/shared_cpu_list:31,67 /sys/devices/system/cpu/cpu31/cache/index2/shared_cpu_list:31,67 /sys/devices/system/cpu/cpu31/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu32/cache/index0/shared_cpu_list:32,68 /sys/devices/system/cpu/cpu32/cache/index1/shared_cpu_list:32,68 /sys/devices/system/cpu/cpu32/cache/index2/shared_cpu_list:32,68 /sys/devices/system/cpu/cpu32/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu33/cache/index0/shared_cpu_list:33,69 /sys/devices/system/cpu/cpu33/cache/index1/shared_cpu_list:33,69 /sys/devices/system/cpu/cpu33/cache/index2/shared_cpu_list:33,69 /sys/devices/system/cpu/cpu33/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu34/cache/index0/shared_cpu_list:34,70 /sys/devices/system/cpu/cpu34/cache/index1/shared_cpu_list:34,70 /sys/devices/system/cpu/cpu34/cache/index2/shared_cpu_list:34,70 /sys/devices/system/cpu/cpu34/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu35/cache/index0/shared_cpu_list:35,71 /sys/devices/system/cpu/cpu35/cache/index1/shared_cpu_list:35,71 /sys/devices/system/cpu/cpu35/cache/index2/shared_cpu_list:35,71 /sys/devices/system/cpu/cpu35/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu36/cache/index0/shared_cpu_list:0,36 /sys/devices/system/cpu/cpu36/cache/index1/shared_cpu_list:0,36 /sys/devices/system/cpu/cpu36/cache/index2/shared_cpu_list:0,36 /sys/devices/system/cpu/cpu36/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu37/cache/index0/shared_cpu_list:1,37 /sys/devices/system/cpu/cpu37/cache/index1/shared_cpu_list:1,37 /sys/devices/system/cpu/cpu37/cache/index2/shared_cpu_list:1,37 /sys/devices/system/cpu/cpu37/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu38/cache/index0/shared_cpu_list:2,38 /sys/devices/system/cpu/cpu38/cache/index1/shared_cpu_list:2,38 /sys/devices/system/cpu/cpu38/cache/index2/shared_cpu_list:2,38 /sys/devices/system/cpu/cpu38/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu39/cache/index0/shared_cpu_list:3,39 /sys/devices/system/cpu/cpu39/cache/index1/shared_cpu_list:3,39 /sys/devices/system/cpu/cpu39/cache/index2/shared_cpu_list:3,39 /sys/devices/system/cpu/cpu39/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_list:3,39 /sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_list:3,39 /sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_list:3,39 /sys/devices/system/cpu/cpu3/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu40/cache/index0/shared_cpu_list:4,40 /sys/devices/system/cpu/cpu40/cache/index1/shared_cpu_list:4,40 /sys/devices/system/cpu/cpu40/cache/index2/shared_cpu_list:4,40 /sys/devices/system/cpu/cpu40/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu41/cache/index0/shared_cpu_list:5,41 /sys/devices/system/cpu/cpu41/cache/index1/shared_cpu_list:5,41 /sys/devices/system/cpu/cpu41/cache/index2/shared_cpu_list:5,41 /sys/devices/system/cpu/cpu41/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu42/cache/index0/shared_cpu_list:6,42 /sys/devices/system/cpu/cpu42/cache/index1/shared_cpu_list:6,42 /sys/devices/system/cpu/cpu42/cache/index2/shared_cpu_list:6,42 /sys/devices/system/cpu/cpu42/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu43/cache/index0/shared_cpu_list:7,43 /sys/devices/system/cpu/cpu43/cache/index1/shared_cpu_list:7,43 /sys/devices/system/cpu/cpu43/cache/index2/shared_cpu_list:7,43 /sys/devices/system/cpu/cpu43/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu44/cache/index0/shared_cpu_list:8,44 /sys/devices/system/cpu/cpu44/cache/index1/shared_cpu_list:8,44 /sys/devices/system/cpu/cpu44/cache/index2/shared_cpu_list:8,44 /sys/devices/system/cpu/cpu44/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu45/cache/index0/shared_cpu_list:9,45 /sys/devices/system/cpu/cpu45/cache/index1/shared_cpu_list:9,45 /sys/devices/system/cpu/cpu45/cache/index2/shared_cpu_list:9,45 /sys/devices/system/cpu/cpu45/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu46/cache/index0/shared_cpu_list:10,46 /sys/devices/system/cpu/cpu46/cache/index1/shared_cpu_list:10,46 /sys/devices/system/cpu/cpu46/cache/index2/shared_cpu_list:10,46 /sys/devices/system/cpu/cpu46/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu47/cache/index0/shared_cpu_list:11,47 /sys/devices/system/cpu/cpu47/cache/index1/shared_cpu_list:11,47 /sys/devices/system/cpu/cpu47/cache/index2/shared_cpu_list:11,47 /sys/devices/system/cpu/cpu47/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu48/cache/index0/shared_cpu_list:12,48 /sys/devices/system/cpu/cpu48/cache/index1/shared_cpu_list:12,48 /sys/devices/system/cpu/cpu48/cache/index2/shared_cpu_list:12,48 /sys/devices/system/cpu/cpu48/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu49/cache/index0/shared_cpu_list:13,49 /sys/devices/system/cpu/cpu49/cache/index1/shared_cpu_list:13,49 /sys/devices/system/cpu/cpu49/cache/index2/shared_cpu_list:13,49 /sys/devices/system/cpu/cpu49/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_list:4,40 /sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_list:4,40 /sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_list:4,40 /sys/devices/system/cpu/cpu4/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu50/cache/index0/shared_cpu_list:14,50 /sys/devices/system/cpu/cpu50/cache/index1/shared_cpu_list:14,50 /sys/devices/system/cpu/cpu50/cache/index2/shared_cpu_list:14,50 /sys/devices/system/cpu/cpu50/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu51/cache/index0/shared_cpu_list:15,51 /sys/devices/system/cpu/cpu51/cache/index1/shared_cpu_list:15,51 /sys/devices/system/cpu/cpu51/cache/index2/shared_cpu_list:15,51 /sys/devices/system/cpu/cpu51/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu52/cache/index0/shared_cpu_list:16,52 /sys/devices/system/cpu/cpu52/cache/index1/shared_cpu_list:16,52 /sys/devices/system/cpu/cpu52/cache/index2/shared_cpu_list:16,52 /sys/devices/system/cpu/cpu52/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu53/cache/index0/shared_cpu_list:17,53 /sys/devices/system/cpu/cpu53/cache/index1/shared_cpu_list:17,53 /sys/devices/system/cpu/cpu53/cache/index2/shared_cpu_list:17,53 /sys/devices/system/cpu/cpu53/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu54/cache/index0/shared_cpu_list:18,54 /sys/devices/system/cpu/cpu54/cache/index1/shared_cpu_list:18,54 /sys/devices/system/cpu/cpu54/cache/index2/shared_cpu_list:18,54 /sys/devices/system/cpu/cpu54/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu55/cache/index0/shared_cpu_list:19,55 /sys/devices/system/cpu/cpu55/cache/index1/shared_cpu_list:19,55 /sys/devices/system/cpu/cpu55/cache/index2/shared_cpu_list:19,55 /sys/devices/system/cpu/cpu55/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu56/cache/index0/shared_cpu_list:20,56 /sys/devices/system/cpu/cpu56/cache/index1/shared_cpu_list:20,56 /sys/devices/system/cpu/cpu56/cache/index2/shared_cpu_list:20,56 /sys/devices/system/cpu/cpu56/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu57/cache/index0/shared_cpu_list:21,57 /sys/devices/system/cpu/cpu57/cache/index1/shared_cpu_list:21,57 /sys/devices/system/cpu/cpu57/cache/index2/shared_cpu_list:21,57 /sys/devices/system/cpu/cpu57/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu58/cache/index0/shared_cpu_list:22,58 /sys/devices/system/cpu/cpu58/cache/index1/shared_cpu_list:22,58 /sys/devices/system/cpu/cpu58/cache/index2/shared_cpu_list:22,58 /sys/devices/system/cpu/cpu58/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu59/cache/index0/shared_cpu_list:23,59 /sys/devices/system/cpu/cpu59/cache/index1/shared_cpu_list:23,59 /sys/devices/system/cpu/cpu59/cache/index2/shared_cpu_list:23,59 /sys/devices/system/cpu/cpu59/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_list:5,41 /sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_list:5,41 /sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_list:5,41 /sys/devices/system/cpu/cpu5/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu60/cache/index0/shared_cpu_list:24,60 /sys/devices/system/cpu/cpu60/cache/index1/shared_cpu_list:24,60 /sys/devices/system/cpu/cpu60/cache/index2/shared_cpu_list:24,60 /sys/devices/system/cpu/cpu60/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu61/cache/index0/shared_cpu_list:25,61 /sys/devices/system/cpu/cpu61/cache/index1/shared_cpu_list:25,61 /sys/devices/system/cpu/cpu61/cache/index2/shared_cpu_list:25,61 /sys/devices/system/cpu/cpu61/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu62/cache/index0/shared_cpu_list:26,62 /sys/devices/system/cpu/cpu62/cache/index1/shared_cpu_list:26,62 /sys/devices/system/cpu/cpu62/cache/index2/shared_cpu_list:26,62 /sys/devices/system/cpu/cpu62/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu63/cache/index0/shared_cpu_list:27,63 /sys/devices/system/cpu/cpu63/cache/index1/shared_cpu_list:27,63 /sys/devices/system/cpu/cpu63/cache/index2/shared_cpu_list:27,63 /sys/devices/system/cpu/cpu63/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu64/cache/index0/shared_cpu_list:28,64 /sys/devices/system/cpu/cpu64/cache/index1/shared_cpu_list:28,64 /sys/devices/system/cpu/cpu64/cache/index2/shared_cpu_list:28,64 /sys/devices/system/cpu/cpu64/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu65/cache/index0/shared_cpu_list:29,65 /sys/devices/system/cpu/cpu65/cache/index1/shared_cpu_list:29,65 /sys/devices/system/cpu/cpu65/cache/index2/shared_cpu_list:29,65 /sys/devices/system/cpu/cpu65/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu66/cache/index0/shared_cpu_list:30,66 /sys/devices/system/cpu/cpu66/cache/index1/shared_cpu_list:30,66 /sys/devices/system/cpu/cpu66/cache/index2/shared_cpu_list:30,66 /sys/devices/system/cpu/cpu66/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu67/cache/index0/shared_cpu_list:31,67 /sys/devices/system/cpu/cpu67/cache/index1/shared_cpu_list:31,67 /sys/devices/system/cpu/cpu67/cache/index2/shared_cpu_list:31,67 /sys/devices/system/cpu/cpu67/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu68/cache/index0/shared_cpu_list:32,68 /sys/devices/system/cpu/cpu68/cache/index1/shared_cpu_list:32,68 /sys/devices/system/cpu/cpu68/cache/index2/shared_cpu_list:32,68 /sys/devices/system/cpu/cpu68/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu69/cache/index0/shared_cpu_list:33,69 /sys/devices/system/cpu/cpu69/cache/index1/shared_cpu_list:33,69 /sys/devices/system/cpu/cpu69/cache/index2/shared_cpu_list:33,69 /sys/devices/system/cpu/cpu69/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_list:6,42 /sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_list:6,42 /sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_list:6,42 /sys/devices/system/cpu/cpu6/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu70/cache/index0/shared_cpu_list:34,70 /sys/devices/system/cpu/cpu70/cache/index1/shared_cpu_list:34,70 /sys/devices/system/cpu/cpu70/cache/index2/shared_cpu_list:34,70 /sys/devices/system/cpu/cpu70/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu71/cache/index0/shared_cpu_list:35,71 /sys/devices/system/cpu/cpu71/cache/index1/shared_cpu_list:35,71 /sys/devices/system/cpu/cpu71/cache/index2/shared_cpu_list:35,71 /sys/devices/system/cpu/cpu71/cache/index3/shared_cpu_list:18-35,54-71 /sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_list:7,43 /sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_list:7,43 /sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_list:7,43 /sys/devices/system/cpu/cpu7/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu8/cache/index0/shared_cpu_list:8,44 /sys/devices/system/cpu/cpu8/cache/index1/shared_cpu_list:8,44 /sys/devices/system/cpu/cpu8/cache/index2/shared_cpu_list:8,44 /sys/devices/system/cpu/cpu8/cache/index3/shared_cpu_list:0-17,36-53 /sys/devices/system/cpu/cpu9/cache/index0/shared_cpu_list:9,45 /sys/devices/system/cpu/cpu9/cache/index1/shared_cpu_list:9,45 /sys/devices/system/cpu/cpu9/cache/index2/shared_cpu_list:9,45 /sys/devices/system/cpu/cpu9/cache/index3/shared_cpu_list:0-17,36-53 >

