Linux / Tools
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
76,437 LOC (15%)
73 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
76,437 LOC (15%)
73 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
73
files match defined criteria (
76,437
lines of code,
15.1%
vs. main code):
63
*.c files (
67,824
lines of code)
1
*.py files (
6,204
lines of code)
9
*.h files (
2,409
lines of code)
110
lines match the content pattern.
details...
per component - primary logical decomposition
testing
in 27 files, 11,344 LOC (6%)
perf
in 32 files, 38,839 LOC (22%)
lib
in 3 files, 15,310 LOC (36%)
power
in 1 file 6,204 LOC (19%)
include
in 1 file 118 LOC (<1%)
arch
in 1 file 12 LOC (<1%)
usb
in 2 files, 589 LOC (11%)
objtool
in 2 files, 2,506 LOC (48%)
iio
in 1 file 593 LOC (31%)
thermal
in 2 files, 507 LOC (34%)
bootconfig
in 1 file 415 LOC (91%)