aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/kernel.py
Commit message (Expand)AuthorAgeFilesLines
* [ebpf] Add new plugin for eBPF commandsJose Castillo2020-02-141-35/+0
* [kernel,networking] collect bpftool net list for each namespacePavel Moravec2019-12-161-4/+0
* [kernel] remove trailing directory globs in forbidden pathsBryn M. Reeves2019-11-011-3/+3
* [plugins] Update plugins to only use new consolidated methodsJake Hunsaker2019-10-101-2/+2
* [kernel] Add collection of livepatch informationKamalesh Babulal2019-10-081-0/+1
* [kernel] Don't collect trace file by defaultPavel Moravec2019-10-011-1/+5
* [kernel] collect "bpftool net list"Pavel Moravec2019-09-251-0/+4
* [kernel] dont collect some tracing instance filesPavel Moravec2018-10-081-1/+4
* [kernel] handle case when bpftool installed but not implementedPavel Moravec2018-06-251-2/+4
* [kernel] Avoid capturing blanket 'find -ls'Jake Hunsaker2018-06-061-2/+4
* [kernel] fix except syntaxBryn M. Reeves2018-05-291-2/+2
* [system,kernel] dont collect some empty nonreadable filesPavel Moravec2018-05-241-1/+5
* [kernel] list loaded eBPF programs and mapsPavel Moravec2018-05-241-0/+33
* [global] Kill license headersJake Hunsaker2018-05-221-13/+7
* [kernel] Add collection of tracing informationJake Hunsaker2018-04-261-0/+10
* [kernel] Disable gathering /proc/timer* statisticsRenaud Métrich2018-04-181-1/+9
* [Plugin] Make Plugin.policy an object instead of a functionJake Hunsaker2018-04-171-1/+1
* [kernel] Use modinfo_ALL_MODULES as filenameBryan Quigley2018-03-281-1/+3
* [kernel] move kernel package verification to kernel pluginBryn M. Reeves2017-11-011-0/+1
* [global] update FSF addressSandro Bonazzola2017-05-221-3/+3
* [kernel] add /sys/fs/pstore collection for all platforms (#1008)Chris Newcomer2017-05-121-0/+1
* [kernel] Add collection of /sys/kernel/slabsLouis Bouchard2015-10-151-0/+1
* [kernel, kernelrt] Collect clock source for all kernelsPeter Portante2015-07-081-1/+4
* [global] Fix vim tags typo in all python source filesKamalesh Babulal2015-07-061-1/+1
* [kernel] collect directory listings for module updatesBryn M. Reeves2015-02-111-1/+13
* [kernel] collect /sys/firmware/acpi/*Bryn M. Reeves2015-02-101-0/+1
* [Plugin] remove add_copy_specs()Bryn M. Reeves2014-09-301-1/+1
* [Plugin] remove add_cmd_outputs()Bryn M. Reeves2014-09-301-1/+1
* [plugins] improve plugin class docstringsBryn M. Reeves2014-09-161-1/+1
* [plugins] add initial profile tags to all pluginsBryn M. Reeves2014-09-161-0/+1
* [plugin] make Plugin logging methods privateBryn M. Reeves2014-08-091-1/+1
* [plugins] more pep8/pyflake plugin cleanupAdam Stokes2014-08-011-13/+14
* [s390,kernel] move /proc/misc collection to kernel pluginBryn M. Reeves2014-07-011-0/+1
* Add add_cmd_outputs() and convert plugins to use itBryn M. Reeves2014-04-061-4/+5
* Logging improvementsBryn M. Reeves2014-04-061-1/+1
* Add vim tags to all python source filesBryn M. Reeves2014-03-261-0/+2
* Reclasify 'error' messages as 'warning'Bryn M. Reeves2013-11-181-1/+1
* Move dmesg collection from general to kernelBryn M. Reeves2013-04-301-2/+6
* Add /proc/modules to kernel plug-in collectionBryn M. Reeves2013-04-301-0/+1
* Clean up plug-in naming and set plugin_name for all plugin classesBryn M. Reeves2013-04-261-1/+3
* Fix scoping bug in kernel.pyBryn M. Reeves2013-04-231-2/+2
* Clean up /proc data collection in kernel plug-inBryn M. Reeves2013-04-221-4/+3
* Fix modinfo collectionBryn M. Reeves2013-04-221-13/+11
* Merge branch 'pyflakes-remove-unused-imports'Bryn M. Reeves2013-04-181-1/+1
|\
| * Remove all unused imports in pluginsAdam Stokes2013-04-141-1/+1
* | Remove obsolete ksyms check from kernel plug-inBryn M. Reeves2013-04-161-2/+0
|/
* Remove absolute paths from plug-insBryn M. Reeves2013-04-091-8/+8
* Make more names pep8 compliant across the treeBryn M. Reeves2013-03-281-4/+4
* Rename functions and methods in plugins to comply with pep8Bryn M. Reeves2013-03-281-9/+9
* Rename command output collection interfacesBryn M. Reeves2012-12-171-6/+6