d05b8dab0a6ad0a20390b0a07aa574421c5a45cd
[linux-2.6-microblaze.git] / tools / perf / Documentation / perf-daemon.txt
1 perf-daemon(1)
2 ==============
3
4
5 NAME
6 ----
7 perf-daemon - Run record sessions on background
8
9
10 SYNOPSIS
11 --------
12 [verse]
13 'perf daemon'
14 'perf daemon' [<options>]
15 'perf daemon start'  [<options>]
16
17
18 DESCRIPTION
19 -----------
20 This command allows to run simple daemon process that starts and
21 monitors configured record sessions.
22
23
24 OPTIONS
25 -------
26 -v::
27 --verbose::
28         Be more verbose.
29
30 All generic options are available also under commands.
31
32
33 START COMMAND
34 -------------
35 The start command creates the daemon process.
36
37
38 SEE ALSO
39 --------
40 linkperf:perf-record[1], linkperf:perf-config[1]