Enable AOT linux perf support (#2930)
And refactor the original perf support - use WAMR_BUILD_LINUX_PERF as the cmake compilation control - use WASM_ENABLE_LINUX_PERF as the compiler macro - use `wamrc --enable-linux-perf` to generate aot file which contains fp operations - use `iwasm --enable-linux-perf` to create perf map for `perf record`
This commit is contained in:
@ -70,7 +70,6 @@ typedef struct JitInterpSwitchInfo {
|
||||
typedef struct JitCompOptions {
|
||||
uint32 code_cache_size;
|
||||
uint32 opt_level;
|
||||
bool linux_perf_support;
|
||||
} JitCompOptions;
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user