Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_events_filter.c138 int when_to_branch; member
160 prog[t].when_to_branch = invert; in update_preds()
595 prog[N-1].when_to_branch = false; in predicate_parse()
600 if (prog[i].when_to_branch == prog[target].when_to_branch) in predicate_parse()
606 invert = inverts[i] ^ prog[i].when_to_branch; in predicate_parse()
607 prog[i].when_to_branch = invert; in predicate_parse()
1055 if (match == prog[i].when_to_branch) in filter_match_preds()
2219 return prog[i].when_to_branch == prog[target].target; in is_or()