Lines Matching defs:sys
10 #include <sys/types.h>
11 #include <sys/stat.h>
12 #include <sys/wait.h>
13 #include <sys/mman.h>
269 static int read_event_file(struct tep_handle *pevent, char *sys,
285 ret = parse_event_file(pevent, buf, size, sys);
314 char *sys;
323 sys = read_string();
324 if (sys == NULL)
331 ret = read_event_file(pevent, sys, size);
333 free(sys);
337 free(sys);