Searched refs:OP_LE (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events_filter.c | 29 C( OP_LE, "<=" ), \ 47 * pred functions are OP_LE, OP_LT, OP_GE, OP_GT, and OP_BAND 50 #define PRED_FUNC_START OP_LE 795 case OP_LE: in filter_pred_cpu()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events_filter.c | 29 C( OP_LE, "<=" ), \ 93 * pred functions are OP_LE, OP_LT, OP_GE, OP_GT, and OP_BAND 96 #define PRED_FUNC_START OP_LE 722 case OP_LE: { \ 950 case OP_LE: in filter_pred_cpu()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | veristat.c | 120 OP_LE, /* <= */ enumerator 451 { OP_LE, "<=" }, 1727 case OP_LE: return value <= f->value + eps; in is_join_stat_filter_matched() 1927 case OP_LE: return value <= f->value; in is_stat_filter_matched()
|
Completed in 9 milliseconds