#include "abi.h"
#include "odb.h"
#include "popt_options.h"
#include "op_sample_file.h"
#include "op_cpu_type.h"
#include "op_config.h"
#include <fstream>
#include <iostream>
#include <cstdlib>
#include <cstring>
Go to the source code of this file.
Functions | |
int | main (int argc, char const **argv) |
Variables | |
popt::option | options_array [] |
Import sample files from other ABI
Definition in file abi_test.cpp.
int main | ( | int | argc, | |
char const ** | argv | |||
) |
Definition at line 38 of file abi_test.cpp.
References opd_header::anon_start, opd_header::cg_to_anon_start, opd_header::cg_to_is_kernel, CPU_ATHLON, opd_header::cpu_speed, opd_header::cpu_type, opd_header::ctr_count, opd_header::ctr_event, opd_header::ctr_um, opd_header::is_kernel, opd_header::magic, opd_header::mtime, odb_add_node(), odb_close(), odb_get_data(), odb_open(), ODB_RDWR, OPD_MAGIC, OPD_VERSION, popt::parse_options(), and opd_header::version.
{ popt::option(db_filename, "db", 'd', "output db to file", "filename"), popt::option(abi_filename, "abi", 'a', "output abi to file", "filename") }
Definition at line 32 of file abi_test.cpp.