Linux / Sound
Features of Interest
Aspects in the source code identified through RegEx patterns.
Intro
Features of interest are any aspects of a software system that can be identified through patterns in code.
Features of interest provide you with a way to focus your attention on relevant parts of the codebase.
Typical examples include, security, TODOs, logging.
A feature of interest may be present in multiple files. Any source code file may be in zero or multiple features of interest.
Overview
GENERAL
TODOs
235,727 LOC (22%)
228 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
235,727 LOC (22%)
228 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
228
files match defined criteria (
235,727
lines of code,
22.4%
vs. main code):
212
*.c files (
228,856
lines of code)
16
*.h files (
6,871
lines of code)
420
lines match the content pattern.
details...
per component - primary logical decomposition
soc
in 66 files, 63,868 LOC (9%)
pci
in 82 files, 110,025 LOC (50%)
usb
in 20 files, 20,105 LOC (50%)
core
in 13 files, 12,822 LOC (35%)
isa
in 13 files, 7,923 LOC (26%)
firewire
in 9 files, 3,567 LOC (15%)
ppc
in 5 files, 4,166 LOC (67%)
aoa
in 6 files, 3,380 LOC (59%)
hda
in 3 files, 1,440 LOC (27%)
sparc
in 1 file 1,800 LOC (41%)
i2c
in 1 file 754 LOC (21%)
oss
in 1 file 1,000 LOC (28%)
synth
in 1 file 704 LOC (20%)
xen
in 2 files, 750 LOC (39%)
virtio
in 1 file 334 LOC (19%)
x86
in 1 file 1,261 LOC (79%)
parisc
in 1 file 783 LOC (86%)
atmel
in 1 file 711 LOC (92%)
ROOT
in 1 file 334 LOC (81%)