commit | 8affc2b8c27bfc2d6e70827b746f490b62c44eaa | [log] [tgz] |
---|---|---|
author | Andi Kleen <[email protected]> | Thu Jul 31 14:45:04 2014 +0800 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Tue Aug 12 12:00:03 2014 -0300 |
tree | 5fee2c062b02c41e27a19d88c00525b551357c24 | |
parent | b048a24cc8f29dce1bad564aaeb8680020d3701c [diff] |
perf record: Honour --no-time command line option Time stamps are always implicitely enabled for record currently. The old --time/-T option is a nop. Allow the user to disable timestamps by using --no-time, honouring the existing option. The defaults are unchanged. Signed-off-by: Andi Kleen <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>