Searched refs:anon (Results 1 – 8 of 8) sorted by relevance
/external/oprofile/daemon/ |
D | opd_mangling.c | 39 if (sf->anon) in get_dep_name() 57 static char * mangle_anon(struct anon_mapping const * anon) in mangle_anon() argument 61 snprintf(name, 1024, "%u.0x%llx.0x%llx", (unsigned int)anon->tgid, in mangle_anon() 62 anon->start, anon->end); in mangle_anon() 80 } else if (sf->anon) { in mangle_filename() 82 values.image_name = mangle_anon(sf->anon); in mangle_filename() 83 values.anon_name = sf->anon->name; in mangle_filename() 111 } else if (last->anon) { in mangle_filename() 113 values.cg_image_name = mangle_anon(last->anon); in mangle_filename() 114 values.anon_name = last->anon->name; in mangle_filename() [all …]
|
D | opd_sfile.c | 50 if (separate_kernel || ((trans->anon || separate_lib) && !ki)) in sfile_hash() 71 if (trans->anon) { in sfile_hash() 72 val ^= trans->anon->start >> VMA_SHIFT; in sfile_hash() 73 val ^= trans->anon->end >> (VMA_SHIFT + 1); in sfile_hash() 82 struct kernel_image const * ki, struct anon_mapping const * anon, in do_match() argument 102 if (separate_kernel || ((anon || separate_lib) && !ki)) { in do_match() 113 if (sf->anon != anon) in do_match() 125 trans->anon, trans->tgid, trans->tid, trans->cpu); in trans_match() 133 sf2->anon, sf2->tgid, sf2->tid, sf2->cpu); in sfile_equal() 153 if (sf->anon || is_cookie_ignored(sf->cookie)) in is_sf_ignored() [all …]
|
D | opd_anon.c | 56 if (trans->anon == entry) in do_lru() 165 anon_match(struct transient const * trans, struct anon_mapping const * anon) in anon_match() argument 167 if (!anon) in anon_match() 169 if (trans->tgid != anon->tgid) in anon_match() 171 if (trans->app_cookie != anon->app_cookie) in anon_match() 173 if (trans->pc < anon->start) in anon_match() 175 return (trans->pc < anon->end); in anon_match() 186 if (anon_match(trans, trans->anon)) in find_anon_mapping() 187 return (trans->anon); in find_anon_mapping()
|
D | opd_trans.h | 45 struct anon_mapping * anon; member 67 trans->last_anon = trans->anon; in update_trans_last()
|
D | opd_trans.c | 47 trans->anon = NULL; in clear_trans_current() 106 trans->anon = find_anon_mapping(trans); in opd_put_sample() 293 .anon = NULL, in opd_process_samples()
|
D | opd_sfile.h | 53 struct anon_mapping * anon; member
|
/external/oprofile/libop/ |
D | op_mangle.c | 22 static void append_image(char * dest, int flags, int anon, char const * name, char const * anon_nam… in append_image() argument 26 } else if (anon) { in append_image() 42 int anon = values->flags & MANGLE_ANON; in op_mangle_filename() local 59 if (anon || cg_anon) in op_mangle_filename() 73 append_image(mangled, values->flags, anon, dep_name, anon_name); in op_mangle_filename()
|
/external/ipsec-tools/src/racoon/ |
D | remoteconf.c | 102 struct remoteconf *anon = NULL; local 146 anon = p; 149 if (allow_anon && anon != NULL) { 152 return anon;
|