On Thu, 22 Mar 2018 16:19:46 +0530
Ravi Bangoria wrote:
> Hi Masami :)
>
> On 03/22/2018 03:53 PM, Masami Hiramatsu wrote:
> > On Mon, 19 Mar 2018 13:29:59 +0530
> > Ravi Bangoria wrote:
> >
> >>
> >> Is it okay to allow user to specify array size with type field?
> > Fro this patch, yes.
>
>
Hi Masami :)
On 03/22/2018 03:53 PM, Masami Hiramatsu wrote:
> On Mon, 19 Mar 2018 13:29:59 +0530
> Ravi Bangoria wrote:
>
>>
>> Is it okay to allow user to specify array size with type field?
> Fro this patch, yes.
So IIUC, perf _tool_ will allow user to record array either with "name[range]"
o
On Mon, 19 Mar 2018 13:29:59 +0530
Ravi Bangoria wrote:
> Hi Masami,
>
> On 03/17/2018 06:23 PM, Masami Hiramatsu wrote:
> > Since kprobes events support an array argument, perf-probe
> > can also support dumping array now.
> > The syntax are
> >
> > []
> > or
> > []
> >
> > where the is ...
Hi Masami,
On 03/17/2018 06:23 PM, Masami Hiramatsu wrote:
> Since kprobes events support an array argument, perf-probe
> can also support dumping array now.
> The syntax are
>
> []
> or
> []
>
> where the is ... e.g. array[0..5].
> This can also be available with string type. In this
> case, t
Since kprobes events support an array argument, perf-probe
can also support dumping array now.
The syntax are
[]
or
[]
where the is ... e.g. array[0..5].
This can also be available with string type. In this
case, the string array should be "char *array[]" or
"char **array_ptr".
Note that this
5 matches
Mail list logo