Skip to content

Commit

Permalink
modify src/backend/process/cpu_watcher/src/cpu_watcher.c
Browse files Browse the repository at this point in the history
  • Loading branch information
徐晗博 committed Sep 7, 2024
1 parent 35ea6a7 commit 3da6578
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions MagicEyes/src/backend/process/cpu_watcher/src/cpu_watcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@
#include <string.h>
#include <linux/perf_event.h>
#include <asm/unistd.h>
#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;
Expand Down

0 comments on commit 3da6578

Please sign in to comment.