Searched refs:kbuffer_start_of_data (Results 1 – 7 of 7) sorted by relevance
7 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 actual106 *kbuffer_start_of_data()* returns the offset of where the data begins on the186 printf("Kbuffer data starts at %d\n", kbuffer_start_of_data(kbuf));
27 The function *kbuffer_start_of_data()* returns the offset of where the delta
191 int *kbuffer_start_of_data*(struct kbuffer pass:[*]_kbuf_);
59 int kbuffer_start_of_data(struct kbuffer *kbuf);
880 int kbuffer_start_of_data(struct kbuffer *kbuf) in kbuffer_start_of_data() function
492 data->data_size = data->bufsize - kbuffer_start_of_data(data->kbuf); in setup_trace_cpu()
5448 return offset == kbuffer_start_of_data(kbuf); in tracecmd_record_at_buffer_start()