Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/bpf_skel/
H A Dsample-filter.h11 PBF_OP_GE, enumerator
H A Dsample_filter.bpf.c165 case PBF_OP_GE: in perf_sample_filter()
/openbmc/linux/tools/perf/util/
H A Dbpf-filter.l103 ">=" { return operator(PBF_OP_GE); }