Linux / Drivers / Media
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
306,651 LOC (31%)
313 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
306,651 LOC (31%)
313 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
313
files match defined criteria (
306,651
lines of code,
31.2%
vs. main code):
289
*.c files (
301,150
lines of code)
24
*.h files (
5,501
lines of code)
657
lines match the content pattern.
details...
per component - primary logical decomposition
usb
in 68 files, 68,483 LOC (35%)
platform
in 47 files, 46,208 LOC (23%)
dvb-frontends
in 45 files, 57,495 LOC (35%)
pci
in 57 files, 54,036 LOC (39%)
i2c
in 33 files, 38,183 LOC (29%)
rc
in 8 files, 3,466 LOC (11%)
tuners
in 14 files, 11,800 LOC (39%)
test-drivers
in 9 files, 5,636 LOC (24%)
common
in 10 files, 5,578 LOC (26%)
v4l2-core
in 5 files, 3,192 LOC (15%)
radio
in 7 files, 4,090 LOC (24%)
dvb-core
in 5 files, 5,974 LOC (71%)
firewire
in 3 files, 1,537 LOC (65%)
mc
in 1 file 732 LOC (35%)
mmc
in 1 file 241 LOC (100%)