diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-01-31 20:40:02 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-31 23:43:36 +0100 |
commit | dc77b0824e6d7adf40b4543243cbca8d8d03695b (patch) | |
tree | 6dd75cec555fbee0a709d5f54a26e7458864fb50 /package/lttng-libust/Config.in | |
parent | 16891da22d99ec73696aa22c7564083146d664ec (diff) |
lttng-libust: new package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/lttng-libust/Config.in')
-rw-r--r-- | package/lttng-libust/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/lttng-libust/Config.in b/package/lttng-libust/Config.in new file mode 100644 index 000000000..335a95688 --- /dev/null +++ b/package/lttng-libust/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_LTTNG_LIBUST + bool "lttng-libust" + select BR2_PACKAGE_LIBURCU + help + Userspace tracing library for the Lttng tracing + infrastructure. It allows userspace programs to create + custom trace events that are integrated with all other + events gathered by LTTng. + + http://lttng.org |