Searched refs:tracefile (Results 1 – 7 of 7) sorted by relevance
54 local tracefile = table.remove(arg, 1)55 if not tracefile then print_usage() end58 BPF.script_root(tracefile)67 local command = dofile(tracefile)
5 read -p "Name to trace file (in test/): " tracefile16 TRACE_PATH=$TEST_PATH/$tracefile17 TRACE_BASE=$(basename $tracefile)
67 tracefile = os.path.join(test.profdir, 'trace')70 outfile = open(tracefile, 'w')
384 const char *tracefile = "-"; in main() local425 tracefile = argv[1]; in main()442 readtrace (tracefile); in main()
293 self.tracefile = None1062 if not self.tracefile:1063 self.tracefile = open("%s/trace_pipe" % TRACEFS, "rb")1065 fd = self.tracefile.fileno()1068 return self.tracefile1255 if self.tracefile:1256 self.tracefile.close()1257 self.tracefile = None
194 tcpdump host local-host and remote-host and port ftp-data >tracefile