Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events_filter.c102 int when_to_branch; member
124 prog[t].when_to_branch = invert; in update_preds()
559 prog[N-1].when_to_branch = false; in predicate_parse()
564 if (prog[i].when_to_branch == prog[target].when_to_branch) in predicate_parse()
570 invert = inverts[i] ^ prog[i].when_to_branch; in predicate_parse()
571 prog[i].when_to_branch = invert; in predicate_parse()
984 if (match == prog[i].when_to_branch) in filter_match_preds()
2115 return prog[i].when_to_branch == prog[target].target; in is_or()