<div dir="ltr">Hi all,<div><br></div><div>I'm debugging a performance issue on a PPC OpenWrt distribution, running linux 3.3.8, and I've trying to debug it with a build of the lttng software off the master branches.  I made a slight modification to get a cross-compile working (renaming compat/{fcntl,poll,uuid}.h to prevent recursive inclusions), and that source works fine for an x86 target on kernel 3.4.46.</div>
<div><br></div><div> I've got it capturing syscalls, but nothing else.  All the drivers load OK.  I have every tracer and probe I can find turned on:</div><div><br></div><div>CONFIG_KPROBES=y</div><div>CONFIG_KRETPROBES=y</div>
<div>CONFIG_HAVE_KPROBES=y</div><div>CONFIG_HAVE_KRETPROBES=y</div><div>CONFIG_NET_TCPPROBE=m</div><div><div>CONFIG_TRACEPOINTS=y</div><div>CONFIG_HAVE_SYSCALL_TRACEPOINTS=y</div></div><div><div>CONFIG_KALLSYMS=y</div><div>
CONFIG_KALLSYMS_ALL=y</div></div><div><br></div><div><br></div><div>Can anybody give me some hints as to where to look?</div></div>