aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/subsystem/raw_extractor.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/subsystem: restructure the packageAleksandr Nogikh2023-02-101-11/+9
| | | | | | Remove the entity and match subpackages. Regenerate the linux.go file.
* pkg/subsystem: add the basic caller-facing interfaceAleksandr Nogikh2023-02-101-0/+48
Users of the pkg/subsystem are only interested in 1) Fetching the list of subsystems for a given OS. 2) Matching a crash against the extracted set of subsystems.