Home
last modified time | relevance | path

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

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