This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

how to print element in struct prams??


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)
}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]