Add a man page for kernelshark. Signed-off-by: Seth Forshee <seth.fors...@canonical.com> --- Documentation/kernelshark.1.txt | 46 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 Documentation/kernelshark.1.txt
diff --git a/Documentation/kernelshark.1.txt b/Documentation/kernelshark.1.txt new file mode 100644 index 0000000..6a217dd --- /dev/null +++ b/Documentation/kernelshark.1.txt @@ -0,0 +1,46 @@ +KERNELSHARK(1) +============== + +NAME +---- +kernelshark - graphical reader for trace-cmd(1) output + +SYNOPSIS +-------- +*kernelshark* ['OPTIONS'] + +DESCRIPTION +----------- +KernelShark is a front end reader of trace-cmd(1) output. It reads a +trace-cmd.dat(5) formatted file and produces a graph and list view of the +data. + +OPTIONS +------- +*-h*:: + Display the help text. + +*-v*:: + Display the kernelshark version and exit. + +*-i* 'input-file':: + Read trace data from the file 'input-file'. By default input is read from + 'trace.dat'. + +SEE ALSO +-------- +trace-cmd(1) + +AUTHOR +------ +Written by Steven Rostedt, <rost...@goodmis.org> + +RESOURCES +--------- +git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git + +COPYING +------- +Copyright \(C) 2010 Red Hat, Inc. Free use of this software is granted under +the terms of the GNU Public License (GPL). + -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/