From mboxrd@z Thu Jan 1 00:00:00 1970 From: mohamad.gebai@polymtl.ca (Mohamad Gebai) Date: Fri, 18 Jan 2013 11:22:16 -0500 Subject: [lttng-dev] Add architecture specific tracepoints Message-ID: <1358526136.50f976b837ad0@www.imp.polymtl.ca> Hi, I would like to add some of kvm's tracepoints to lttng as only few of them are already included. The problem is that those tracepoints are architecture specific (in the kernel source: arch/x86/kvm/trace.h). The readme file in lttng-modules/instrumentation/events/lttng-module doesn't explain the procedure to do this for arch specific folders. Should I add an arch folder in lttng-modules/instrumentation/events/mainline and /lttng-module? Thanks.