Searched refs:action (Results 1 – 2 of 2) sorted by relevance
/dalvik/tools/dmtracedump/ |
D | CreateTestTrace.c | 66 unsigned int action; /* 0=entry, 1=exit, 2=exception exit */ member 173 int action; in parseInputFile() local 257 action = 0; in parseInputFile() 268 action = 1; in parseInputFile() 280 action = 1; in parseInputFile() 308 if (action == 0) in parseInputFile() 312 records[nextRecord].action = action; in parseInputFile() 429 unsigned int val = METHOD_COMBINE(pRecord->methodId, pRecord->action); in writeDataRecords()
|
D | TraceDump.c | 1206 int action, printDepth; in dumpTrace() local 1217 action = METHOD_ACTION(methodVal); in dumpTrace() 1223 if (action == METHOD_TRACE_ENTER) { in dumpTrace() 1251 actionStr[action], mismatch ? '!' : ' ', in dumpTrace() 1257 actionStr[action], mismatch ? '!' : ' ', in dumpTrace() 1263 if (action != METHOD_TRACE_ENTER) { in dumpTrace() 2320 int action; in parseDataKeys() local 2329 action = METHOD_ACTION(methodVal); in parseDataKeys() 2352 threadId, currentTime, action, pStack->threadStartTime, in parseDataKeys() 2358 threadId, currentTime, action, pStack->threadStartTime, in parseDataKeys() [all …]
|