Lines Matching defs:size
18 int *offset, int *size, const char *type)
24 if (!*size) {
34 *size = field->size;
37 return tep_read_number(pevent, context->event_data + *offset, *size);
43 static int size;
46 ret = get_common_field(context, &size, &offset,
57 static int size;
60 ret = get_common_field(context, &size, &offset,
71 static int size;
74 ret = get_common_field(context, &size, &offset,
97 unsigned long long read_size(struct tep_event *event, void *ptr, int size)
99 return tep_read_number(event->tep, ptr, size);
103 int cpu, void *data, int size, FILE *fp)
110 record.size = size;
120 int cpu, void *data, int size)
122 return event_format__fprintf(event, cpu, data, size, stdout);
126 char *file, unsigned int size __maybe_unused)
152 char *file, unsigned int size __maybe_unused)
167 int parse_ftrace_file(struct tep_handle *pevent, char *buf, unsigned long size)
169 return tep_parse_event(pevent, buf, size, "ftrace");
173 char *buf, unsigned long size, char *sys)
175 return tep_parse_event(pevent, buf, size, sys);