Searched refs:error_str (Results 1 – 1 of 1) sorted by relevance
/tools/lib/traceevent/ |
D | parse-filter.c | 349 enum event_type type, struct filter_arg **parg, char *error_str) in create_arg_item() argument 356 show_error(error_str, "failed to allocate filter arg"); in create_arg_item() 370 show_error(error_str, "failed to allocate string filter arg"); in create_arg_item() 399 show_error(error_str, "expected a value but found %s", token); in create_arg_item() 453 add_right(struct filter_arg *op, struct filter_arg *arg, char *error_str) in add_right() argument 484 show_error(error_str, "Illegal rvalue"); in add_right() 530 show_error(error_str, in add_right() 548 show_error(error_str, in add_right() 555 show_error(error_str, in add_right() 565 show_error(error_str, "Failed to allocate string filter"); in add_right() [all …]
|