Home
last modified time | relevance | path

Searched refs:app_cookie (Results 1 – 9 of 9) sorted by relevance

/external/oprofile/daemon/
Dopd_anon.c79 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()
Dopd_spu.c25 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()
Dopd_sfile.c52 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 …]
Dopd_mangling.c40 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()
Dopd_trans.c152 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()
Dopd_ibs_trans.c581 || 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()
Dopd_anon.h39 cookie_t app_cookie; member
Dopd_sfile.h43 cookie_t app_cookie; member
Dopd_trans.h48 cookie_t app_cookie; member