X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Fust%2Fmarker.h;h=641df8fd6f9460d3ff667479d58b991604f504d7;hb=c1f205309da615f1f0c68beedf37365942246537;hp=577b2fb4985cfcaaab23f75ff937085cf734cf56;hpb=7e92827db5195a5b6afc110d0152eb2deef75638;p=ust.git diff --git a/include/ust/marker.h b/include/ust/marker.h index 577b2fb..641df8f 100644 --- a/include/ust/marker.h +++ b/include/ust/marker.h @@ -236,8 +236,7 @@ static inline void marker_update_probe_range(struct marker *begin, * * Places a marker using a standard memory read (_imv_read()) to be * enabled. Should be used for markers in code paths where instruction - * modification based enabling is not welcome. (__init and __exit functions, - * lockdep, some traps, printk). + * modification based enabling is not welcome. */ #define _trace_mark(channel, name, format, args...) \ __trace_mark(1, channel, name, NULL, format, ## args)