Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dstrfilter.c10 static const char *OP_and = "&"; /* Logical AND */ variable
98 cur = strfilter_node__alloc(OP_and, last_op->r, NULL); in strfilter_node__new()
192 root = strfilter_node__alloc(_or ? OP_or : OP_and, filter->root, right); in strfilter__append()