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

  /external/oprofile/daemon/
opd_anon.h 39 cookie_t app_cookie; member in struct:anon_mapping
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_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...]
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);
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,
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 = INVALID_COOKIE
    [all...]
opd_sfile.h 43 cookie_t app_cookie; member in struct:sfile
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,
opd_trans.h 48 cookie_t app_cookie; member in struct:transient
opd_ibs_trans.c 581 || old_app_cookie != trans->app_cookie) {
582 app = find_cookie(trans->app_cookie);
599 trans->app_cookie, trans->cookie, trans->cpu, trans->tgid, trans->tid, (unsigned int)trans->pc,
618 || old_app_cookie != trans->app_cookie) {
619 app = find_cookie(trans->app_cookie);
636 trans->app_cookie,

Completed in 4770 milliseconds