Home
last modified time | relevance | path

Searched refs:synth_event_cmd_init (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/kernel/trace/
Dsynth_event_gen_test.c58 synth_event_cmd_init(&cmd, buf, MAX_DYNEVENT_CMD_LEN); in test_gen_synth_cmd()
151 synth_event_cmd_init(&cmd, buf, MAX_DYNEVENT_CMD_LEN); in test_empty_synth_event()
Dtrace_events_synth.c1352 synth_event_cmd_init(&cmd, buf, MAX_DYNEVENT_CMD_LEN); in synth_event_create()
1530 void synth_event_cmd_init(struct dynevent_cmd *cmd, char *buf, int maxlen) in synth_event_cmd_init() function
1535 EXPORT_SYMBOL_GPL(synth_event_cmd_init);
Dtrace_boot.c147 synth_event_cmd_init(&cmd, buf, MAX_BUF_LEN); in trace_boot_add_synth_event()
/Linux-v5.15/include/linux/
Dtrace_events.h502 extern void synth_event_cmd_init(struct dynevent_cmd *cmd,
/Linux-v5.15/Documentation/trace/
Devents.rst627 initialize a dynevent_cmd object using synth_event_cmd_init().
639 synth_event_cmd_init(&cmd, buf, MAX_DYNEVENT_CMD_LEN);