Searched hist:bfacbe3bf2443c805aec4c04ecb558d03d0d3ebc (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-record.txt | diff bfacbe3bf2443c805aec4c04ecb558d03d0d3ebc Mon Jan 09 03:52:00 CST 2017 Jiri Olsa <jolsa@kernel.org> perf record: Add switch-output time option argument
It's now possible to specify the threshold time for perf.data like:
$ perf record --switch-output=30s ...
Once it's reached, the current data are dumped in to the perf.data.<timestamp> file and session does on.
$ perf record --switch-output=30s ... [ perf record: dump data: Woken up 44 times ] [ perf record: Dump perf.data.2017010213043746 ] ...
The time is expected to be a number with appended unit character - s/m/h/d.
Signed-off-by: Jiri Olsa <jolsa@kernel.org> Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Acked-by: Wang Nan <wangnan0@huawei.com> Cc: David Ahern <dsahern@gmail.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1483955520-29063-7-git-send-email-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|
/openbmc/linux/tools/perf/ |
H A D | builtin-record.c | diff bfacbe3bf2443c805aec4c04ecb558d03d0d3ebc Mon Jan 09 03:52:00 CST 2017 Jiri Olsa <jolsa@kernel.org> perf record: Add switch-output time option argument
It's now possible to specify the threshold time for perf.data like:
$ perf record --switch-output=30s ...
Once it's reached, the current data are dumped in to the perf.data.<timestamp> file and session does on.
$ perf record --switch-output=30s ... [ perf record: dump data: Woken up 44 times ] [ perf record: Dump perf.data.2017010213043746 ] ...
The time is expected to be a number with appended unit character - s/m/h/d.
Signed-off-by: Jiri Olsa <jolsa@kernel.org> Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com> Acked-by: Wang Nan <wangnan0@huawei.com> Cc: David Ahern <dsahern@gmail.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1483955520-29063-7-git-send-email-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|