summaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation/perf-inject.txt
diff options
context:
space:
mode:
authorAndrew Vagin2012-08-07 14:56:02 +0200
committerArnaldo Carvalho de Melo2012-10-26 15:22:24 +0200
commite558a5bd8b74aff4690a8c55b08a1dc91ef50d7c (patch)
tree7e9f031be393facfd33937622c34ea1b1afa1c8b /tools/perf/Documentation/perf-inject.txt
parentperf tools: Fix LIBELF_MMAP checking (diff)
downloadkernel-qcow2-linux-e558a5bd8b74aff4690a8c55b08a1dc91ef50d7c.tar.gz
kernel-qcow2-linux-e558a5bd8b74aff4690a8c55b08a1dc91ef50d7c.tar.xz
kernel-qcow2-linux-e558a5bd8b74aff4690a8c55b08a1dc91ef50d7c.zip
perf inject: Work with files
Before this patch "perf inject" can only handle data from pipe. I want to use "perf inject" for reworking events. Look at my following patch. v2: add information about new options in tools/perf/Documentation/ Signed-off-by: Andrew Vagin <avagin@openvz.org> Acked-by: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1344344165-369636-2-git-send-email-avagin@openvz.org [ committer note: fixed it up to cope with 5852a44, 5ded57a, 002439e & f62d3f0 ] Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation/perf-inject.txt')
-rw-r--r--tools/perf/Documentation/perf-inject.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-inject.txt b/tools/perf/Documentation/perf-inject.txt
index 025630d43cd2..673ef97877fc 100644
--- a/tools/perf/Documentation/perf-inject.txt
+++ b/tools/perf/Documentation/perf-inject.txt
@@ -29,6 +29,12 @@ OPTIONS
-v::
--verbose::
Be more verbose.
+-i::
+--input=::
+ Input file name. (default: stdin)
+-o::
+--output=::
+ Output file name. (default: stdout)
SEE ALSO
--------