trace: Print USDT arg helpers in verbose mode (#723)
authorSasha Goldshtein <goldshtn@gmail.com>
Tue, 4 Oct 2016 15:39:01 +0000 (18:39 +0300)
committer4ast <alexei.starovoitov@gmail.com>
Tue, 4 Oct 2016 15:39:01 +0000 (08:39 -0700)
commitf733cacf002567f590c1a4eb2675d1429652736b
tree092e39814f4d872c2411cf1d22f6cc5db047b80b
parentec679711ea310c40d3f1d929325e09f072624935
trace: Print USDT arg helpers in verbose mode (#723)

When verbose mode is enabled, ask all USDT helper
objects to print out the argument helper functions,
which help retrieve the argument values for each
individual probe location. This can be useful for
debugging probes; the helper functions are part of
the loaded BPF program, so they need to be printed
in verbose mode.
tools/trace.py