diff options
author | Ingo Molnar <mingo@elte.hu> | 2010-04-27 09:16:54 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-04-27 09:16:54 (GMT) |
commit | 462b04e28a7ec1339c892117c3f20a40e55d0e83 (patch) | |
tree | 5ea38f3227c761fa936b293afa52c26a660bd6c7 /tools/perf/Documentation | |
parent | cfadf9d4ac4be940595ab73d3def24c23c8b875f (diff) | |
parent | f93830fbb06b67848c762f2177c06cc3cbb97deb (diff) | |
download | linux-462b04e28a7ec1339c892117c3f20a40e55d0e83.tar.xz |
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 63c25d3..94a258c 100644 --- a/tools/perf/Documentation/perf-probe.txt +++ b/tools/perf/Documentation/perf-probe.txt @@ -62,6 +62,9 @@ OPTIONS Dry run. With this option, --add and --del doesn't execute actual adding and removal operations. +--max-probes:: + Set the maximum number of probe points for an event. Default is 128. + PROBE SYNTAX ------------ Probe points are defined by following syntax. |