Home | History | Annotate | Download | only in qtools

Lines Matching refs:pstate

43     ProcessState *pstate = &processes[0];
44 for (int ii = 0; ii < num_procs; ++ii, ++pstate) {
45 if (pstate->name == NULL)
46 pstate->name = "";
47 ProcessState *manager = pstate->addr_manager;
49 pstate->pid, manager->nregions, pstate->name);
50 for (int jj = 1; jj < pstate->argc; ++jj) {
51 printf(" %s", pstate->argv[jj]);
54 trace->DumpRegions(stdout, pstate);