Lines Matching full:monitors
251 "// Add new monitors based on CONFIG_%s here" % monitor_class_type,
252 "#include <monitors/%s/%s_trace.h>" % (self.name, self.name))
257 #include <monitors/%s/%s_trace.h>
263 "# Add new monitors here",
264 "source \"kernel/trace/rv/monitors/%s/Kconfig\"" % (self.name))
268 Add this line where other monitors are included:
269 source \"kernel/trace/rv/monitors/%s/Kconfig\"
277 "# Add new monitors here",
278 "obj-$(CONFIG_RV_MON_%s) += monitors/%s/%s.o" % (name_up, name, name))
282 Add this line where other monitors are included:
283 obj-$(CONFIG_RV_MON_%s) += monitors/%s/%s.o
288 return " - Monitor created in %s/monitors/%s" % (self.rv_dir, self. name)
289 … return " - Move %s/ to the kernel's monitor directory (%s/monitors)" % (self.name, self.rv_dir)
294 path = os.path.join(self.rv_dir, "monitors", path)
315 path = os.path.join(self.rv_dir, "monitors", path)