next up previous contents
Next: Analysis Up: Tracing Previous: What to print   Contents

Exercises

  1. Use the -p2 option to systemtap to list all the kernel functions named with the word ``nit'' in them. The probe handlers might as well be empty.

  2. Trace some system calls (use syscall.NAME and .return probe points), with the same thread_indent probe handler as in Figure 3. Interpret the results.