Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtrace_events_filter.c100 int when_to_branch; member
122 prog[t].when_to_branch = invert; in update_preds()
553 prog[N-1].when_to_branch = false; in predicate_parse()
558 if (prog[i].when_to_branch == prog[target].when_to_branch) in predicate_parse()
564 invert = inverts[i] ^ prog[i].when_to_branch; in predicate_parse()
565 prog[i].when_to_branch = invert; in predicate_parse()
897 if (match == prog[i].when_to_branch) in filter_match_preds()
1990 return prog[i].when_to_branch == prog[target].target; in is_or()