diff options
author | Ingo Molnar <mingo@elte.hu> | 2010-04-27 05:16:54 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-04-27 05:16:54 -0400 |
commit | 462b04e28a7ec1339c892117c3f20a40e55d0e83 (patch) | |
tree | 5ea38f3227c761fa936b293afa52c26a660bd6c7 /tools/perf/Documentation | |
parent | cfadf9d4ac4be940595ab73d3def24c23c8b875f (diff) | |
parent | f93830fbb06b67848c762f2177c06cc3cbb97deb (diff) |
Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core
Diffstat (limited to 'tools/perf/Documentation')
-rw-r--r-- | tools/perf/Documentation/perf-probe.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-probe.txt b/tools/perf/Documentation/perf-probe.txt index 63c25d304880..94a258c96a44 100644 --- a/tools/perf/Documentation/perf-probe.txt +++ b/tools/perf/Documentation/perf-probe.txt | |||
@@ -62,6 +62,9 @@ OPTIONS | |||
62 | Dry run. With this option, --add and --del doesn't execute actual | 62 | Dry run. With this option, --add and --del doesn't execute actual |
63 | adding and removal operations. | 63 | adding and removal operations. |
64 | 64 | ||
65 | --max-probes:: | ||
66 | Set the maximum number of probe points for an event. Default is 128. | ||
67 | |||
65 | PROBE SYNTAX | 68 | PROBE SYNTAX |
66 | ------------ | 69 | ------------ |
67 | Probe points are defined by following syntax. | 70 | Probe points are defined by following syntax. |