[PATCH 1/3] tracing: Fix synthetic event to accept unsigned modifier

2018-10-19 Thread Steven Rostedt
From: Masami Hiramatsu Fix synthetic event to accept unsigned modifier for its field type correctly. Currently, synthetic_events interface returns error for "unsigned" modifiers as below; # echo "myevent unsigned long var" >> synthetic_events sh: write error: Invalid argument This is because

Re: [PATCH 1/3] tracing: Fix synthetic event to accept unsigned modifier

2018-10-18 Thread Masami Hiramatsu
On Thu, 18 Oct 2018 21:11:35 +0900 Masami Hiramatsu wrote: > Fix synthetic event to accept unsigned modifier for its field type > correctly. > > Currently, synthetic_events interface returns error for "unsigned" > modifiers as below; > > # echo "myevent unsigned long var" >> synthetic_events >

[PATCH 1/3] tracing: Fix synthetic event to accept unsigned modifier

2018-10-18 Thread Masami Hiramatsu
Fix synthetic event to accept unsigned modifier for its field type correctly. Currently, synthetic_events interface returns error for "unsigned" modifiers as below; # echo "myevent unsigned long var" >> synthetic_events sh: write error: Invalid argument This is because argv_split() breaks "uns