Searched refs:tailCtx (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/hprof/
H A DHprof.c122 hprofShutdown(hprof_context_t *tailCtx) argument
127 hprofFlushCurrentRecord(tailCtx);
129 LOGI("hprof: dumping heap strings to \"%s\".\n", tailCtx->fileName);
130 if (!tailCtx->directToDdms) {
131 fp = fopen(tailCtx->fileName, "w");
133 LOGE("can't open %s: %s\n", tailCtx->fileName, strerror(errno));
134 hprofFreeContext(tailCtx);
148 hprofFreeContext(tailCtx);
151 hprofContextInit(headCtx, strdup(tailCtx->fileName), fp, true,
152 tailCtx
[all...]

Completed in 168 milliseconds