Lines Matching defs:aux
90 struct auxtrace_record *aux;
108 /* sampling in diagnose mode. alloc aux buffer */
109 aux = zalloc(sizeof(*aux));
110 if (aux == NULL) {
115 aux->parse_snapshot_options = cpumsf_parse_snapshot_options;
116 aux->recording_options = cpumsf_recording_options;
117 aux->info_priv_size = cpumsf_info_priv_size;
118 aux->info_fill = cpumsf_info_fill;
119 aux->free = cpumsf_free;
120 aux->reference = cpumsf_reference;
122 return aux;