Skip to content

Commit

Permalink
perf bench: Update manpage to mention numa and futex
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/1395964219-22173-3-git-send-email-artagnon@gmail.com
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
  • Loading branch information
Ramkumar Ramachandra authored and Jiri Olsa committed Apr 14, 2014
1 parent 03d8941 commit 95a2b3c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions tools/perf/Documentation/perf-bench.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ SUBSYSTEM
'mem'::
Memory access performance.

'numa'::
NUMA scheduling and MM benchmarks.

'futex'::
Futex stressing benchmarks.

'all'::
All benchmark subsystems.

Expand Down Expand Up @@ -187,6 +193,22 @@ Show only the result with page faults before memset.
--no-prefault::
Show only the result without page faults before memset.

SUITES FOR 'numa'
~~~~~~~~~~~~~~~~~
*mem*::
Suite for evaluating NUMA workloads.

SUITES FOR 'futex'
~~~~~~~~~~~~~~~~~~
*hash*::
Suite for evaluating hash tables.

*wake*::
Suite for evaluating wake calls.

*requeue*::
Suite for evaluating requeue calls.

SEE ALSO
--------
linkperf:perf[1]

0 comments on commit 95a2b3c

Please sign in to comment.