2016-08-30 1:59 GMT+03:00 Steven Rostedt <[email protected]>:
> On Mon, 29 Aug 2016 18:58:13 -0400
> Steven Rostedt <[email protected]> wrote:
>
>> On Thu, 25 Aug 2016 18:21:09 +0300
>> Dmitry Safonov <[email protected]> wrote:
>>
>> > It's useless. Before:
>> > [tracing]# echo 'p:test /a:0x0' >> uprobe_events
>> > [tracing]# echo 'p:test a:0x0' >> uprobe_events
>> > -bash: echo: write error: No such file or directory
>> > [tracing]# echo 'p:test 1:0x0' >> uprobe_events
>> > -bash: echo: write error: Invalid argument
>> >
>> > After:
>> > [tracing]# echo 'p:test 1:0x0' >> uprobe_events
>> > -bash: echo: write error: No such file or directory
>> >
>> > Signed-off-by: Dmitry Safonov <[email protected]>
>>
>> Acked-by: Steven Rostedt <[email protected]>
>
> Actually, this patch seems agnostic to the series. I'll just pull it in
> now.
Thanks, Steve!
--
Dmitry