Home
last modified time | relevance | path

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

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