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

/linux-master/tools/perf/util/
H A Dstrfilter.c66 static struct strfilter_node *strfilter_node__alloc(const char *op, function
99 cur = strfilter_node__alloc(OP_and, last_op->r, NULL);
108 cur = strfilter_node__alloc(OP_or, root.r, NULL);
117 cur->r = strfilter_node__alloc(OP_not, NULL, NULL);
135 cur->r = strfilter_node__alloc(NULL, NULL, NULL);
193 root = strfilter_node__alloc(_or ? OP_or : OP_and, filter->root, right);

Completed in 99 milliseconds