Lines Matching defs:n_fields

138 	for (i = 0, n_u64 = 0; i < event->n_fields; i++) {
361 for (i = 0, n_u64 = 0; i < se->n_fields; i++) {
380 i == se->n_fields - 1 ? "" : " ");
385 i == se->n_fields - 1 ? "" : " ");
399 char *space = (i == se->n_fields - 1 ? "" : " ");
551 for (i = 0, n_u64 = 0; i < event->n_fields; i++) {
613 for (i = 0; i < event->n_fields; i++) {
617 i == event->n_fields - 1 ? "" : " ");
621 for (i = 0; i < event->n_fields; i++) {
958 for (i = 0; i < event->n_fields; i++)
970 static struct synth_event *alloc_synth_event(const char *name, int n_fields,
989 event->fields = kzalloc_objs(*event->fields, n_fields);
996 for (i = 0; i < n_fields; i++)
1012 for (i = 0, j = 0; i < n_fields; i++) {
1020 event->n_fields = n_fields;
1074 if (++cmd->n_fields > SYNTH_FIELDS_MAX)
1116 if (++cmd->n_fields > SYNTH_FIELDS_MAX)
1127 * @n_fields: The number of field descriptions contained in the fields array
1132 * array passed in as n_fields. Field ordering will retain the
1142 unsigned int n_fields)
1147 for (i = 0; i < n_fields; i++) {
1220 if (++cmd->n_fields > SYNTH_FIELDS_MAX) {
1241 * @n_fields: The number of field descriptions contained in the fields array
1252 * elements in the array passed in as n_fields. Field ordering will
1263 unsigned int n_fields)
1275 if (n_fields > SYNTH_FIELDS_MAX)
1284 for (i = 0; i < n_fields; i++) {
1302 int i, argc, n_fields = 0, ret = 0;
1385 if (n_fields == SYNTH_FIELDS_MAX) {
1390 fields[n_fields++] = field;
1404 if (n_fields == 0) {
1410 event = alloc_synth_event(name, n_fields, fields);
1430 for (i = 0; i < n_fields; i++)
1440 * @n_fields: The number of field descriptions contained in the fields array
1447 * n_fields. Field ordering will retain the ordering given in the
1461 unsigned int n_fields, struct module *mod)
1474 fields, n_fields);
1757 for (i = 0; i < state.event->n_fields; i++) {
1775 if (n_vals != state.event->n_fields) {
1783 for (i = 0, n_u64 = 0; i < state.event->n_fields; i++) {
1872 if (n_vals != state.event->n_fields) {
1879 for (i = 0, n_u64 = 0; i < state.event->n_fields; i++) {
2003 for (i = 0; i < event->n_fields; i++) {
2013 if (trace_state->cur_field >= event->n_fields) {
2245 for (i = 0; i < event->n_fields; i++) {
2257 i == event->n_fields - 1 ? "" : "; ");