prec->ssec = stime;
}
info("%s: calling xcgroup_get_param for pid %d",
__func__, prec->pid);
xcgroup_get_param(task_memory_cg, "memory.stat",
&memory_stat, &memory_stat_size);
if (memory_stat == NULL) {
if (fstatus != XCGROUP_SUCCESS)
debug2("%s: unable to get parameter '%s' for '%s'",
__func__, param, cpath);
info("%s: file_path=%s size=%zu content=%s",
__func__, cpath, *csize, *content);
return fstatus;