aboutsummaryrefslogtreecommitdiff
path: root/libop/op_xml_events.h
blob: e1e092e2f4c7baf1fb9ff81b9b40a8b820c8ffa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**
 * @file op_xml_events.h
 * routines for generating event files in XML
 *
 * @remark Copyright 2008 OProfile authors
 * @remark Read the file COPYING
 *
 * @author Dave Nomura
 */

#ifndef OP_XML_EVENTS_H
#define OP_XML_EVENTS_H

#include "op_events.h"

void xml_help_for_event(struct op_event const * event);
void open_xml_events(char const * title, char const * doc, op_cpu cpu_type);
void close_xml_events(void);

#endif /* OP_XML_EVENTS_H */