Searched refs:synth_field_desc (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | trace_events.h | 410 struct synth_field_desc { struct 418 struct synth_field_desc *fields, argument 421 struct synth_field_desc *fields, 430 struct synth_field_desc *fields,
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | synth_event_gen_test.c | 237 static struct synth_field_desc create_synth_test_fields[] = {
|
| H A D | trace_events_synth.c | 1007 struct synth_field_desc *fields, in synth_event_add_fields() 1127 struct synth_field_desc *fields, in synth_event_gen_cmd_array_start() 1300 int synth_event_create(const char *name, struct synth_field_desc *fields, in synth_event_create()
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | events.rst | 598 synth_field_desc, each of which describes an event field by type and 601 static struct synth_field_desc sched_fields[] = { 643 event along with an array of struct synth_field_desc should be 664 Alternatively, using an array of struct synth_field_desc fields 682 synth_field_desc with add_synth_fields(). For example, this would add
|