Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_events_hist.c1832 static int contains_operator(char *str, char **sep) in contains_operator()
2272 if (contains_operator(field, NULL) || is_var_ref(field)) in field_name_from_var()
2713 field_op = contains_operator(str, &sep); in parse_expr()
1826 static int contains_operator(char *str, char **sep) contains_operator() function