Home
last modified time | relevance | path

Searched refs:synth_field (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dtrace_synth.h12 struct synth_field { struct
28 struct synth_field **fields; argument
30 struct synth_field **dynamic_fields;
H A Dtrace_events_synth.c570 struct synth_field *field = event->fields[i]; in trace_event_raw_event_synth()
665 static void free_synth_field(struct synth_field *field) in free_synth_field()
689 static struct synth_field *parse_synth_field(int argc, char **argv, in parse_synth_field()
693 struct synth_field *field; in parse_synth_field()
944 struct synth_field **fields) in alloc_synth_event()
1274 struct synth_field *field, *fields[SYNTH_FIELDS_MAX]; in __create_synth_event()
1770 struct synth_field *field = state.event->fields[i]; in synth_event_trace()
1862 struct synth_field *field = state.event->fields[i]; in synth_event_trace_array()
1947 struct synth_field *field = NULL; in __synth_event_add_val()
2213 struct synth_field *field; in __synth_event_show()
H A Dtrace_events_hist.c3875 struct synth_field *field; in check_synth_field()