opd_mangling.h

Go to the documentation of this file.
00001 
00012 #ifndef OPD_MANGLING_H
00013 #define OPD_MANGLING_H
00014 
00015 #include "odb.h"
00016 
00017 struct sfile;
00018 
00019 /*
00020  * opd_open_sample_file - open a sample file
00021  * @param sf  sfile to open sample file for
00022  * @param counter  counter number
00023  * @param cg if this is a callgraph file
00024  *
00025  * Open image sample file for the sfile, counter
00026  * counter and set up memory mappings for it.
00027  *
00028  * Returns 0 on success.
00029  */
00030 int opd_open_sample_file(odb_t *file, struct sfile *last,
00031                          struct sfile * sf, int counter, int cg);
00032 
00033 #endif /* OPD_MANGLING_H */

Generated on 8 Nov 2012 for Oprofile by  doxygen 1.6.1