Lines Matching refs:event
40 /* Auxtrace records must have the same alignment as perf event records */
67 * @inject: indicates the event (not just the sample) must be fully synthesized
83 * @add_callchain: add callchain to existing event records
86 * @add_last_branch: add branch context to existing event records
145 * struct auxtrace_index_entry - indexes a AUX area tracing event within a
148 * @sz: size of the event
173 * @process_auxtrace_event: process a PERF_RECORD_AUXTRACE event
174 * @queue_data: queue an AUX sample or PERF_RECORD_AUXTRACE event for later
178 * @free_events: free resources associated with event processing
183 union perf_event *event,
187 union perf_event *event,
190 struct perf_sample *sample, union perf_event *event,
437 * the event) so there is not a race anyway.
495 union perf_event *event, void *data1,
509 union perf_event *event, off_t data_offset,
578 int auxtrace_index__auxtrace_event(struct list_head *head, union perf_event *event,
590 union perf_event *event);
592 union perf_event *event);
594 union perf_event *event);
600 size_t perf_event__fprintf_auxtrace_error(union perf_event *event, FILE *fp);
602 union perf_event *event);
611 int auxtrace__process_event(struct perf_session *session, union perf_event *event,
643 " G[len]: synthesize a call chain on existing event records\n" \
645 " L[len]: synthesize last branch entries on existing event records\n" \
698 union perf_event *event
743 union perf_event *event __maybe_unused,