o
    G%@id                     @   s>   d dl Z d dlmZ d dlmZmZmZ G dd deeZdS )    N)RedHatPolicy)PluginIndependentPlugin	PluginOptc                   @   sH   e Zd ZdZdZdZdZdZdZe	ddd	d
e	dddd
gZ
dd ZdS )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                 C   s  t | jtr	d| _| jdddd | jdddd | d z| | j}| jdd| d	d
d W n t	yE   | 
d| j  Y nw g d}g }|D ]
}|t| qN|rg| dd| d | jg ddd | jddd d}| g d | g ddddddddd d!d"d#d$d%d&| 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?d@dAdB|dC |dD dEdF| j   | dGr| dH | dIs	| dJ d S d S )KN)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/hardlockup_countz/sys/kernel/softlockup_countz/sys/kernel/warn_countz/sys/kernel/oops_countz'/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_path r2   ;/usr/lib/python3/dist-packages/sos/report/plugins/kernel.pysetup-   s   


	
 !"#$%&'()*+,-.
1
zKernel.setupN)__name__
__module____qualname____doc__
short_descplugin_nameprofilesr   r"   r   option_listr4   r2   r2   r2   r3   r      s    r   )r'   sos.policies.distros.redhatr   sos.report.pluginsr   r   r   r   r2   r2   r2   r3   <module>   s   