[lttng-dev] [RFC-PATCH] Adding trap tracepoints definitions

2013-03-20 Thread Francis Deslauriers
This patch adds new trap tracepoint definitions. Both trap entry and trap exit tracepoints can be added. Signed-off-by: Francis Deslauriers fdesl...@gmail.com --- include/trace/events/trap.h | 45 +++ 1 file changed, 45 insertions(+) create mode 100644

Re: [lttng-dev] [RFC-PATCH] Adding trap tracepoints definitions

2013-03-20 Thread Francis Deslauriers
Here is reworked version on the trap tracepoints. If it looks good, i will go on by sending a lttng-modules patch adding the trap-probe. Comments are welcome. Francis On Wed, Mar 20, 2013 at 3:55 PM, Francis Deslauriers fdesl...@gmail.comwrote: This patch adds new trap tracepoint

Re: [lttng-dev] [RFC-PATCH] Adding trap tracepoints definitions

2013-03-20 Thread Mathieu Desnoyers
* Francis Deslauriers (fdesl...@gmail.com) wrote: This patch adds new trap tracepoint definitions. Both trap entry and trap exit tracepoints can be added. Signed-off-by: Francis Deslauriers fdesl...@gmail.com --- include/trace/events/trap.h | 45

[lttng-dev] [RFC-PATCH] Adding trap tracepoints definitions

2013-03-20 Thread Francis Deslauriers
This patch adds new trap tracepoint definitions. Both trap entry and trap exit tracepoints can be added. Signed-off-by: Francis Deslauriers fdesl...@gmail.com --- include/trace/events/trap.h | 45 +++ 1 file changed, 45 insertions(+) create mode 100644

Re: [lttng-dev] [RFC-PATCH] Adding trap tracepoints definitions

2013-03-20 Thread Mathieu Desnoyers
* Francis Deslauriers (fdesl...@gmail.com) wrote: This patch adds new trap tracepoint definitions. Both trap entry and trap exit tracepoints can be added. Both trap entry and trap exit tracepoints can be added. - It enables each architecture to add trap instrumentation. Signed-off-by:

[lttng-dev] [RFC-PATCH] Adding trap tracepoints definitions

2013-03-20 Thread Francis Deslauriers
This patch adds new trap tracepoint definitions. It enables each architecture to add trap instrumentation. Signed-off-by: Francis Deslauriers fdesl...@gmail.com --- include/trace/events/trap.h | 47 +++ 1 file changed, 47 insertions(+) create mode

Re: [lttng-dev] [RFC-PATCH] Adding trap tracepoints definitions

2013-03-20 Thread Mathieu Desnoyers
Subject change: Adding trap tracepoints definitions - Add trap trace event definitions * Francis Deslauriers (fdesl...@gmail.com) wrote: This patch adds new trap tracepoint definitions. It enables each architecture to add trap instrumentation. This patch should be avoided (we know it's a

Re: [lttng-dev] [RFC-PATCH] Adding trap tracepoints definitions

2013-03-20 Thread Francis Deslauriers
On Wed, Mar 20, 2013 at 10:51 PM, Mathieu Desnoyers mathieu.desnoy...@efficios.com wrote: Subject change: Adding trap tracepoints definitions - Add trap trace event definitions - Add trace trace event definitions. It will allow each architecture to instrument their traps. How about

Re: [lttng-dev] [RFC-PATCH] Adding trap tracepoints definitions

2013-03-15 Thread Mathieu Desnoyers
* Francis Deslauriers (fdesl...@gmail.com) wrote: This patch adds new trap tracepoint definitions. Both trap entry and trap exit tracepoints can be added. Signed-off-by: Francis Deslauriers fdesl...@gmail.com --- include/trace/events/trap.h | 39 +++

[lttng-dev] [RFC-PATCH] Adding trap tracepoints definitions

2013-03-14 Thread Francis Deslauriers
Hi, I am currently working on adding trap tracepoints in the kernel. As of now, i have an implementation of the tracepoints trap_entry and trap_exit. I have created a LTTng probe for those events as well. It would really be appreciated that you, LTTng guys, can give me your comments about my