Re: [PATCH v5 16/19] tracing: probeevent: Add array type support

From: Ravi Bangoria
Date: Thu Mar 15 2018 - 03:59:20 EST




On 03/15/2018 12:53 PM, Masami Hiramatsu wrote:
>
> Sorry, that is too complicated than enough. you should try to specify a[0] instead of a.
>
> $ sudo ./perf probe -x ~/hello foo1 'a=a[0]:x32[3]'

Cool.. that works fine.

$ sudo ./perf script
 hello 1779 [034] 76.081971: probe_hello:foo1: (100005fc) a={0x4,0x5,0x6}

Thanks,
Ravi

> :)
>
> Thank you,
>