Files
integ/base/stalld/PKG-INFO
Kyale, Eliud e7d7b8a0eb stalld with bpf kernel options
upversion stalld to v1.19.8
compile stalld with ebpf support

Test plan:

PASS - AIO-SX standard kernel:

    confirm --backend queue_track and verify
    BPF kernel option by configuring stalld
    with queue_track backend

PASS - AIO-SX rt kernel:

    Built rt kernel with CONFIG_BPF_JIT=y
    and CONFIG_DEBUG_INFO_BTF=y
    rt kernel (lowlatency) configured
    confirm --backend queue_track and verify
    BPF kernel option by configuring stalld
    with queue_track backend

Story: 2011378
Task: 52252

Change-Id: I869f421251bbabb2abb7f57dd91302b9d2f57f11
Signed-off-by: Kyale, Eliud <Eliud.Kyale@windriver.com>
2025-06-02 12:15:08 -04:00

22 lines
805 B
Plaintext

Metadata-Version: 1.1
Name: stalld
Version: 1.19.8
Summary: stall daemon
Home-page: https://gitlab.com/rt-linux-tools/stalld
Author: RedHat
Author-email:
License: GPLv2
Description:
The stalld program (which stands for 'stall daemon') is a
mechanism to prevent the starvation of operating system threads in a
Linux system. The premise is to start up on a housekeeping cpu (one
that is not used for real-application purposes) and to periodically
monitor the state of each thread in the system, looking for a thread
that has been on a run queue (i.e. ready to run) for a specifed length
of time without being run. This condition is usually hit when the
thread is on the same cpu as a high-priority cpu-intensive task and
therefore is being given no opportunity to run.
Platform: UNKNOWN