|
GadgetSeed
0.9.6
|
デバッグ用システムコールトレース [詳解]
#include "sysconfig.h"#include "calltrace.h"#include "syscall.h"#include "timer.h"#include "tkprintf.h"#include "syscall_param.h"#include "task_opration.h"
マクロ定義 | |
| #define | GSC_KERNEL_MAX_CALLTRACE_RECORD 32 |
変数 | |
| static struct st_call_record | call_record [GSC_KERNEL_MAX_CALLTRACE_RECORD] |
| int | callrec_num = 0 |
| char | flg_rec_round = 0 |
| const char | syscall_name [][16] |
| const char | status_str [][7] |