commit | 46656ac7fb3252f8a3db29b18638e0e8067849ba | [log] [tgz] |
---|---|---|
author | Tom Zanussi <[email protected]> | Thu Apr 01 23:59:17 2010 -0500 |
committer | Ingo Molnar <[email protected]> | Wed Apr 14 11:56:06 2010 +0200 |
tree | 327aeceb67f0dac1729e8a1eef2e567bdeba235b | |
parent | 529870e37473a9fc609078f03cc5b4148cf06a87 [diff] |
perf report: Introduce special handling for pipe input Adds special treatment for stdin - if the user specifies '-i -' to perf report, the intent is that the event stream be written to stdin rather than from a disk file. The actual handling of the '-' filename is done by the session; this just adds a signal handler to stop reporting, and turns off interference by the pager. Signed-off-by: Tom Zanussi <[email protected]> Acked-by: Thomas Gleixner <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>