]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Documentation/trace/uprobetracer.txt: fix incorrect examples
authorMarcin Nowakowski <marcin.nowakowski@imgtec.com>
Thu, 6 Oct 2016 07:52:12 +0000 (09:52 +0200)
committerJonathan Corbet <corbet@lwn.net>
Fri, 21 Oct 2016 20:54:35 +0000 (14:54 -0600)
commit7058763b3f1ca6086d2be8f23a6c2a7c645077f2
tree50c87f494c5874812d553bcdcc58b836179bf40d
parent58af04dff742b6b49fae3de585bdea8c77b62ddc
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>
Documentation/trace/uprobetracer.txt