Searched refs:num_to_str (Results 1 – 2 of 2) sorted by relevance
34 static inline char *num_to_str(unsigned long num, char *buf, int len) in num_to_str() function54 return print(num_to_str(num, num_buf, sizeof(num_buf))); in print_num()
2244 static char *num_to_str(struct event_filter *filter, struct filter_arg *arg) in num_to_str() function2339 return num_to_str(filter, arg); in arg_to_str()