HomeSort by relevance Sort by last modified time
    Searched refs:anon (Results 1 - 13 of 13) sorted by null

  /external/oprofile/daemon/
opd_mangling.c 39 if (sf->anon)
57 static char * mangle_anon(struct anon_mapping const * anon)
61 snprintf(name, 1024, "%u.0x%llx.0x%llx", (unsigned int)anon->tgid,
62 anon->start, anon->end);
80 } else if (sf->anon) {
82 values.image_name = mangle_anon(sf->anon);
83 values.anon_name = sf->anon->name;
111 } else if (last->anon) {
113 values.cg_image_name = mangle_anon(last->anon);
    [all...]
opd_sfile.c 51 if (separate_kernel || ((trans->anon || separate_lib) && !ki))
72 if (trans->anon) {
73 val ^= trans->anon->start >> VMA_SHIFT;
74 val ^= trans->anon->end >> (VMA_SHIFT + 1);
83 struct kernel_image const * ki, struct anon_mapping const * anon,
103 if (separate_kernel || ((anon || separate_lib) && !ki)) {
114 if (sf->anon != anon)
126 trans->anon, trans->tgid, trans->tid, trans->cpu);
134 sf2->anon, sf2->tgid, sf2->tid, sf2->cpu)
    [all...]
opd_anon.c 10 * What is relatively common is expanding anon maps, which leaves us
36 * anon cache, we'll tear down all the mappings for that tgid. Thus, LRU
56 if (trans->anon == entry)
103 printf("Cleared anon maps for tgid %u (%s).\n", tgid, name);
124 printf("Added anon map 0x%llx-0x%llx for tgid %u (%s).\n",
146 /* Some anon maps have labels like
148 * Keep track of these labels. If a map has no name, call it "anon".
151 strcpy(name, "anon");
165 anon_match(struct transient const * trans, struct anon_mapping const * anon)
167 if (!anon)
    [all...]
opd_trans.h 45 struct anon_mapping * anon; member in struct:transient
68 trans->last_anon = trans->anon;
opd_sfile.h 53 struct anon_mapping * anon; member in struct:sfile
84 /** clear any sfiles for the given anon mapping */
opd_trans.c 47 trans->anon = NULL;
106 trans->anon = find_anon_mapping(trans);
114 * it's a sample from an anon region we couldn't find
300 .anon = NULL,
opd_ibs.c 146 trans->anon = find_anon_mapping(trans);
154 * it's a sample from an anon region we couldn't find
  /external/clang/test/PCH/Inputs/
namespaces.h 24 void anon() { } function in namespace:__anon5021
  /external/oprofile/libop/
op_mangle.c 22 static void append_image(char * dest, int flags, int anon, char const * name, char const * anon_name)
26 } else if (anon) {
27 strcat(dest, "{anon:");
42 int anon = values->flags & MANGLE_ANON; local
59 if (anon || cg_anon)
63 * {kern}, {anon} and {cg} marker */
73 append_image(mangled, values->flags, anon, dep_name, anon_name);
  /external/clang/test/PCH/
namespaces.cpp 20 void(*funp1)() = anon;
  /external/clang/test/SemaCXX/
constructor.cpp 26 } Anon;
27 extern const Anon anon;
28 extern "C" const Anon anon2;
  /external/oprofile/libpp/
parse_filename.cpp 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}/
172 bool anon = path[i].find("{anon:", 0) == 0; local
    [all...]
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationImpl.java 65 * @param anon the annotation.
69 Annotation anon) {
70 AnnotationImpl handler = new AnnotationImpl(anon, cp, cl);

Completed in 103 milliseconds