huggingface / kernel-builder
Components

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 7 components.
  • 72 files, 7,865 LOC (74.7% vs. main code).
  • "kernel-abi-check" is biggest, containing 37.15% of LOC.
  • "scripts" is smallest, containing 1.56% of LOC.


kernel-abi-check2922 LOC (27%) 9 files
build2cmake2459 LOC (23%) 34 files
kernel-compliance-check1008 LOC (9%) 5 files
lib786 LOC (7%) 12 files
ROOT320 LOC (3%) 4 files
pkgs247 LOC (2%) 6 files
scripts123 LOC (1%) 2 files
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
lib75 commits (42%)
ROOT56 commits (31%)
build2cmake26 commits (14%)
pkgs14 commits (7%)
kernel-abi-check11 commits (6%)
scripts4 commits (2%)
kernel-compliance-check1 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2025 2024
lib
65
49
build2cmake
86
ROOT
51
24
kernel-abi-check
31
pkgs
12
3
kernel-compliance-check
5
scripts
4


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G lib lib lib--lib 19 ROOT ROOT lib--ROOT 20 build2cmake build2cmake lib--build2cmake 13 kernel-abi-check kernel-abi-check lib--kernel-abi-check 3 ROOT--ROOT 12 ROOT--build2cmake 5 ROOT--kernel-abi-check 2 build2cmake--build2cmake 12 pkgs pkgs pkgs--lib 8 pkgs--ROOT 5 pkgs--build2cmake 4 pkgs--pkgs 1 pkgs--kernel-abi-check 3 kernel-abi-check--build2cmake 3 kernel-abi-check--kernel-abi-check 7 scripts scripts scripts--ROOT 2 kernel-compliance-check kernel-compliance-check kernel-compliance-check--kernel-compliance-check 1


2025-06-30 09:12