]> git.lttng.org Git - lttng-modules.git/commit
Fix: sched_stat_runtime changed in Linux 6.6.66
authorKienan Stewart <kstewart@efficios.com>
Wed, 18 Dec 2024 14:35:36 +0000 (14:35 +0000)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 21 Jan 2025 20:00:02 +0000 (15:00 -0500)
commit2b8898d182fa9d5c30cd88176ffa25a61ff06709
tree56f888745e4b0895d4cd06c77884e8b3baf1c4e3
parent806d1ab9d489a3925fb18daff5792e8f376ba3b5
Fix: sched_stat_runtime changed in Linux 6.6.66

The following commit has been backported into the 6.6.y branch.

See upstream commit:

    commit 5fe6ec8f6ab549b6422e41551abb51802bd48bc7
    Author: Peter Zijlstra <peterz@infradead.org>
    Date:   Mon Nov 6 13:41:43 2023 +0100

        sched: Remove vruntime from trace_sched_stat_runtime()

        Tracing the runtime delta makes sense, observer can sum over time.
        Tracing the absolute vruntime makes less sense, inconsistent:
        absolute-vs-delta, but also vruntime delta can be computed from
        runtime delta.

        Removing the vruntime thing also makes the two tracepoint sites
        identical, allowing to unify the code in a later patch.

Change-Id: I74acf0b8340c371e8411116e07e5c97b10f9c756
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/instrumentation/events/sched.h
This page took 0.030163 seconds and 4 git commands to generate.