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
error is:
semantic error: while resolving probe point: identifier 'process' at :5:7
source: probe process("/usr/sbin/nginx").function("ngx_process_events_and_timers"),
^
semantic error: no match
Pass 2: analysis failed. [man error::pass2]
Number of similar error messages suppressed: 1.
Rerun with -v to see them.
and but this command work correctly
stap -e 'probe begin { printf("Hello, World!\n"); exit() }'
stap -e 'probe kernel.function("sys_open") {log("hello world") exit()}'
The text was updated successfully, but these errors were encountered:
error is:
semantic error: while resolving probe point: identifier 'process' at :5:7
source: probe process("/usr/sbin/nginx").function("ngx_process_events_and_timers"),
^
semantic error: no match
Pass 2: analysis failed. [man error::pass2]
Number of similar error messages suppressed: 1.
Rerun with -v to see them.
and but this command work correctly
stap -e 'probe begin { printf("Hello, World!\n"); exit() }'
stap -e 'probe kernel.function("sys_open") {log("hello world") exit()}'
The text was updated successfully, but these errors were encountered: