HomeSort by relevance Sort by last modified time
    Searched defs:app_cookie (Results 1 - 4 of 4) sorted by null

  /external/oprofile/daemon/
opd_anon.h 39 cookie_t app_cookie; member in struct:anon_mapping
opd_sfile.h 43 cookie_t app_cookie; member in struct:sfile
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;
opd_trans.h 48 cookie_t app_cookie; member in struct:transient

Completed in 57 milliseconds