Searched refs:tracecmd_open_head (Results 1 – 9 of 9) sorted by relevance
/external/trace-cmd/Documentation/libtracecmd/ |
D | libtracecmd-files.txt | 6 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_); 47 The *tracecmd_open_head()* function is the same as *tracecmd_open()*, but 53 *tracecmd_open_head()*, for reading trace data from the file associated with 58 or *tracecmd_open_head()* APIs. 68 The *tracecmd_open()*, *tracecmd_open_fd()* and *tracecmd_open_head()* 138 struct tracecmd_input *handle = tracecmd_open_head("trace.dat");
|
D | libtracecmd-instances.txt | 28 *tracecmd_open_head()*. 34 is a tracecmd_input handler returned by *tracecmd_open_head()*. 39 returned by *tracecmd_open_head()*. The _indx_ is a number in the 62 struct tracecmd_input *handle = tracecmd_open_head("trace.dat");
|
D | libtracecmd-peer.txt | 67 struct tracecmd_input *guest1 = tracecmd_open_head("trace-Guest1.dat"); 71 struct tracecmd_input *guest2 = tracecmd_open_head("trace-Guest2.dat");
|
D | libtracecmd-record.txt | 25 with *tracecmd_open()(3)*, *tracecmd_open_fd()(3)* or *tracecmd_open_head()(3)*.
|
D | libtracecmd.txt | 17 struct tracecmd_input pass:[*]*tracecmd_open_head*(const char pass:[*]_file_, int _flags_);
|
/external/trace-cmd/lib/trace-cmd/ |
D | test.c | 5 tracecmd_open_head("trace.dat", 0); in main()
|
D | trace-input.c | 5092 struct tracecmd_input *tracecmd_open_head(const char *file, int flags) in tracecmd_open_head() function
|
/external/trace-cmd/tracecmd/ |
D | trace-convert.c | 20 ihandle = tracecmd_open_head(in, 0); in convert_file()
|
/external/trace-cmd/include/trace-cmd/ |
D | trace-cmd.h | 27 struct tracecmd_input *tracecmd_open_head(const char *file, int flags);
|