Home
last modified time | relevance | path

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

/linux/tools/perf/util/bpf_skel/
H A Dsample-filter.h14 PBF_OP_LT, enumerator
H A Dsample_filter.bpf.c264 case PBF_OP_LT: in perf_sample_filter()
/linux/tools/perf/util/
H A Dbpf-filter.l123 "<" { return operator(PBF_OP_LT); }