
zeev.tarantov at gmail
Nov 7, 2009, 2:08 PM
Post #1 of 1
(90 views)
Permalink
|
|
[PATCH] perf tools: fix syntax in documentation
|
|
This patch is against current tip. Fix trivial syntax in perf-events user-space tools documentation. Signed-off-by: Zeev Tarantov <zeev.tarantov [at] gmail> --- a/tools/perf/Documentation/perf-report.txt +++ b/tools/perf/Documentation/perf-report.txt @@ -24,11 +24,11 @@ OPTIONS --dsos=:: Only consider symbols in these dsos. CSV that understands file://filename entries. --n ---show-nr-samples +-n:: +--show-nr-samples=:: Show the number of samples for each symbol --T ---threads +-T:: +--threads=:: Show per-thread event counters -C:: --comms=:: -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo [at] vger More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|