Displaying 1 result from an estimated 1 matches for "pid5462".
Did you mean:
pid262
2007 Nov 29
0
dtrace doesn''t trace some functions
...target:rpc.metad:check_host:entry
{printf("%d %d %d", arg0, arg1, arg2)}'' -p 5462
dtrace: invalid probe specifier pid$target:rpc.metad:check_host:entry
{printf("%d %d %d", arg0, arg1, arg2)}: failed to lookup ''check_host''
bash-3.00# dtrace -l | grep pid5462 | grep check_host
bash-3.00# dtrace -l | grep pid5462 | grep svc_init
39969 pid5462 rpc.metad svc_init entry
39971 pid5462 rpc.metad svc_init return
While on mdb I can successfully put a breakpoint on check_host call:
root@#...