Lines Matching refs:data
146 * perf.data file.
147 * @file_offset: offset within the perf.data file
158 * struct auxtrace_index - index of AUX area tracing events within a perf.data
171 * struct auxtrace - session callbacks to allow AUX area data decoding.
176 * @dump_auxtrace_sample: dump AUX area sample data
177 * @flush_events: process any remaining data
203 * struct auxtrace_buffer - a buffer containing AUX area tracing data.
209 * @data: actual buffer data (can be null if the data has not been loaded)
213 * @data_needs_freeing: @data was malloc'd so free it when it is no longer
215 * @consecutive: the original data was split up and this buffer is consecutive
219 * @reference: an implementation-specific reference determined when the data is
223 * @use_data: implementation actually only uses data starting at this address
231 void *data;
245 * struct auxtrace_queue - a queue of AUX area tracing data buffers.
250 * @priv: implementation-specific data
264 * @new_data: set whenever new data is queued
344 * struct auxtrace_record - callbacks for recording AUX area data.
346 * @info_priv_size: return the size of the private data in auxtrace_info_event
347 * @info_fill: fill-in the private data in auxtrace_info_event
351 * @find_snapshot: find data to snapshot within auxtrace mmap
355 * @alignment: alignment (if any) for AUX area data
374 struct auxtrace_mmap *mm, unsigned char *data,
574 unsigned char *data, u64 *head, u64 *old);
634 " l (data lost)\n" \