Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_events_filter.c101 int when_to_branch; member
123 prog[t].when_to_branch = invert; in update_preds()
558 prog[N-1].when_to_branch = false; in predicate_parse()
563 if (prog[i].when_to_branch == prog[target].when_to_branch) in predicate_parse()
569 invert = inverts[i] ^ prog[i].when_to_branch; in predicate_parse()
570 prog[i].when_to_branch = invert; in predicate_parse()
913 if (match == prog[i].when_to_branch) in filter_match_preds()
2022 return prog[i].when_to_branch == prog[target].target; in is_or()