Displaying 1 result from an estimated 1 matches for "logtxexectime".
2009 Sep 17
5
"this" variables being overridden?
.../* various of other foo:entry clauses with various predicates.
* None of them is doing a copyin operation.
*/
[snip]
pid$target::foo:entry
/disabled[0]==0 && arg1 != 0/
{
this->ablock = arg0;
this->time = this->dataP->execTime;
this->ltime = this->dataP->logTxExecTime;
this->wtime = this->dataP->confWaitTime;
this->trials = this->dataP->counters[NumRetries];
this->confsWonWR = this->dataP->counters[NumWonWRConf] ? 1:0;
this->confsWonWRUp = this->dataP->counters[NumWonWRUpConf] ? 1:0;
this->confsWonRW = this-&...