Lines Matching full:print
26 print("Opening and parsing the dot file %s" % params.dot_file)
30 print('Error: '+ str(e))
31 print("Sorry : :-(")
36 print(params.model_name)
38 print("Writing the monitor into the directory %s" % monitor.name)
40 print("Almost done, checklist")
41 print(" - Edit the %s/%s.c to add the instrumentation" % (monitor.name, monitor.name))
42 print(" - Edit include/trace/events/rv.h to add the tracepoint entry")
43 print(" - Move it to the kernel's monitor directory")
44 print(" - Edit kernel/trace/rv/Makefile")
45 print(" - Edit kernel/trace/rv/Kconfig")