commit | 7058763b3f1ca6086d2be8f23a6c2a7c645077f2 | [log] [tgz] |
---|---|---|
author | Marcin Nowakowski <marcin.nowakowski@imgtec.com> | Thu Oct 06 09:52:12 2016 +0200 |
committer | Jonathan Corbet <corbet@lwn.net> | Fri Oct 21 14:54:35 2016 -0600 |
tree | 50c87f494c5874812d553bcdcc58b836179bf40d | |
parent | 58af04dff742b6b49fae3de585bdea8c77b62ddc [diff] |
Documentation/trace/uprobetracer.txt: fix incorrect examples Current uprobetracer examples don't work as they use an incorrect syntax - if no event name is specified then 'p/r' must not be followed by a colon - if no event name is specified then the default event name will have a 'p_' prefix, so use that in the '-' example as well Signed-off-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>