probe-event.c | 60 static int e_snprintf(char *str, size_t size, const char *format, ...) 63 static int e_snprintf(char *str, size_t size, const char *format, ...) function 1066 ret = e_snprintf(tmp, len, "%s=%s", pa->name, pa->var); 1068 ret = e_snprintf(tmp, len, "%s", pa->name ? pa->name : pa->var); 1076 ret = e_snprintf(tmp, len, "%s", field->name); 1078 ret = e_snprintf(tmp, len, "%s%s", 1088 ret = e_snprintf(tmp, len, ":%s", pa->type); 1115 ret = e_snprintf(offs, 32, "+%lu", pp->offset); 1120 ret = e_snprintf(line, 32, ":%d", pp->line); 1131 ret = e_snprintf(file, 32, "@%s", tmp) [all...] |