> 
> But this doesn't:
> # dtrace -n 'fbt::new_cpu_mstate:entry { printf("%llx", args[1]); }'
> 

void new_cpu_mstate(int cmstate, hrtime_t curtime)

Try ((arg1 << 32) | arg2), the way this function would
receive curtime in the parameter. Sorry, I didn't verify it.

-- Bhaskar
_______________________________________________
dtrace-discuss mailing list
[email protected]

Reply via email to