Home
last modified time | relevance | path

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

/tools/lib/traceevent/
Dparse-filter.c354 enum event_type type, struct filter_arg **parg, char *error_str) in create_arg_item() argument
361 show_error(error_str, "failed to allocate filter arg"); in create_arg_item()
375 show_error(error_str, "failed to allocate string filter arg"); in create_arg_item()
407 show_error(error_str, "expected a value but found %s", token); in create_arg_item()
461 add_right(struct filter_arg *op, struct filter_arg *arg, char *error_str) in add_right() argument
492 show_error(error_str, "Illegal rvalue"); in add_right()
538 show_error(error_str, in add_right()
556 show_error(error_str, in add_right()
563 show_error(error_str, in add_right()
573 show_error(error_str, "Failed to allocate string filter"); in add_right()
[all …]