From 3da6578f42d6b8686b630951de1b67cd8c3de634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=99=97=E5=8D=9A?= Date: Sat, 7 Sep 2024 18:31:49 +0800 Subject: [PATCH] modify src/backend/process/cpu_watcher/src/cpu_watcher.c --- .../process/cpu_watcher/src/cpu_watcher.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/MagicEyes/src/backend/process/cpu_watcher/src/cpu_watcher.c b/MagicEyes/src/backend/process/cpu_watcher/src/cpu_watcher.c index e50e23ab2..bcc8da5cb 100644 --- a/MagicEyes/src/backend/process/cpu_watcher/src/cpu_watcher.c +++ b/MagicEyes/src/backend/process/cpu_watcher/src/cpu_watcher.c @@ -30,14 +30,15 @@ #include #include #include -#include "cpu_watcher_helper.h" -#include "sar.skel.h" -#include "cs_delay.skel.h" -#include "sc_delay.skel.h" -#include "preempt.skel.h" -#include "schedule_delay.skel.h" -#include "mq_delay.skel.h" -#include "mutrace.skel.h" +#include "../include/cpu_watcher_helper.h" + +#include "process/cpu_watcher/sar.skel.h" +#include "process/cpu_watcher/cs_delay.skel.h" +#include "process/cpu_watcher/sc_delay.skel.h" +#include "process/cpu_watcher/preempt.skel.h" +#include "process/cpu_watcher/schedule_delay.skel.h" +#include "process/cpu_watcher/mq_delay.skel.h" +#include "process/cpu_watcher/mutrace.skel.h" typedef long long unsigned int u64; typedef unsigned int u32;