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

1 2

  /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,
  /external/clang/test/PCH/Inputs/
namespaces.h 24 void anon() { } function in namespace:__anon18592
  /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/chromium_org/v8/test/mjsunit/
debug-stepout-scope-part1.js 162 var anon = 12; variable
169 Function(pre + "return anon")();
170 Function(pre + "return anon ")();
171 Function(pre + "return anon;")();
172 Function(pre + "return anon; ")();
  /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/v8/test/mjsunit/
debug-stepout-scope.js 227 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/javassist/src/main/javassist/bytecode/annotation/
AnnotationImpl.java 65 * @param anon the annotation.
69 Annotation anon) {
70 AnnotationImpl handler = new AnnotationImpl(anon, cp, cl);
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 1024 char *anon; local
1029 anon = os_malloc(buflen);
1030 if (anon == NULL)
1032 os_snprintf(anon, buflen, "anonymous%s", pos);
1035 anon = os_malloc(buflen);
1036 if (anon == NULL)
1038 os_snprintf(anon, buflen, "anonymous@%s", cred->realm);
1040 anon = os_strdup("anonymous");
1041 if (anon == NULL)
1044 if (wpa_config_set_quoted(ssid, "anonymous_identity", anon) <
    [all...]
  /external/ipsec-tools/src/racoon/
remoteconf.c 102 struct remoteconf *anon = NULL; local
146 anon = p;
149 if (allow_anon && anon != NULL) {
152 return anon;
  /external/linux-tools-perf/util/
map.c 18 return strcmp(filename, "//anon") == 0;
45 int anon; local
47 anon = is_anon_memory(filename);
49 if (anon) {
60 if (anon) {
  /bionic/libc/kernel/arch-mips/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 74 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes
  /external/kernel-headers/original/asm-mips/
sgiarcs.h 71 net_peripheral, misc_peripheral, anon enumerator in enum:linux_devtypes

Completed in 2234 milliseconds

1 2