perf bench: Update manpage to mention numa and futex
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>
This commit is contained in:
committed by
Jiri Olsa
parent
03d8941298
commit
95a2b3c0a9
@@ -48,6 +48,12 @@ SUBSYSTEM
|
|||||||
'mem'::
|
'mem'::
|
||||||
Memory access performance.
|
Memory access performance.
|
||||||
|
|
||||||
|
'numa'::
|
||||||
|
NUMA scheduling and MM benchmarks.
|
||||||
|
|
||||||
|
'futex'::
|
||||||
|
Futex stressing benchmarks.
|
||||||
|
|
||||||
'all'::
|
'all'::
|
||||||
All benchmark subsystems.
|
All benchmark subsystems.
|
||||||
|
|
||||||
@@ -187,6 +193,22 @@ Show only the result with page faults before memset.
|
|||||||
--no-prefault::
|
--no-prefault::
|
||||||
Show only the result without page faults before memset.
|
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
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
linkperf:perf[1]
|
linkperf:perf[1]
|
||||||
|
|||||||
Reference in New Issue
Block a user