Home
last modified time | relevance | path

Searched defs:pred (Results 1 – 2 of 2) sorted by relevance

/kernel/trace/
Dtrace_events_filter.c139 struct filter_pred *pred; member
745 static int filter_pred_string(struct filter_pred *pred, void *event) in filter_pred_string()
757 static __always_inline int filter_pchar(struct filter_pred *pred, char *str) in filter_pchar()
770 static int filter_pred_pchar(struct filter_pred *pred, void *event) in filter_pred_pchar()
783 static int filter_pred_pchar_user(struct filter_pred *pred, void *event) in filter_pred_pchar_user()
805 static int filter_pred_strloc(struct filter_pred *pred, void *event) in filter_pred_strloc()
827 static int filter_pred_strrelloc(struct filter_pred *pred, void *event) in filter_pred_strrelloc()
844 static int filter_pred_cpu(struct filter_pred *pred, void *event) in filter_pred_cpu()
870 static int filter_pred_comm(struct filter_pred *pred, void *event) in filter_pred_comm()
991 static void filter_build_regex(struct filter_pred *pred) in filter_build_regex()
[all …]
/kernel/bpf/
Dverifier.c10424 int pred = -1; in check_cond_jmp_op() local