Searched refs:abi_file (Results 1 – 4 of 4) sorted by relevance
/external/oprofile/libabi/ |
D | op_abi.c | 79 int op_write_abi_to_file(char const * abi_file) in op_write_abi_to_file() argument 84 if ((fp = fopen(abi_file, "w")) == NULL) in op_write_abi_to_file()
|
D | opimport.cpp | 182 ifstream abi_file(abi_filename.c_str()); in main() local 183 if (!abi_file) { in main() 188 abi_file >> input_abi; in main()
|
D | op_abi.h | 37 int op_write_abi_to_file(char const * abi_file);
|
/external/oprofile/ |
D | oprofile_android | 355 abi_file = os.path.join(self.session_dir, 'abi') 376 rc, output = self.adb.pull('/data/oprofile/abi', abi_file, echo=False) 398 rc, output = execute([opimport_bin, '-a', abi_file, '-o', out_path, in_path], echo=False)
|