Searched refs:app_cookie (Results 1 – 9 of 9) sorted by relevance
/external/oprofile/daemon/ |
D | opd_anon.c | 79 unsigned long hash = hash_anon(trans->tgid, trans->app_cookie); in clear_anon_maps() 81 cookie_t app = trans->app_cookie; in clear_anon_maps() 90 if (entry->tgid == tgid && entry->app_cookie == app) { in clear_anon_maps() 111 unsigned long hash = hash_anon(trans->tgid, trans->app_cookie); in add_anon_mapping() 114 m->app_cookie = trans->app_cookie; in add_anon_mapping() 123 char const * name = verbose_cookie(m->app_cookie); in add_anon_mapping() 171 if (trans->app_cookie != anon->app_cookie) in anon_match() 181 unsigned long hash = hash_anon(trans->tgid, trans->app_cookie); in find_anon_mapping()
|
D | opd_spu.c | 25 cookie_t app_cookie; member 70 trans->app_cookie = pop_buffer_value(trans); in code_spu_ctx_switch() 73 char const * app = find_cookie(trans->app_cookie); in code_spu_ctx_switch() 76 trans->app_cookie, app ? app : "none"); in code_spu_ctx_switch() 96 spu_context_cache[i].app_cookie = trans->app_cookie; in cache_spu_context_info() 106 trans->app_cookie = spu_context_cache[i].app_cookie; in update_trans_for_spu()
|
D | opd_sfile.c | 52 val ^= trans->app_cookie >> (DCOOKIE_SHIFT + 3); in sfile_hash() 82 do_match(struct sfile const * sf, cookie_t cookie, cookie_t app_cookie, in do_match() argument 104 if (sf->app_cookie != app_cookie) in do_match() 125 return do_match(sfile, trans->cookie, trans->app_cookie, ki, in trans_match() 133 return do_match(sf, sf2->cookie, sf2->app_cookie, sf2->kernel, in sfile_equal() 148 return is_cookie_ignored(sf->app_cookie); in is_sf_ignored() 155 return is_cookie_ignored(sf->app_cookie); in is_sf_ignored() 177 sf->app_cookie = INVALID_COOKIE; in create_sfile() 204 sf->app_cookie = trans->app_cookie; in create_sfile() 215 sf->app_cookie = trans->app_cookie; in create_sfile() [all …]
|
D | opd_mangling.c | 40 return find_cookie(sf->app_cookie); in get_dep_name() 43 if (sf->cookie == sf->app_cookie) in get_dep_name() 50 if (sf->app_cookie == 0) in get_dep_name() 53 return find_cookie(sf->app_cookie); in get_dep_name()
|
D | opd_trans.c | 152 trans->app_cookie = pop_buffer_value(trans); in code_ctx_switch() 161 char const * app = find_cookie(trans->app_cookie); in code_ctx_switch() 164 trans->app_cookie, app ? app : "none"); in code_ctx_switch() 299 .app_cookie = INVALID_COOKIE, in opd_process_samples()
|
D | opd_ibs_trans.c | 581 || old_app_cookie != trans->app_cookie) { in trans_ibs_op_bta() 582 app = find_cookie(trans->app_cookie); in trans_ibs_op_bta() 599 … trans->app_cookie, trans->cookie, trans->cpu, trans->tgid, trans->tid, (unsigned int)trans->pc, in trans_ibs_op_bta() 618 || old_app_cookie != trans->app_cookie) { in trans_ibs_op_ls_memaccess() 619 app = find_cookie(trans->app_cookie); in trans_ibs_op_ls_memaccess() 636 trans->app_cookie, in trans_ibs_op_ls_memaccess()
|
D | opd_anon.h | 39 cookie_t app_cookie; member
|
D | opd_sfile.h | 43 cookie_t app_cookie; member
|
D | opd_trans.h | 48 cookie_t app_cookie; member
|