diff options
author | Jiri Olsa <jolsa@kernel.org> | 2021-02-08 23:08:47 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2021-02-09 21:57:52 +0300 |
commit | 5631d100f98390f82383eb271b9f503400514b44 (patch) | |
tree | 02035813933e0287bc32cba39601a1bd9f15359e /tools/perf/Documentation/perf-daemon.txt | |
parent | fc1dcb1e561fe9c78460edbed994a592aeeda5cb (diff) | |
download | linux-5631d100f98390f82383eb271b9f503400514b44.tar.xz |
perf daemon: Add base option
Add a base option allowing the user to specify a base directory. It
will have precedence over config file base definition coming in the
following patches.
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Alexei Budankov <abudankov@huawei.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Michael Petlan <mpetlan@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: https://lore.kernel.org/r/20210208200908.1019149-4-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation/perf-daemon.txt')
-rw-r--r-- | tools/perf/Documentation/perf-daemon.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-daemon.txt b/tools/perf/Documentation/perf-daemon.txt index ba3f88510aee..1a4158cd973e 100644 --- a/tools/perf/Documentation/perf-daemon.txt +++ b/tools/perf/Documentation/perf-daemon.txt @@ -31,6 +31,10 @@ OPTIONS Config file path. If not provided, perf will check system and default locations (/etc/perfconfig, $HOME/.perfconfig). +--base=<PATH>:: + Base directory path. Each daemon instance is running on top + of base directory. + All generic options are available also under commands. |