fix: phys_proc_id and cpu_core_id moved in linux 6.7.0-rc1
authorKienan Stewart <kstewart@efficios.com>
Mon, 20 Nov 2023 16:27:12 +0000 (11:27 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 24 Nov 2023 15:21:12 +0000 (10:21 -0500)
commit4f32efe70b618c4721bf197692fc9d709d352528
tree66ca0f0c886114125b12b99d191a8bdd3362e48e
parentf00168b56ad642e0369c03b8cd730be85dc46188
fix: phys_proc_id and cpu_core_id moved in linux 6.7.0-rc1

See upstream commit:

    commit 02fb601d27a7abf60d52b21bdf5b100a8d63da3f
    Author: Thomas Gleixner <tglx@linutronix.de>
    Date:   Mon Aug 14 10:18:30 2023 +0200

        x86/cpu: Move phys_proc_id into topology info

        Rename it to pkg_id which is the terminology used in the kernel.

        No functional change.

See upstream commit:

    commit e95256335d45cc965cd12c423535002974313340
    Author: Thomas Gleixner <tglx@linutronix.de>
    Date:   Mon Aug 14 10:18:34 2023 +0200

        x86/cpu: Move cpu_core_id into topology info

        Rename it to core_id and stick it to the other ID fields.

        No functional change.

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