Lines Matching defs:data
52 static int do_read(void *data, int size)
56 r = __do_read(input_fd, data, size);
83 unsigned int data;
85 if (do_read(&data, 4) < 0)
87 return tep_read_number(pevent, &data, 4);
92 unsigned long long data;
94 if (do_read(&data, 8) < 0)
96 return tep_read_number(pevent, &data, 8);
115 pr_debug("no data");
154 * We need to skip it so that we can continue parsing old perf.data
157 * Newer perf.data files will have just the 4-bytes zeros "kallsyms
395 pr_debug("no trace data in the file");