Lines Matching refs:relay_open
166 relay_open(base_filename, parent, subbuf_size, n_subbufs,
199 relay_open() is used to create a channel, along with its per-cpu
208 relay_open(). Users are responsible for cleaning up any directory
217 relay_open() and allows the user to create the file which will be used
259 And an example relay_open() invocation using them::
261 chan = relay_open("cpu", NULL, SUBBUF_SIZE, N_SUBBUFS, &relay_callbacks, NULL);
264 creation and thus relay_open() will fail.
267 number of sub-buffers by the sub-buffer size passed into relay_open().
287 To have relay_open() create a global buffer, the create_buf_file()
299 The private_data passed into relay_open() allows clients to associate
308 relay_open(NULL, NULL, ...). Such channels are useful in scenarios such