Searched refs:app_cookie (Results 1 - 8 of 8) sorted by relevance
/external/oprofile/daemon/ |
H A D | opd_anon.h | 39 cookie_t app_cookie; member in struct:anon_mapping
|
H A D | opd_spu.c | 25 cookie_t app_cookie; member in struct:spu_context_info 70 trans->app_cookie = pop_buffer_value(trans); 73 char const * app = find_cookie(trans->app_cookie); 76 trans->app_cookie, app ? app : "none"); 83 * trans->app_cookie. For the non-embedded case, trans->cookie always 96 spu_context_cache[i].app_cookie = trans->app_cookie; 106 trans->app_cookie = spu_context_cache[i].app_cookie;
|
H A D | opd_anon.c | 79 unsigned long hash = hash_anon(trans->tgid, trans->app_cookie); 81 cookie_t app = trans->app_cookie; 90 if (entry->tgid == tgid && entry->app_cookie == app) { 111 unsigned long hash = hash_anon(trans->tgid, trans->app_cookie); 114 m->app_cookie = trans->app_cookie; 123 char const * name = verbose_cookie(m->app_cookie); 171 if (trans->app_cookie != anon->app_cookie) 181 unsigned long hash = hash_anon(trans->tgid, trans->app_cookie); [all...] |
H A D | opd_mangling.c | 40 return find_cookie(sf->app_cookie); 43 if (sf->cookie == sf->app_cookie) 50 if (sf->app_cookie == 0) 53 return find_cookie(sf->app_cookie);
|
H A D | opd_sfile.c | 52 val ^= trans->app_cookie >> (DCOOKIE_SHIFT + 3); 82 do_match(struct sfile const * sf, cookie_t cookie, cookie_t app_cookie, argument 104 if (sf->app_cookie != app_cookie) 125 return do_match(sfile, trans->cookie, trans->app_cookie, ki, 133 return do_match(sf, sf2->cookie, sf2->app_cookie, sf2->kernel, 148 return is_cookie_ignored(sf->app_cookie); 155 return is_cookie_ignored(sf->app_cookie); 174 * meaningless (though not the app_cookie if separate_kernel) 177 sf->app_cookie [all...] |
H A D | opd_sfile.h | 43 cookie_t app_cookie; member in struct:sfile
|
H A D | opd_trans.c | 152 trans->app_cookie = pop_buffer_value(trans); 161 char const * app = find_cookie(trans->app_cookie); 164 trans->app_cookie, app ? app : "none"); 299 .app_cookie = INVALID_COOKIE,
|
H A D | opd_trans.h | 48 cookie_t app_cookie; member in struct:transient
|
Completed in 130 milliseconds