On Mon, 22 Apr 2019, Aubrey Li wrote: > +3.12 /proc/<pid>/arch_status - task architecture specific status > +------------------------------------------------------------------- > +When CONFIG_PROC_PID_ARCH_STATUS is enabled, this file displays the > +architecture specific status of the task. > + > +Example > +------- > + $ cat /proc/6753/arch_status > + AVX512_elapsed_ms: 8 Examples are nice, but as this is architecture specific this section needs to list the entries which are exposed by a particular architecture. x86 specific entries: --------------------- AVX512_elapsed_ms: ------------------ If AVX512 is supported .... Thanks, tglx