mirror of
https://github.com/torvalds/linux.git
synced 2024-12-22 19:01:37 +00:00
99ce8e9fce
Adding --buildid-dir to be able to set specific cache directory. It's going to be handy for buildid tests coming in shortly. Signed-off-by: Jiri Olsa <jolsa@kernel.org> Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com> Cc: David Ahern <dsahern@gmail.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Stephane Eranian <eranian@google.com> Cc: Steven Rostedt <rostedt@goodmis.org> Link: http://lkml.kernel.org/r/1417460789-13874-4-git-send-email-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
37 lines
872 B
Plaintext
37 lines
872 B
Plaintext
perf(1)
|
|
=======
|
|
|
|
NAME
|
|
----
|
|
perf - Performance analysis tools for Linux
|
|
|
|
SYNOPSIS
|
|
--------
|
|
[verse]
|
|
'perf' [--version] [--help] [OPTIONS] COMMAND [ARGS]
|
|
|
|
OPTIONS
|
|
-------
|
|
--debug::
|
|
Setup debug variable (just verbose for now) in value
|
|
range (0, 10). Use like:
|
|
--debug verbose # sets verbose = 1
|
|
--debug verbose=2 # sets verbose = 2
|
|
|
|
--buildid-dir::
|
|
Setup buildid cache directory. It has higher priority than
|
|
buildid.dir config file option.
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
Performance counters for Linux are a new kernel-based subsystem
|
|
that provide a framework for all things performance analysis. It
|
|
covers hardware level (CPU/PMU, Performance Monitoring Unit) features
|
|
and software features (software counters, tracepoints) as well.
|
|
|
|
SEE ALSO
|
|
--------
|
|
linkperf:perf-stat[1], linkperf:perf-top[1],
|
|
linkperf:perf-record[1], linkperf:perf-report[1],
|
|
linkperf:perf-list[1]
|