Re: [PATCH 11/22] perf daemon: Add stop command

2021-01-18 Thread Namhyung Kim
On Sun, Jan 3, 2021 at 7:05 AM Jiri Olsa wrote: > > Add 'perf daemon stop' command to stop daemon process > and all running sessions. > > Example: > > # cat ~/.perfconfig > [daemon] > base=/opt/perfdata > > [session-cycles] > run = -m 10M -e cycles --overwrite --switch-output -a > > [s

[PATCH 11/22] perf daemon: Add stop command

2021-01-02 Thread Jiri Olsa
Add 'perf daemon stop' command to stop daemon process and all running sessions. Example: # cat ~/.perfconfig [daemon] base=/opt/perfdata [session-cycles] run = -m 10M -e cycles --overwrite --switch-output -a [session-sched] run = -m 20M -e sched:* --overwrite --switch-output -a S