Home
last modified time | relevance | path

Searched refs:filter_pred (Results 1 – 2 of 2) sorted by relevance

/kernel/trace/
Dtrace_events_filter.c142 struct filter_pred **preds;
148 static int filter_pred_##type(struct filter_pred *pred, void *event) \
178 static int filter_pred_##size(struct filter_pred *pred, void *event) \
204 static int filter_pred_string(struct filter_pred *pred, void *event) in filter_pred_string()
217 static int filter_pred_pchar(struct filter_pred *pred, void *event) in filter_pred_pchar()
240 static int filter_pred_strloc(struct filter_pred *pred, void *event) in filter_pred_strloc()
256 static int filter_pred_cpu(struct filter_pred *pred, void *event) in filter_pred_cpu()
288 static int filter_pred_comm(struct filter_pred *pred, void *event) in filter_pred_comm()
299 static int filter_pred_none(struct filter_pred *pred, void *event) in filter_pred_none()
400 static void filter_build_regex(struct filter_pred *pred) in filter_build_regex()
[all …]
Dtrace.h1046 struct filter_pred *preds;
1047 struct filter_pred *root;
1080 struct filter_pred;
1083 typedef int (*filter_pred_fn_t) (struct filter_pred *pred, void *event);
1101 struct filter_pred { struct