workqueue instrumentation: remove duplicated structures
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 30 Mar 2013 00:47:25 +0000 (20:47 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 30 Mar 2013 01:56:43 +0000 (21:56 -0400)
commit20008d8c6a4cc7434753c5c34b90b4712f1e94af
tree3c3a91716f015e517c76ebf3964c27ea1265329e
parent9cf29d3eaffa56199259919c90108de84724b4fb
workqueue instrumentation: remove duplicated structures

Don't replicate internal structures from the kernel: this is asking for
serious trouble, and could lead to breakage if building on newer kernels
that have modified structures.

The proper approach, if we really need to extract this information,
would be to add APIs to the Linux kernel workqueue that allow getting
this information.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/workqueue.h
probes/lttng-probe-workqueue.c
This page took 0.02612 seconds and 4 git commands to generate.