sync all inner code

This commit is contained in:
yanghao
2023-03-07 20:32:34 +08:00
parent 93cf8543c1
commit 60c0c33328
127 changed files with 1220 additions and 556 deletions

View File

@ -36,6 +36,7 @@ extern void print_stack(SIGNAL_ARGS);
void InitGsStack();
void get_stack_and_write_result();
void check_and_process_gs_stack();
void get_stack_according_to_tid(ThreadId tid, StringInfoData* call_stack);
NON_EXEC_STATIC void stack_perf_main();
#endif