Lines Matching full:monitors
128 return "#include <monitors/%s/%s.h>\n" % (self.parent, self.parent)
294 "// Add new monitors based on CONFIG_%s here" % monitor_class_type,
295 "#include <monitors/%s/%s_trace.h>" % (self.name, self.name))
300 #include <monitors/%s/%s_trace.h>
306 "# Add new monitors here",
307 "source \"kernel/trace/rv/monitors/%s/Kconfig\"" % (self.name))
311 Add this line where other monitors are included:
312 source \"kernel/trace/rv/monitors/%s/Kconfig\"
320 "# Add new monitors here",
321 "obj-$(CONFIG_RV_MON_%s) += monitors/%s/%s.o" % (name_up, name, name))
325 Add this line where other monitors are included:
326 obj-$(CONFIG_RV_MON_%s) += monitors/%s/%s.o
331 return " - Monitor created in %s/monitors/%s" % (self.rv_dir, self. name)
332 … return " - Move %s/ to the kernel's monitor directory (%s/monitors)" % (self.name, self.rv_dir)
337 path = os.path.join(self.rv_dir, "monitors", path)
358 path = os.path.join(self.rv_dir, "monitors", path)