Compare commits
2 Commits
e56bc12788
...
bb658be3b4
Author | SHA1 | Date | |
---|---|---|---|
bb658be3b4 | |||
6579780dc9 |
@ -165,10 +165,10 @@ void cov::callback(instr_info_t iinfo, const exec_info& einfo) {
|
||||
else
|
||||
delay = entry.not_taken;
|
||||
#ifndef WITH_LZ4
|
||||
output<<std::hex <<"0x" << instr_if->get_pc() <<"," << delay << "\n";
|
||||
output<<std::hex <<"0x" << instr_if->get_pc() <<"," << delay <<"," << call<< "\n";
|
||||
#else
|
||||
auto rdbuf=ostr.rdbuf();
|
||||
ostr<<std::hex <<"0x" << instr_if->get_pc() <<"," << delay << "\n";
|
||||
ostr<<std::hex <<"0x" << instr_if->get_pc() <<"," << delay <<"," << call<< "\n";
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user