Home
last modified time | relevance | path

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

/linux/tools/perf/util/bpf_skel/
H A Dsample-filter.h11 PBF_OP_NEQ, enumerator
H A Dsample_filter.bpf.c255 case PBF_OP_NEQ: in perf_sample_filter()
/linux/tools/perf/util/
H A Dbpf-filter.y96 if ($2 != PBF_OP_EQ && $2 != PBF_OP_NEQ) {
H A Dbpf-filter.l121 "!=" { return operator(PBF_OP_NEQ); }