Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/trace/
Dkprobe_event_gen_test.c92 buf = kzalloc(MAX_DYNEVENT_CMD_LEN, GFP_KERNEL); in test_gen_kprobe_cmd()
97 kprobe_event_cmd_init(&cmd, buf, MAX_DYNEVENT_CMD_LEN); in test_gen_kprobe_cmd()
163 buf = kzalloc(MAX_DYNEVENT_CMD_LEN, GFP_KERNEL); in test_gen_kretprobe_cmd()
168 kprobe_event_cmd_init(&cmd, buf, MAX_DYNEVENT_CMD_LEN); in test_gen_kretprobe_cmd()
Dsynth_event_gen_test.c53 buf = kzalloc(MAX_DYNEVENT_CMD_LEN, GFP_KERNEL); in test_gen_synth_cmd()
58 synth_event_cmd_init(&cmd, buf, MAX_DYNEVENT_CMD_LEN); in test_gen_synth_cmd()
144 buf = kzalloc(MAX_DYNEVENT_CMD_LEN, GFP_KERNEL); in test_empty_synth_event()
149 synth_event_cmd_init(&cmd, buf, MAX_DYNEVENT_CMD_LEN); in test_empty_synth_event()
Dtrace_events_synth.c1441 buf = kzalloc(MAX_DYNEVENT_CMD_LEN, GFP_KERNEL); in synth_event_create()
1445 synth_event_cmd_init(&cmd, buf, MAX_DYNEVENT_CMD_LEN); in synth_event_create()
/linux-6.6.21/Documentation/trace/
Devents.rst681 buf = kzalloc(MAX_DYNEVENT_CMD_LEN, GFP_KERNEL);
684 synth_event_cmd_init(&cmd, buf, MAX_DYNEVENT_CMD_LEN);
944 buf = kzalloc(MAX_DYNEVENT_CMD_LEN, GFP_KERNEL);
947 kprobe_event_cmd_init(&cmd, buf, MAX_DYNEVENT_CMD_LEN);
1029 buf = kzalloc(MAX_DYNEVENT_CMD_LEN, GFP_KERNEL);
1035 buffer and the length of the buffer (MAX_DYNEVENT_CMD_LEN can be used
/linux-6.6.21/include/linux/
Dtrace_events.h503 #define MAX_DYNEVENT_CMD_LEN (2048) macro