Searched refs:last_op (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/tools/perf/util/
H A Dstrfilter.c79 struct strfilter_node root, *cur, *last_op; strfilter_node__new() local
86 last_op = cur = &root; strfilter_node__new()
92 if (!cur->r || !last_op->r) strfilter_node__new()
94 cur = strfilter_node__alloc(OP_and, last_op->r, NULL); strfilter_node__new()
97 last_op->r = cur; strfilter_node__new()
98 last_op = cur; strfilter_node__new()
107 last_op = cur; strfilter_node__new()

Completed in 51 milliseconds