
    -_g                     D    d dl Z d dlmZ d dlmZmZmZ  G d dee      Zy)    N)RedHatPolicy)PluginIndependentPlugin	PluginOptc                   V    e Zd ZdZdZdZdZdZdZ e	ddd	
       e	ddd
      gZ
d Zy)Kernela  The Kernel plugin is aimed at collecting general information about
    the locally running kernel. This information should be distribution-neutral
    using commands and filesystem collections that are ubiquitous across
    distributions.

    Debugging information from /sys/kernel/debug is collected by default,
    however care is taken so that these collections avoid areas like
    /sys/kernel/debug/tracing/trace_pipe which would otherwise cause the
    sos collection attempt to appear to 'hang'.

    The 'trace' option will enable the collection of the
    /sys/kernel/debug/tracing/trace file specfically, but will not change the
    behavior stated above otherwise.
    zLinux kernelkernel)systemhardwarer	   )kernel$z/sys/module
with-timerFzgather /proc/timer* statistics)defaultdesctracez+gather /sys/kernel/debug/tracing/trace filec                    t        | j                  t              rd| _        | j	                  ddd       | j	                  ddd       | j                  d       	 | j                  | j                        }| j	                  ddj                  |      z   d	d
       g d}g }|D ]&  }|j                  t        j                  |             ( |r$| j	                  ddj                  |       d       | j	                  g dd       | j	                  dd       d}| j                  g d       | j                  g ddddddddd d!d"d#d$d%d&| j                  j                          d'd(d)d*d+d,d-d.d/d0d1d2d3d4d5d6d7d8d9d:d;d<d=d>|d?z   |d@z   dAdB| j                  j                                 | j!                  dC      r| j                  dD       | j!                  dE      s| j                  dF       y y # t        $ r" | j                  d| j                          Y w xY w)GN)r   zkernel-redhat$zuname -auname)root_symlinktagslsmodz/sys/kernel/slabzmodinfo  modinfo_ALL_MODULESmodinfo_all)suggest_filenamer   zcould not list )z/lib/modules/*/extraz/lib/modules/*/updatesz/lib/modules/*/weak-updateszfind z -ls)dmesgzdmesg -Tzdkms statusT)
cmd_as_tagz	sysctl -asysctl)r   z-/sys/devices/system/clocksource/clocksource0/)z$/sys/kernel/debug/tracing/trace_pipez /sys/kernel/debug/tracing/READMEz$/sys/kernel/debug/tracing/trace_statz!/sys/kernel/debug/tracing/per_cpuz /sys/kernel/debug/tracing/eventsz%/sys/kernel/debug/tracing/free_bufferz&/sys/kernel/debug/tracing/trace_markerz*/sys/kernel/debug/tracing/trace_marker_rawz</sys/kernel/debug/tracing/instances/*/per_cpu/*/snapshot_rawz;/sys/kernel/debug/tracing/instances/*/per_cpu/*/trace_pipe*z0/sys/kernel/debug/tracing/instances/*/trace_pipez/proc/modulesz/proc/sys/kernel/random/boot_idz/sys/module/*/parametersz/sys/module/*/initstatez/sys/module/*/refcntz/sys/module/*/taintz/sys/module/*/versionz/sys/firmware/acpi/*z/sys/kernel/debug/tracing/*z/sys/kernel/livepatch/*z/proc/kallsymsz/proc/buddyinfoz/proc/slabinfoz/proc/zoneinfoz/lib/modules/z/modules.depz/etc/conf.modulesz/etc/modules.confz/etc/modprobe.confz/etc/modprobe.dz/lib/modprobe.dz/run/modprobe.dz/usr/local/lib/modprobe.dz/etc/sysctl.confz/etc/sysctl.dz/lib/sysctl.dz/proc/cmdlinez/proc/driverz/proc/sys/kernel/taintedz/proc/softirqsz/proc/lock*z
/proc/miscz/var/log/dmesgz/sys/fs/pstorez/var/lib/systemd/pstorez'/sys/kernel/debug/dynamic_debug/controlz(/sys/kernel/debug/extfrag/unusable_indexz'/sys/kernel/debug/extfrag/extfrag_indexz/sys/kernel/debug/hv-balloonavailable_clocksourcecurrent_clocksourcez/proc/pressure/z/boot/config-r   z/proc/timer*r   z/sys/kernel/debug/tracing/trace)
isinstancepolicyr   verify_packagesadd_cmd_outputadd_dir_listinglistdir
sys_modulejoinOSError	_log_warnextendglobadd_forbidden_pathadd_copy_speckernel_version
get_option)selfmodulesextra_mod_patternsextra_mod_pathspatternclocksource_paths         ;/usr/lib/python3/dist-packages/sos/report/plugins/kernel.pysetupzKernel.setup-   s    dkk<0#@D  	JW7KG'H/0	@ll4??3G
SXXg-> >1F%2   4

 ) 	7G""499W#56	7 %(A'B$ GH 
 	 	 	
 	Kh7J !
 	 	 +
+
-+
 '+
 &	+

 #+
 "+
 $+
 #+
 *+
 &+
 +
 +
 +
 +
 DKK6689F+
   !+
"  #+
$ !%+
& '+
( )+
* ++
, (-+
. /+
0 1+
2 3+
4 5+
6 7+
8 '9+
: ;+
< =+
> ?+
@ A+
B C+
D &E+
F 6G+
H 7I+
J 6K+
L +M+
N 66O+
P 44Q+
R S+
T DKK6689:U+
 +	Z ??<( ~.w'##$EF (s  	@NN_T__,=>?	@s   AH 'IIN)__name__
__module____qualname____doc__
short_descplugin_nameprofilesr!   r%   r   option_listr6        r5   r   r      sQ      JK/H"OJ 	,7	9'5D	FKjGr@   r   )r*   sos.policies.distros.redhatr   sos.report.pluginsr   r   r   r   r?   r@   r5   <module>rC      s&     4 C CIGV& IGr@   