Home
last modified time | relevance | path

Searched refs:NO_COOKIE (Results 1 – 7 of 7) sorted by relevance

/external/oprofile/daemon/
Dopd_ibs_trans.c566 static cookie_t old_cookie = NO_COOKIE; in trans_ibs_op_bta()
567 static cookie_t old_app_cookie = NO_COOKIE; in trans_ibs_op_bta()
580 || old_app_cookie == NO_COOKIE in trans_ibs_op_bta()
588 old_cookie = NO_COOKIE; in trans_ibs_op_bta()
591 || old_cookie == NO_COOKIE in trans_ibs_op_bta()
606 static cookie_t old_cookie = NO_COOKIE; in trans_ibs_op_ls_memaccess()
607 static cookie_t old_app_cookie = NO_COOKIE; in trans_ibs_op_ls_memaccess()
617 || old_app_cookie == NO_COOKIE in trans_ibs_op_ls_memaccess()
625 old_cookie = NO_COOKIE; in trans_ibs_op_ls_memaccess()
628 || old_cookie == NO_COOKIE in trans_ibs_op_ls_memaccess()
Dopd_cookie.c139 if (cookie == INVALID_COOKIE || cookie == NO_COOKIE) in find_cookie()
162 if (cookie == INVALID_COOKIE || cookie == NO_COOKIE) in is_cookie_ignored()
187 if (cookie == NO_COOKIE) in verbose_cookie()
Dopd_cookie.h17 #define NO_COOKIE 0LLU macro
Dopd_sfile.c64 if (trans->cookie != NO_COOKIE) { in sfile_hash()
197 if (separate_thread || trans->cookie == NO_COOKIE) in create_sfile()
250 } else if (trans->cookie == NO_COOKIE && !trans->anon) { in sfile_find()
Dopd_trans.c105 if (!trans->in_kernel && trans->cookie == NO_COOKIE) in opd_put_sample()
Dopd_ibs.c145 if (!trans->in_kernel && trans->cookie == NO_COOKIE) in opd_put_ibs_sample()
/external/oprofile/
DChangeLog-2005565 * daemon/opd_stats.c: handle NO_COOKIE (drop on the floor)