]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Fix name of lwp-create and lwp-exit probes in SDT argument mappings.
authorKris Van Hees <kris.van.hees@oracle.com>
Tue, 18 Sep 2012 22:33:36 +0000 (18:33 -0400)
committerKris Van Hees <kris.van.hees@oracle.com>
Wed, 19 Sep 2012 06:52:26 +0000 (02:52 -0400)
commit43069f33582abb4f7538c0fcb4a00c21fc0d5668
tree8a4ac32538625baa70abc1abf6d71c166bae1e07
parenta0a5a4f18c9ba8381cbf3047d5231652223cda33
Fix name of lwp-create and lwp-exit probes in SDT argument mappings.

The argument mapping for SDT probes incorrectly listed lwp_create instead of
lwp-create, and lwp_exit instead of lwp-exit.  Also, lwp-exit was listed to
have a single int argument whereas it is not supposed to have any arguments.

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
dtrace/sdt_dev.c