Searched defs:app_cookie (Results 1 - 5 of 5) sorted by relevance

/external/oprofile/daemon/
H A Dopd_anon.h39 cookie_t app_cookie; member in struct:anon_mapping
H A Dopd_sfile.h43 cookie_t app_cookie; member in struct:sfile
H A Dopd_spu.c25 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 Dopd_trans.h48 cookie_t app_cookie; member in struct:transient
H A Dopd_sfile.c52 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...]

Completed in 1330 milliseconds