Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dkprobe_event_gen_test.c49 buf = kzalloc(MAX_DYNEVENT_CMD_LEN, GFP_KERNEL); in test_gen_kprobe_cmd()
54 kprobe_event_cmd_init(&cmd, buf, MAX_DYNEVENT_CMD_LEN); in test_gen_kprobe_cmd()
120 buf = kzalloc(MAX_DYNEVENT_CMD_LEN, GFP_KERNEL); in test_gen_kretprobe_cmd()
125 kprobe_event_cmd_init(&cmd, buf, MAX_DYNEVENT_CMD_LEN); in test_gen_kretprobe_cmd()
A 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()
146 buf = kzalloc(MAX_DYNEVENT_CMD_LEN, GFP_KERNEL); in test_empty_synth_event()
151 synth_event_cmd_init(&cmd, buf, MAX_DYNEVENT_CMD_LEN); in test_empty_synth_event()
A Dtrace_events_synth.c1349 buf = kzalloc(MAX_DYNEVENT_CMD_LEN, GFP_KERNEL); in synth_event_create()
1353 synth_event_cmd_init(&cmd, buf, MAX_DYNEVENT_CMD_LEN); in synth_event_create()
/linux/Documentation/trace/
A Devents.rst636 buf = kzalloc(MAX_DYNEVENT_CMD_LEN, GFP_KERNEL);
639 synth_event_cmd_init(&cmd, buf, MAX_DYNEVENT_CMD_LEN);
899 buf = kzalloc(MAX_DYNEVENT_CMD_LEN, GFP_KERNEL);
902 kprobe_event_cmd_init(&cmd, buf, MAX_DYNEVENT_CMD_LEN);
984 buf = kzalloc(MAX_DYNEVENT_CMD_LEN, GFP_KERNEL);
990 buffer and the length of the buffer (MAX_DYNEVENT_CMD_LEN can be used
/linux/include/linux/
A Dtrace_events.h477 #define MAX_DYNEVENT_CMD_LEN (2048) macro

Completed in 13 milliseconds