op_header.h

Go to the documentation of this file.
00001 
00012 #ifndef OP_HEADER_H
00013 #define OP_HEADER_H
00014 
00015 #include <iosfwd>
00016 #include <string>
00017 
00018 #include "op_sample_file.h"
00019 
00028 void op_check_header(opd_header const & h1, opd_header const & h2,
00029                      std::string const & filename);
00030 
00031 bool is_jit_sample(std::string const & filename);
00032 
00037 void check_mtime(std::string const & file, opd_header const & header);
00038 
00045 opd_header const read_header(std::string const & sample_filename);
00046 
00051 std::string const describe_header(opd_header const & header);
00052 
00054 std::string const describe_cpu(opd_header const & header);
00055 
00056 #endif // OP_HEADER_H

Generated on 8 Nov 2012 for Oprofile by  doxygen 1.6.1