Lines Matching refs:taken
286 static int pt_blk_cond_branch(struct pt_block_decoder *decoder, int *taken) in pt_blk_cond_branch() argument
293 status = pt_qry_cond_branch(&decoder->query, taken); in pt_blk_cond_branch()
565 int taken; in pt_blk_next_ip() local
567 status = pt_blk_cond_branch(decoder, &taken); in pt_blk_next_ip()
572 if (taken) in pt_blk_next_ip()
581 int taken; in pt_blk_next_ip() local
584 status = pt_blk_cond_branch(decoder, &taken); in pt_blk_next_ip()
595 if (!taken) in pt_blk_next_ip()
2234 int taken; in pt_blk_proceed_no_event_cached() local
2243 status = pt_blk_cond_branch(decoder, &taken); in pt_blk_proceed_no_event_cached()
2253 if (taken) { in pt_blk_proceed_no_event_cached()
2399 int taken; in pt_blk_proceed_no_event_cached() local
2405 status = pt_blk_cond_branch(decoder, &taken); in pt_blk_proceed_no_event_cached()
2432 if (!taken) in pt_blk_proceed_no_event_cached()