[PATCH 03/24] perf daemon: Add base option

2021-02-08 Thread Jiri Olsa
Adding base option allowing user to specify base directory. It will have precedence over config file base definition coming in following patches. Signed-off-by: Jiri Olsa --- tools/perf/Documentation/perf-daemon.txt | 4 tools/perf/builtin-daemon.c | 11 +++ 2 files ch

Re: [PATCH 03/24] perf daemon: Add base option

2021-02-03 Thread Arnaldo Carvalho de Melo
Em Sun, Jan 31, 2021 at 12:48:35AM +0100, Jiri Olsa escreveu: > Adding base option allowing user to specify base directory. > It will have precedence over config file base definition > coming in following patches. > > Signed-off-by: Jiri Olsa > --- > tools/perf/builtin-daemon.c | 11 +++

[PATCH 03/24] perf daemon: Add base option

2021-01-30 Thread Jiri Olsa
Adding base option allowing user to specify base directory. It will have precedence over config file base definition coming in following patches. Signed-off-by: Jiri Olsa --- tools/perf/builtin-daemon.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/tools/perf/builtin-daemon.c