wasm-micro-runtime/core/iwasm
liang.he 5c3ad0279a
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`
2024-01-02 15:58:17 +08:00
..
aot Enable AOT linux perf support (#2930) 2024-01-02 15:58:17 +08:00
common Enable AOT linux perf support (#2930) 2024-01-02 15:58:17 +08:00
compilation Enable AOT linux perf support (#2930) 2024-01-02 15:58:17 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Enable AOT linux perf support (#2930) 2024-01-02 15:58:17 +08:00
include Enable AOT linux perf support (#2930) 2024-01-02 15:58:17 +08:00
interpreter Enable AOT linux perf support (#2930) 2024-01-02 15:58:17 +08:00
libraries Handle ambiguous fstflags on fd_filestat_set_times (#2892) 2023-12-11 14:16:58 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00