From 06aa0eb988f32a24b63d3c4f7d8a665a478213d4 Mon Sep 17 00:00:00 2001 From: Brendan Gregg Date: Sat, 11 Jul 2015 11:58:54 -0700 Subject: [PATCH] USAGE message --- kernel/kprobe | 2 +- user/uprobe | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/kprobe b/kernel/kprobe index 058a321..efedeae 100755 --- a/kernel/kprobe +++ b/kernel/kprobe @@ -59,7 +59,7 @@ function usage { USAGE: kprobe [-FhHsv] [-d secs] [-p PID] kprobe_definition [filter] -F # force. trace despite warnings. -d seconds # trace duration, and use buffers - -p PID # PID to match on I/O issue + -p PID # PID to match on events -v # view format file (don't trace) -H # include column headers -s # show kernel stack traces diff --git a/user/uprobe b/user/uprobe index 1bc62dd..baa11ee 100755 --- a/user/uprobe +++ b/user/uprobe @@ -76,7 +76,7 @@ function usage { -F # force. trace despite warnings. -d seconds # trace duration, and use buffers -l target # list functions from this executable - -p PID # PID to match on I/O issue + -p PID # PID to match on events -v # view format file (don't trace) -H # include column headers -s # show user stack traces