Lines Matching refs:data
170 * perf.data file.
171 * @file_offset: offset within the perf.data file
182 * struct auxtrace_index - index of AUX area tracing events within a perf.data
195 * struct auxtrace - session callbacks to allow AUX area data decoding.
200 * @dump_auxtrace_sample: dump AUX area sample data
201 * @flush_events: process any remaining data
227 * struct auxtrace_buffer - a buffer containing AUX area tracing data.
233 * @data: actual buffer data (can be null if the data has not been loaded)
237 * @data_needs_freeing: @data was malloc'd so free it when it is no longer
239 * @consecutive: the original data was split up and this buffer is consecutive
243 * @reference: an implementation-specific reference determined when the data is
247 * @use_data: implementation actually only uses data starting at this address
255 void *data;
269 * struct auxtrace_queue - a queue of AUX area tracing data buffers.
274 * @priv: implementation-specific data
288 * @new_data: set whenever new data is queued
373 * struct auxtrace_record - callbacks for recording AUX area data.
375 * @info_priv_size: return the size of the private data in auxtrace_info_event
376 * @info_fill: fill-in the private data in auxtrace_info_event
380 * @find_snapshot: find data to snapshot within auxtrace mmap
384 * @alignment: alignment (if any) for AUX area data
403 struct auxtrace_mmap *mm, unsigned char *data,
595 unsigned char *data, u64 *head, u64 *old);
664 " l (data lost)\n" \