Lines Matching refs:parsed
62 parsed_filename parsed = parse_filename(filename, extra);
64 image = parsed.image;
65 lib_image = parsed.lib_image;
66 cg_image = parsed.cg_image;
67 event = parsed.event;
68 count = op_lexical_cast<int>(parsed.count);
69 unitmask = op_lexical_cast<unsigned int>(parsed.unitmask);
70 tgid.set(parsed.tgid);
71 tid.set(parsed.tid);
72 cpu.set(parsed.cpu);