Import TRACE_EVENT macro from the kernel v3
authorNils Carlson <nils.carlson@ericsson.com>
Mon, 30 Aug 2010 08:22:53 +0000 (10:22 +0200)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 1 Sep 2010 04:16:51 +0000 (00:16 -0400)
commit22d7294822cce9fdc893b8ab272e322270456ac9
tree304e3d5911c515f1af94098be122f06003d4c3de
parent2c9d748b51b1b05732d9386d84f4203f3cdba74d
Import TRACE_EVENT macro from the kernel v3

This is a slightly modified version of the TRACE_EVENT
macro from the kernel, TP_printf has replaced TP_printk.

The TRACE_EVENT macro expansion is currently a dummy which
only expands to a printf probe, connected in a constructor.

Changes since version 2:
Added re-licensing information
Macro naming is more consisten (always contains trace)

Changes since version 1:
Added new headers to include/Makefile.am
Added major copyright holders and license information to headers.
include/Makefile.am
include/ust/define_trace.h [new file with mode: 0644]
include/ust/kcompat/compiler.h
include/ust/kcompat/stringify.h [new file with mode: 0644]
include/ust/tracepoint.h
include/ust/ust_trace.h [new file with mode: 0644]
lgpl-relicensing.txt [new file with mode: 0644]
This page took 0.023815 seconds and 4 git commands to generate.