Home
last modified time | relevance | path

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

/linux-3.3/tools/perf/util/
Dstrfilter.c61 static struct strfilter_node *strfilter_node__alloc(const char *op, in strfilter_node__alloc() function
94 cur = strfilter_node__alloc(OP_and, last_op->r, NULL); in strfilter_node__new()
103 cur = strfilter_node__alloc(OP_or, root.r, NULL); in strfilter_node__new()
112 cur->r = strfilter_node__alloc(OP_not, NULL, NULL); in strfilter_node__new()
130 cur->r = strfilter_node__alloc(NULL, NULL, NULL); in strfilter_node__new()