]> git.baikalelectronics.ru Git - kernel.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)
commit34a801934439fc670f1c0bb06bdfa08f48e378a1
tree50c87f494c5874812d553bcdcc58b836179bf40d
parent7f021a5f2466685c0a33ee8ef8b4a59f7c148ea4
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