diff --git a/samples/ngx-lj-trace-exits.sxx b/samples/ngx-lj-trace-exits.sxx index bae9af6..8a1dbfd 100755 --- a/samples/ngx-lj-trace-exits.sxx +++ b/samples/ngx-lj-trace-exits.sxx @@ -34,7 +34,8 @@ probe @pfunc(ngx_http_free_request) } } -probe process("$^libluajit_path").function("lj_trace_exit") { +probe process("$^libluajit_path").function("lj_trace_exit"), + process("$^libluajit_path").function("lj_vm_exit_interp") { if (active_req) { req_exits[active_req]++ }