00001 /** 00002 * @file op_xml_events.h 00003 * routines for generating event files in XML 00004 * 00005 * @remark Copyright 2008 OProfile authors 00006 * @remark Read the file COPYING 00007 * 00008 * @author Dave Nomura 00009 */ 00010 00011 #ifndef OP_XML_EVENTS_H 00012 #define OP_XML_EVENTS_H 00013 00014 #include "op_events.h" 00015 00016 void xml_help_for_event(struct op_event const * event); 00017 void open_xml_events(char const * title, char const * doc, op_cpu cpu_type); 00018 void close_xml_events(void); 00019 00020 #endif /* OP_XML_EVENTS_H */
1.6.1