All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: conflicting types for 'trace_signal_generate'
       [not found] <39d9fb3a-4613-7e77-b586-9df3f811d294@windriver.com>
@ 2019-01-31 16:06 ` Mathieu Desnoyers
       [not found] ` <79761919.445.1548950798791.JavaMail.zimbra@efficios.com>
  1 sibling, 0 replies; 3+ messages in thread
From: Mathieu Desnoyers @ 2019-01-31 16:06 UTC (permalink / raw)
  To: Dengke Du; +Cc: lttng-dev

Hi,

Can you try with lttng-modules stable-2.10 branch HEAD ?

It contains fixes related to support of the 5.0-rc Linux kernel.

Thanks,

Mathieu

----- On Jan 31, 2019, at 1:49 AM, Dengke Du dengke.du@windriver.com wrote:

> Hi all
> 
> Yocto branch: master
> 
> lttng-modules: 2.10.8
> 
> kernel: 5.0-rc
> 
> ------------------------------------------------------------------------------------
> 
>  /buildarea1/ddu/wrp/1019/lttng/build/workspace/sources/lttng-modules/probes/../probes/lttng-tracepoint-event-impl.h:143:6:
>  error: conflicting types for 'trace_signal_genera     te'
>   void trace_##_name(_proto);
>        ^~~~~~
>  /buildarea1/ddu/wrp/1019/lttng/build/workspace/sources/lttng-modules/probes/../probes/lttng-tracepoint-event-impl.h:55:2:
>  note: in expansion of macro 'LTTNG_TRACEPOINT_EVEN T_INSTANCE_MAP'
>    LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(map, name, map, PARAMS(proto),
> PARAMS(args))
>    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>  /buildarea1/ddu/wrp/1019/lttng/build/workspace/sources/lttng-modules/probes/../probes/lttng-tracepoint-event-impl.h:97:2:
>  note: in expansion of macro 'LTTNG_TRACEPOINT_EVEN     T_MAP'
>    LTTNG_TRACEPOINT_EVENT_MAP(name, name,    \
>    ^~~~~~~~~~~~~~~~~~~~~~~~~~
>  /buildarea1/ddu/wrp/1019/lttng/build/workspace/sources/lttng-modules/probes/../instrumentation/events/lttng-module/signal.h:53:1:
>  note: in expansion of macro 'LTTNG_TRACEPO     INT_EVENT'
>   LTTNG_TRACEPOINT_EVENT(signal_generate,
>   ^~~~~~~~~~~~~~~~~~~~~~
>  In file included from
> /buildarea1/ddu/wrp/1019/lttng/build/tmp-glibc/work-shared/qemux86-64/kernel-source/include/trace/events/signal.h:10,
>                   from
> /buildarea1/ddu/wrp/1019/lttng/build/workspace/sources/lttng-modules/probes/lttng-probe-signal.c:30:
>  /buildarea1/ddu/wrp/1019/lttng/build/tmp-glibc/work-shared/qemux86-64/kernel-source/include/linux/tracepoint.h:235:21:
>  note: previous definition of 'trace_signal_generate'      was here
>    static inline void trace_##name(proto)    \
>                       ^~~~~~
>  /buildarea1/ddu/wrp/1019/lttng/build/tmp-glibc/work-shared/qemux86-64/kernel-source/include/linux/tracepoint.h:398:2:
>  note: in expansion of macro '__DECLARE_TRACE'
>    __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args),  \
>    ^~~~~~~~~~~~~~~
>  /buildarea1/ddu/wrp/1019/lttng/build/tmp-glibc/work-shared/qemux86-64/kernel-source/include/linux/tracepoint.h:534:2:
>  note: in expansion of macro 'DECLARE_TRACE'
>    DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
>    ^~~~~~~~~~~~~
>  /buildarea1/ddu/wrp/1019/lttng/build/tmp-glibc/work-shared/qemux86-64/kernel-source/include/trace/events/signal.h:50:1:
>  note: in expansion of macro 'TRACE_EVENT'
>   TRACE_EVENT(signal_generate,
>   ^~~~~~~~~~~
> ------------------------------------------------------------------------------------
> 
> _______________________________________________
> lttng-dev mailing list
> lttng-dev@lists.lttng.org
> https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: conflicting types for 'trace_signal_generate'
       [not found] ` <79761919.445.1548950798791.JavaMail.zimbra@efficios.com>
@ 2019-02-01  6:57   ` ddu
  0 siblings, 0 replies; 3+ messages in thread
From: ddu @ 2019-02-01  6:57 UTC (permalink / raw)
  To: Mathieu Desnoyers; +Cc: lttng-dev

Thanks! Let me try it.

在 2019/2/1 上午12:06, Mathieu Desnoyers 写道:
> Hi,
>
> Can you try with lttng-modules stable-2.10 branch HEAD ?
>
> It contains fixes related to support of the 5.0-rc Linux kernel.
>
> Thanks,
>
> Mathieu
>
> ----- On Jan 31, 2019, at 1:49 AM, Dengke Du dengke.du@windriver.com wrote:
>
>> Hi all
>>
>> Yocto branch: master
>>
>> lttng-modules: 2.10.8
>>
>> kernel: 5.0-rc
>>
>> ------------------------------------------------------------------------------------
>>
>>   /buildarea1/ddu/wrp/1019/lttng/build/workspace/sources/lttng-modules/probes/../probes/lttng-tracepoint-event-impl.h:143:6:
>>   error: conflicting types for 'trace_signal_genera     te'
>>    void trace_##_name(_proto);
>>         ^~~~~~
>>   /buildarea1/ddu/wrp/1019/lttng/build/workspace/sources/lttng-modules/probes/../probes/lttng-tracepoint-event-impl.h:55:2:
>>   note: in expansion of macro 'LTTNG_TRACEPOINT_EVEN T_INSTANCE_MAP'
>>     LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(map, name, map, PARAMS(proto),
>> PARAMS(args))
>>     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>   /buildarea1/ddu/wrp/1019/lttng/build/workspace/sources/lttng-modules/probes/../probes/lttng-tracepoint-event-impl.h:97:2:
>>   note: in expansion of macro 'LTTNG_TRACEPOINT_EVEN     T_MAP'
>>     LTTNG_TRACEPOINT_EVENT_MAP(name, name,    \
>>     ^~~~~~~~~~~~~~~~~~~~~~~~~~
>>   /buildarea1/ddu/wrp/1019/lttng/build/workspace/sources/lttng-modules/probes/../instrumentation/events/lttng-module/signal.h:53:1:
>>   note: in expansion of macro 'LTTNG_TRACEPO     INT_EVENT'
>>    LTTNG_TRACEPOINT_EVENT(signal_generate,
>>    ^~~~~~~~~~~~~~~~~~~~~~
>>   In file included from
>> /buildarea1/ddu/wrp/1019/lttng/build/tmp-glibc/work-shared/qemux86-64/kernel-source/include/trace/events/signal.h:10,
>>                    from
>> /buildarea1/ddu/wrp/1019/lttng/build/workspace/sources/lttng-modules/probes/lttng-probe-signal.c:30:
>>   /buildarea1/ddu/wrp/1019/lttng/build/tmp-glibc/work-shared/qemux86-64/kernel-source/include/linux/tracepoint.h:235:21:
>>   note: previous definition of 'trace_signal_generate'      was here
>>     static inline void trace_##name(proto)    \
>>                        ^~~~~~
>>   /buildarea1/ddu/wrp/1019/lttng/build/tmp-glibc/work-shared/qemux86-64/kernel-source/include/linux/tracepoint.h:398:2:
>>   note: in expansion of macro '__DECLARE_TRACE'
>>     __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args),  \
>>     ^~~~~~~~~~~~~~~
>>   /buildarea1/ddu/wrp/1019/lttng/build/tmp-glibc/work-shared/qemux86-64/kernel-source/include/linux/tracepoint.h:534:2:
>>   note: in expansion of macro 'DECLARE_TRACE'
>>     DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
>>     ^~~~~~~~~~~~~
>>   /buildarea1/ddu/wrp/1019/lttng/build/tmp-glibc/work-shared/qemux86-64/kernel-source/include/trace/events/signal.h:50:1:
>>   note: in expansion of macro 'TRACE_EVENT'
>>    TRACE_EVENT(signal_generate,
>>    ^~~~~~~~~~~
>> ------------------------------------------------------------------------------------
>>
>> _______________________________________________
>> lttng-dev mailing list
>> lttng-dev@lists.lttng.org
>> https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 3+ messages in thread

* conflicting types for 'trace_signal_generate'
@ 2019-01-31  6:49 ddu
  0 siblings, 0 replies; 3+ messages in thread
From: ddu @ 2019-01-31  6:49 UTC (permalink / raw)
  To: lttng-dev

Hi all

Yocto branch: master

lttng-modules: 2.10.8

kernel: 5.0-rc

------------------------------------------------------------------------------------

  /buildarea1/ddu/wrp/1019/lttng/build/workspace/sources/lttng-modules/probes/../probes/lttng-tracepoint-event-impl.h:143:6: error: conflicting types for 'trace_signal_genera     te'
   void trace_##_name(_proto);
        ^~~~~~
  /buildarea1/ddu/wrp/1019/lttng/build/workspace/sources/lttng-modules/probes/../probes/lttng-tracepoint-event-impl.h:55:2: note: in expansion of macro 'LTTNG_TRACEPOINT_EVEN T_INSTANCE_MAP'
    LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(map, name, map, PARAMS(proto), 
PARAMS(args))
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  /buildarea1/ddu/wrp/1019/lttng/build/workspace/sources/lttng-modules/probes/../probes/lttng-tracepoint-event-impl.h:97:2: note: in expansion of macro 'LTTNG_TRACEPOINT_EVEN     T_MAP'
    LTTNG_TRACEPOINT_EVENT_MAP(name, name,    \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~
  /buildarea1/ddu/wrp/1019/lttng/build/workspace/sources/lttng-modules/probes/../instrumentation/events/lttng-module/signal.h:53:1: note: in expansion of macro 'LTTNG_TRACEPO     INT_EVENT'
   LTTNG_TRACEPOINT_EVENT(signal_generate,
   ^~~~~~~~~~~~~~~~~~~~~~
  In file included from 
/buildarea1/ddu/wrp/1019/lttng/build/tmp-glibc/work-shared/qemux86-64/kernel-source/include/trace/events/signal.h:10,
                   from 
/buildarea1/ddu/wrp/1019/lttng/build/workspace/sources/lttng-modules/probes/lttng-probe-signal.c:30:
  /buildarea1/ddu/wrp/1019/lttng/build/tmp-glibc/work-shared/qemux86-64/kernel-source/include/linux/tracepoint.h:235:21: note: previous definition of 'trace_signal_generate'      was here
    static inline void trace_##name(proto)    \
                       ^~~~~~
  /buildarea1/ddu/wrp/1019/lttng/build/tmp-glibc/work-shared/qemux86-64/kernel-source/include/linux/tracepoint.h:398:2: note: in expansion of macro '__DECLARE_TRACE'
    __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args),  \
    ^~~~~~~~~~~~~~~
  /buildarea1/ddu/wrp/1019/lttng/build/tmp-glibc/work-shared/qemux86-64/kernel-source/include/linux/tracepoint.h:534:2: note: in expansion of macro 'DECLARE_TRACE'
    DECLARE_TRACE(name, PARAMS(proto), PARAMS(args))
    ^~~~~~~~~~~~~
  /buildarea1/ddu/wrp/1019/lttng/build/tmp-glibc/work-shared/qemux86-64/kernel-source/include/trace/events/signal.h:50:1: note: in expansion of macro 'TRACE_EVENT'
   TRACE_EVENT(signal_generate,
   ^~~~~~~~~~~
------------------------------------------------------------------------------------

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-01  7:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <39d9fb3a-4613-7e77-b586-9df3f811d294@windriver.com>
2019-01-31 16:06 ` conflicting types for 'trace_signal_generate' Mathieu Desnoyers
     [not found] ` <79761919.445.1548950798791.JavaMail.zimbra@efficios.com>
2019-02-01  6:57   ` ddu
2019-01-31  6:49 ddu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.