Searched defs:activeCount (Results 1 - 1 of 1) sorted by relevance

/dalvik/tools/dmtracedump/
H A DTraceDump.c273 int activeCount; member in struct:Filter
2536 int activeCount, addedWaitTimeThreadsCount; local
2562 "Running %s filter for class %s method %s, thread %d; activeCount: %d time: %llu\n",
2564 filter->activeCount, elapsed);
2567 if (filter->activeCount > 0) {
2570 activeThreads = (int*) calloc(filter->activeCount, sizeof(int));
2571 activationKeys = (int*) calloc(filter->activeCount, sizeof(int));
2572 activeCount = 0;
2575 addedWaitTimeThreads = (int*) calloc(filter->activeCount, sizeof(int));
2579 for (ii = 0; ii < filter->activeCount; i
[all...]

Completed in 40 milliseconds