[PATCH] Documentation/trace/postprocess/trace-pagealloc-postprocess.pl: fix the traceevent regex

2014-02-28 Thread vinayakm . list
From: Vinayak Menon The script fails, when irq, preempt and lockdep fields (field 3 below) are printed in the trace output. Example entry: worker/0:0-4 [000] ...1 1155.972338: mm_page_alloc: Signed-off-by: Vinayak Menon --- .../postprocess/trace-pagealloc-postprocess.pl |8

[PATCH] Documentation/trace/postprocess/trace-pagealloc-postprocess.pl: fix the traceevent regex

2014-02-28 Thread vinayakm . list
From: Vinayak Menon vinayakm.l...@gmail.com The script fails, when irq, preempt and lockdep fields (field 3 below) are printed in the trace output. Example entry: worker/0:0-4 [000] ...1 1155.972338: mm_page_alloc: Signed-off-by: Vinayak Menon vinayakm.l...@gmail.com ---