Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/bpf_skel/
H A Dsample-filter.h10 PBF_OP_GT, enumerator
H A Dsample_filter.bpf.c162 case PBF_OP_GT: in perf_sample_filter()
/openbmc/linux/tools/perf/util/
H A Dbpf-filter.l101 ">" { return operator(PBF_OP_GT); }