Searched refs:cur_proc (Results 1 – 2 of 2) sorted by relevance
254 struct proc_info cur_proc; in read_procs() local275 read_cmdline(filename, &cur_proc); in read_procs()278 read_status(filename, &cur_proc); in read_procs()303 strcpy(proc->name, cur_proc.name); in read_procs()304 proc->uid = cur_proc.uid; in read_procs()305 proc->gid = cur_proc.gid; in read_procs()
245 Backtrace* bt_ign2, const char* cur_proc) { in VerifyIgnoreFrames() argument252 bool check = (cur_proc == nullptr); in VerifyIgnoreFrames()263 if (!check && bt_ign2->GetFrame(i)->func_name == cur_proc) { in VerifyIgnoreFrames()