Searched refs:MAX_DYNEVENT_CMD_LEN (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | kprobe_event_gen_test.c | 92 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()
|
| H A D | synth_event_gen_test.c | 53 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()
|
| H A D | trace_events_synth.c | 1168 buf = kzalloc(MAX_DYNEVENT_CMD_LEN, GFP_KERNEL); in save_cmdstr() 1172 seq_buf_init(&s, buf, MAX_DYNEVENT_CMD_LEN); in save_cmdstr() 1307 buf = kzalloc(MAX_DYNEVENT_CMD_LEN, GFP_KERNEL); in synth_event_create() 1311 synth_event_cmd_init(&cmd, buf, MAX_DYNEVENT_CMD_LEN); in synth_event_create()
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | events.rst | 655 buf = kzalloc(MAX_DYNEVENT_CMD_LEN, GFP_KERNEL); 658 synth_event_cmd_init(&cmd, buf, MAX_DYNEVENT_CMD_LEN); 918 buf = kzalloc(MAX_DYNEVENT_CMD_LEN, GFP_KERNEL); 921 kprobe_event_cmd_init(&cmd, buf, MAX_DYNEVENT_CMD_LEN); 1003 buf = kzalloc(MAX_DYNEVENT_CMD_LEN, GFP_KERNEL); 1009 buffer and the length of the buffer (MAX_DYNEVENT_CMD_LEN can be used
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | trace_events.h | 375 #define MAX_DYNEVENT_CMD_LEN (2048) macro
|