Home
last modified time | relevance | path

Searched refs:tracecmd_open_head (Results 1 – 8 of 8) sorted by relevance

/external/trace-cmd/lib/trace-cmd/
Dtest.c5 tracecmd_open_head("trace.dat", 0); in main()
Dtrace-input.c4405 struct tracecmd_input *tracecmd_open_head(const char *file, int flags) in tracecmd_open_head() function
/external/trace-cmd/Documentation/libtracecmd/
Dlibtracecmd-files.txt6 tracecmd_open, tracecmd_open_fd, tracecmd_open_head, tracecmd_init_data,
17 struct tracecmd_input pass:[*]*tracecmd_open_head*(const char pass:[*]_file_, int _flags_);
114 struct tracecmd_input *handle = tracecmd_open_head("trace.dat");
Dlibtracecmd-peer.txt67 struct tracecmd_input *guest1 = tracecmd_open_head("trace-Guest1.dat");
71 struct tracecmd_input *guest2 = tracecmd_open_head("trace-Guest2.dat");
Dlibtracecmd.txt17 struct tracecmd_input pass:[*]*tracecmd_open_head*(const char pass:[*]_file_, int _flags_);
Dlibtracecmd-instances.txt62 struct tracecmd_input *handle = tracecmd_open_head("trace.dat");
/external/trace-cmd/include/trace-cmd/
Dtrace-cmd.h23 struct tracecmd_input *tracecmd_open_head(const char *file, int flags);
/external/trace-cmd/tracecmd/
Dtrace-convert.c20 ihandle = tracecmd_open_head(in, 0); in convert_file()