if i put a probe on function do_command(thd), the argument thd is a structor ,and i want check a element named command in the structor,how to do? like probe process.function("do_command") { printf("%s",$$prams->command) }