On Thu, 06/02 13:05, Eric Blake wrote:
> On 06/02/2016 12:09 PM, Dmitry Fleytman wrote:
>
> >
> > The build did not pass because of tracepoint e1000e_rx_rss_ip6 which failed
> > to compile.
> >
> > This tracepoint has 11 parameters, when 1 parameter is removed build
> > succeeds.
> > Could it
On 2 June 2016 at 19:38, Dmitry Fleytman wrote:
> From lttng/tracepoint.h:
>
> …
>
> /*
> * TP_ARGS takes tuples of type, argument separated by a comma.
> * It can take up to 10 tuples (which means that less than 10 tuples is
> * fine too).
> * Each tuple is also separated by a comma.
> */
>
On 06/02/2016 12:09 PM, Dmitry Fleytman wrote:
>
> The build did not pass because of tracepoint e1000e_rx_rss_ip6 which failed
> to compile.
>
> This tracepoint has 11 parameters, when 1 parameter is removed build succeeds.
> Could it be that ust backend has a limitation of 10 parameters per ev
Hi,
After deeper investigation:
From lttng/tracepoint.h:
…
/*
* TP_ARGS takes tuples of type, argument separated by a comma.
* It can take up to 10 tuples (which means that less than 10 tuples is
* fine too).
* Each tuple is also separated by a comma.
*/
…
So this is a ust backend limita
> On 2 Jun 2016, at 19:29 PM, Peter Maydell wrote:
>
> On 2 June 2016 at 15:15, Peter Maydell wrote:
>> On 2 June 2016 at 07:47, Jason Wang wrote:
>>> The following changes since commit 287db79df8af8e31f18e262feb5e05103a09e4d4:
>>>
>>> Merge remote-tracking branch 'remotes/ehabkost/tags/x86-
On 2 June 2016 at 15:15, Peter Maydell wrote:
> On 2 June 2016 at 07:47, Jason Wang wrote:
>> The following changes since commit 287db79df8af8e31f18e262feb5e05103a09e4d4:
>>
>> Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into
>> staging (2016-05-24 13:06:33 +0100)
>>
On 2 June 2016 at 07:47, Jason Wang wrote:
> The following changes since commit 287db79df8af8e31f18e262feb5e05103a09e4d4:
>
> Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into
> staging (2016-05-24 13:06:33 +0100)
>
> are available in the git repository at:
>
> https:
The following changes since commit 287db79df8af8e31f18e262feb5e05103a09e4d4:
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into
staging (2016-05-24 13:06:33 +0100)
are available in the git repository at:
https://github.com/jasowang/qemu.git tags/net-pull-request
for