Home
last modified time | relevance | path

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

/linux/tools/perf/util/bpf_skel/
H A Dsample-filter.h15 PBF_OP_LE, enumerator
H A Dsample_filter.bpf.c267 case PBF_OP_LE: in perf_sample_filter()
/linux/tools/perf/util/
H A Dbpf-filter.l125 "<=" { return operator(PBF_OP_LE); }