Home | History | Annotate | Download | only in libpp

Lines Matching refs:anon

63  * remove from path_component all directory left to {root}, {kern} or {anon}
69 if (*it == "{root}" || *it == "{kern}" || *it == "{anon}")
77 /// Handle an anon region. Pretty print the details.
78 /// The second argument is the anon portion of the path which will
79 /// contain extra details such as the anon region name (unknown, vdso, heap etc.)
83 // Get rid of "{anon:
112 * {root}/path/to/bin/{dep}/{anon:anon}/pid.start.end/event_spec
113 * {root}/path/to/bin/{dep}/{anon:[vdso]}/pid.start.end/event_spec
165 // PP:3.19 {dep}/ must be followed by {kern}/, {root}/ or {anon}/
167 path[i].find("{anon", 0) != 0) {
172 bool anon = path[i].find("{anon:", 0) == 0;
174 // skip "{root}", "{kern}" or "{anon:.*}"
181 if (anon) {
213 path[i].find("{anon", 0) != 0)) {
218 // skip "{root}", "{kern}" or "{anon}"
219 anon = (path[i].find("{anon", 0) == 0);
222 if (anon) {