Lines Matching defs:size
16 int *offset, int *size, const char *type)
22 if (!*size) {
32 *size = field->size;
35 return tep_read_number(pevent, context->event_data + *offset, *size);
41 static int size;
44 ret = get_common_field(context, &size, &offset,
55 static int size;
58 ret = get_common_field(context, &size, &offset,
69 static int size;
72 ret = get_common_field(context, &size, &offset,
95 unsigned long long read_size(struct tep_event *event, void *ptr, int size)
97 return tep_read_number(event->tep, ptr, size);
101 int cpu, void *data, int size, FILE *fp)
108 record.size = size;
118 int cpu, void *data, int size)
120 return event_format__fprintf(event, cpu, data, size, stdout);
124 char *file, unsigned int size __maybe_unused)
150 char *file, unsigned int size __maybe_unused)
165 int parse_ftrace_file(struct tep_handle *pevent, char *buf, unsigned long size)
167 return tep_parse_event(pevent, buf, size, "ftrace");
171 char *buf, unsigned long size, char *sys)
173 return tep_parse_event(pevent, buf, size, sys);