Large cleanup, mostly removal of all printk's and printfs in libust
[ust.git] / include / ust / marker.h
index 577b2fb4985cfcaaab23f75ff937085cf734cf56..641df8fd6f9460d3ff667479d58b991604f504d7 100644 (file)
@@ -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)
This page took 0.039584 seconds and 4 git commands to generate.