Searched refs:read_file_string (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/trace-cmd/tracecmd/ |
H A D | trace-dump.c | 107 static int read_file_string(int fd, char *dst, int len) in read_file_string() function 215 if (read_file_string(fd, buf, DUMP_SIZE)) in dump_initial_format() 252 if (read_file_string(fd, zname, DUMP_SIZE)) in dump_compress() 255 if (read_file_string(fd, zver, DUMP_SIZE)) in dump_compress() 367 if (read_file_string(fd, buf, DUMP_SIZE)) in dump_events_format() 493 if (read_file_string(fd, name, DUMP_SIZE)) in dump_option_buffer() 516 if (read_file_string(fd, clock, DUMP_SIZE)) in dump_option_buffer()
|