Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dstrfilter.c13 static const char *OP_or = "|"; /* Logical OR */ variable
108 cur = strfilter_node__alloc(OP_or, root.r, NULL); in strfilter_node__new()
193 root = strfilter_node__alloc(_or ? OP_or : OP_and, filter->root, right); in strfilter__append()