You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch provides the LUAJIT_USE_PERFTOOLS flag via the CMake build
system. It allows avoiding the definition of the cognominal macro
definition via CMAKE_C_FLAGS to use integration with the Linux perf
tools interface [1] to resolve symbols for traces generated by a JIT.
It may be used like the following:
| perf script record luajit test.lua
| perf report -s symbol
[1]: https://github.com/torvalds/linux/blob/master/tools/perf/Documentation/jit-interface.txtResolvestarantool/tarantool#11300
0 commit comments