Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dstrfilter.c6 static const char *OP_and = "&"; /* Logical AND */ variable
94 cur = strfilter_node__alloc(OP_and, last_op->r, NULL); in strfilter_node__new()