Lines Matching defs:sys
10 #include <sys/types.h>
11 #include <sys/stat.h>
12 #include <sys/wait.h>
13 #include <sys/mman.h>
271 static int read_event_file(struct tep_handle *pevent, char *sys,
287 ret = parse_event_file(pevent, buf, size, sys);
316 char *sys;
325 sys = read_string();
326 if (sys == NULL)
333 ret = read_event_file(pevent, sys, size);
335 free(sys);
339 free(sys);