Searched refs:trace_err (Results 1 – 3 of 3) sorted by relevance
48 trace_err("found duplicate entry %s", name); in trace_entry_compare()144 trace_err("failed to allocate memory for %s", val); in eal_trace_args_save()150 trace_err("failed to allocate memory for %s", val); in eal_trace_args_save()177 trace_err("cannot enable trace for %s", arg); in trace_args_apply()192 trace_err("buffer size cannot be zero"); in eal_trace_bufsz_args_save()218 trace_err("value is not provided with option"); in eal_trace_mode_args_save()224 trace_err("fail to allocate memory"); in eal_trace_mode_args_save()252 trace_err("input string is too big"); in eal_trace_dir_args_save()276 trace_err("failed to get the epoch time"); in trace_epoch_time_save()326 trace_err("fail to allocate memory"); in trace_mkdir()[all …]
94 trace_err("failed to initialize trace [%s]", rte_strerror(rte_errno)); in eal_trace_init()463 trace_err("invalid arguments"); in __rte_trace_point_register()472 trace_err("missing rte_trace_emit_header() in register fn"); in __rte_trace_point_register()479 trace_err("trace point size overflowed"); in __rte_trace_point_register()486 trace_err("trace point exceeds the max count"); in __rte_trace_point_register()495 trace_err("fail to allocate trace point memory"); in __rte_trace_point_register()502 trace_err("name is too long"); in __rte_trace_point_register()
19 #define trace_err(fmt, args...) \ macro