Home
last modified time | relevance | path

Searched refs:kbuffer_start_of_data (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libtraceevent/Documentation/
H A Dlibtraceevent-kbuffer-create.txt7 kbuffer_refresh, kbuffer_subbuffer_size, kbuffer_start_of_data - Creating of kbuffer element to par…
37 int *kbuffer_start_of_data*(struct kbuffer pass:[*]_kbuf_);
89 The *kbuffer_start_of_data()* function returns the offset of where the actual
106 *kbuffer_start_of_data()* returns the offset of where the data begins on the
186 printf("Kbuffer data starts at %d\n", kbuffer_start_of_data(kbuf));
H A Dlibtraceevent-kbuffer-timestamp.txt27 The function *kbuffer_start_of_data()* returns the offset of where the delta
H A Dlibtraceevent.txt191 int *kbuffer_start_of_data*(struct kbuffer pass:[*]_kbuf_);
/aosp_15_r20/external/libtraceevent/include/traceevent/
H A Dkbuffer.h59 int kbuffer_start_of_data(struct kbuffer *kbuf);
/aosp_15_r20/external/libtraceevent/src/
H A Dkbuffer-parse.c880 int kbuffer_start_of_data(struct kbuffer *kbuf) in kbuffer_start_of_data() function
/aosp_15_r20/external/libtracefs/utest/
H A Dtracefs-utest.c492 data->data_size = data->bufsize - kbuffer_start_of_data(data->kbuf); in setup_trace_cpu()
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/
H A Dtrace-input.c5448 return offset == kbuffer_start_of_data(kbuf); in tracecmd_record_at_buffer_start()