[PATCH] trace-cmd: Make read nonblocking in find_time_stamp().

2013-11-04 Thread Aaron Fabbri
ing, because the dummy event can end up on any CPU. Signed-off-by: Aaron Fabbri --- trace-record.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trace-record.c b/trace-record.c index 1b1d293..dca8a92 100644 --- a/trace-record.c +++ b/trace-record.c @@ -2092,7 +2092,7 @@ sta

[PATCH] trace-cmd: Make read nonblocking in find_time_stamp().

2013-11-04 Thread Aaron Fabbri
, because the dummy event can end up on any CPU. Signed-off-by: Aaron Fabbri ajfab...@gmail.com --- trace-record.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trace-record.c b/trace-record.c index 1b1d293..dca8a92 100644 --- a/trace-record.c +++ b/trace-record.c @@ -2092,7 +2092,7