Searched refs:synth_field_desc (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/include/linux/ |
D | trace_events.h | 538 struct synth_field_desc { struct 546 struct synth_field_desc *fields, argument 549 struct synth_field_desc *fields, 558 struct synth_field_desc *fields,
|
/linux-6.6.21/kernel/trace/ |
D | synth_event_gen_test.c | 237 static struct synth_field_desc create_synth_test_fields[] = {
|
D | trace_events_synth.c | 1115 struct synth_field_desc *fields, in synth_event_add_fields() 1236 struct synth_field_desc *fields, in synth_event_gen_cmd_array_start() 1434 int synth_event_create(const char *name, struct synth_field_desc *fields, in synth_event_create()
|
/linux-6.6.21/Documentation/trace/ |
D | events.rst | 624 synth_field_desc, each of which describes an event field by type and 627 static struct synth_field_desc sched_fields[] = { 669 event along with an array of struct synth_field_desc should be 690 Alternatively, using an array of struct synth_field_desc fields 708 synth_field_desc with add_synth_fields(). For example, this would add
|