OP_or              13 tools/perf/util/strfilter.c static const char *OP_or	= "|";	/* Logical OR */
OP_or             108 tools/perf/util/strfilter.c 			cur = strfilter_node__alloc(OP_or, root.r, NULL);
OP_or             193 tools/perf/util/strfilter.c 	root = strfilter_node__alloc(_or ? OP_or : OP_and, filter->root, right);