Searched refs:anon (Results 1 - 19 of 19) sorted by relevance

/external/oprofile/daemon/
H A Dopd_mangling.c39 if (sf->anon)
57 static char * mangle_anon(struct anon_mapping const * anon) argument
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...]
H A Dopd_sfile.c51 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, sf
82 do_match(struct sfile const * sf, cookie_t cookie, cookie_t app_cookie, struct kernel_image const * ki, struct anon_mapping const * anon, pid_t tgid, pid_t tid, unsigned int cpu) argument
571 sfile_clear_anon(struct anon_mapping * anon) argument
[all...]
H A Dopd_anon.c10 * 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) argument
167 if (!anon)
[all...]
H A Dopd_trans.h45 struct anon_mapping * anon; member in struct:transient
68 trans->last_anon = trans->anon;
H A Dopd_sfile.h53 struct anon_mapping * anon; member in struct:sfile
84 /** clear any sfiles for the given anon mapping */
H A Dopd_trans.c47 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,
H A Dopd_ibs.c146 trans->anon = find_anon_mapping(trans);
154 * it's a sample from an anon region we couldn't find
/external/oprofile/libop/
H A Dop_mangle.c22 static void append_image(char * dest, int flags, int anon, char const * name, char const * anon_name) argument
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/Inputs/
H A Dnamespaces.h24 void anon() { } function in namespace:__anon4444
/external/clang/test/PCH/
H A Dnamespaces.cpp20 void(*funp1)() = anon;
/external/clang/test/SemaCXX/
H A Dconstructor.cpp27 extern const Anon anon;
/external/oprofile/libpp/
H A Dparse_filename.cpp63 * 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/
H A DAnnotationImpl.java65 * @param anon the annotation.
69 Annotation anon) {
70 AnnotationImpl handler = new AnnotationImpl(anon, cp, cl);
68 make(ClassLoader cl, Class clazz, ClassPool cp, Annotation anon) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dinterworking.c1003 char *anon; local
1008 anon = os_malloc(buflen);
1009 if (anon == NULL)
1011 os_snprintf(anon, buflen, "anonymous%s", pos);
1014 anon = os_malloc(buflen);
1015 if (anon == NULL)
1017 os_snprintf(anon, buflen, "anonymous@%s", cred->realm);
1019 anon = os_strdup("anonymous");
1020 if (anon == NULL)
1023 if (wpa_config_set_quoted(ssid, "anonymous_identity", anon) <
[all...]
/external/ipsec-tools/src/racoon/
H A Dremoteconf.c102 struct remoteconf *anon = NULL; local
146 anon = p;
149 if (allow_anon && anon != NULL) {
152 return anon;
/external/linux-tools-perf/util/
H A Dmap.c18 return strcmp(filename, "//anon") == 0;
45 int anon; local
47 anon = is_anon_memory(filename);
49 if (anon) {
60 if (anon) {
/external/v8/test/mjsunit/
H A Ddebug-stepout-scope.js227 var anon = 12; variable
234 Function(pre + "return anon")();
235 Function(pre + "return anon ")();
236 Function(pre + "return anon;")();
237 Function(pre + "return anon; ")();
/external/kernel-headers/original/asm-mips/
H A Dsgiarcs.h71 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1013 milliseconds