Searched refs:synth_event_add_field (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/kernel/trace/ |
| D | synth_event_gen_test.c | 74 ret = synth_event_add_field(&cmd, "unsigned int", "cpu"); in test_gen_synth_cmd() 78 ret = synth_event_add_field(&cmd, "char[64]", "my_string_field"); in test_gen_synth_cmd() 82 ret = synth_event_add_field(&cmd, "int", "my_int_field"); in test_gen_synth_cmd() 162 ret = synth_event_add_field(&cmd, "pid_t", "next_pid_field"); in test_empty_synth_event() 166 ret = synth_event_add_field(&cmd, "char[16]", "next_comm_field"); in test_empty_synth_event() 170 ret = synth_event_add_field(&cmd, "u64", "ts_ns"); in test_empty_synth_event() 174 ret = synth_event_add_field(&cmd, "u64", "ts_ms"); in test_empty_synth_event() 178 ret = synth_event_add_field(&cmd, "unsigned int", "cpu"); in test_empty_synth_event() 182 ret = synth_event_add_field(&cmd, "char[64]", "my_string_field"); in test_empty_synth_event() 186 ret = synth_event_add_field(&cmd, "int", "my_int_field"); in test_empty_synth_event()
|
| D | trace_events_synth.c | 936 int synth_event_add_field(struct dynevent_cmd *cmd, const char *type, in synth_event_add_field() function 962 EXPORT_SYMBOL_GPL(synth_event_add_field); 1036 ret = synth_event_add_field(cmd, fields[i].type, fields[i].name); in synth_event_add_fields() 1108 ret = synth_event_add_field(cmd, type, name); in __synth_event_gen_cmd_start() 1170 ret = synth_event_add_field(cmd, fields[i].type, fields[i].name); in synth_event_gen_cmd_array_start()
|
| /Linux-v5.15/include/linux/ |
| D | trace_events.h | 526 extern int synth_event_add_field(struct dynevent_cmd *cmd,
|
| /Linux-v5.15/Documentation/trace/ |
| D | events.rst | 653 synth_event_add_field(), supplying the dynevent_cmd object, a field 657 ret = synth_event_add_field(&cmd, "int", "intfield");
|