* Ettore Del Negro ([email protected]) wrote: > Hello, > > i noticed there are some tests that use ust_marker() or ust_marker_tp() > after including <ust/marker.h> in which, i guess, they are defined. > I tried to compile some which include the marker but gcc can't find that > header file. > I tried: > (~/LTTng)> ls > babeltrace lttng-modules lttng-tools lttng-ust userspace-rcu > (~/LTTng)> find -type f -name "marker.h" > (~/LTTng)> > > Is it really missing or am i just not seeing it? (the folders above are > latest git sources tracking branch master)
Those tests are deprecated. See the tests/Makefile.am to see which tests are active and which are not. Thanks, Mathieu > > Regards, > Ettore > > _______________________________________________ > lttng-dev mailing list > [email protected] > http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev -- Mathieu Desnoyers Operating System Efficiency R&D Consultant EfficiOS Inc. http://www.efficios.com _______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
