Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_boot.c22 #define MAX_BUF_LEN 256 macro
29 char buf[MAX_BUF_LEN]; in trace_boot_set_instance_options()
86 char buf[MAX_BUF_LEN]; in trace_boot_enable_events()
106 char buf[MAX_BUF_LEN]; in trace_boot_add_kprobe_event()
111 kprobe_event_cmd_init(&cmd, buf, MAX_BUF_LEN); in trace_boot_add_kprobe_event()
143 char buf[MAX_BUF_LEN]; in trace_boot_add_synth_event()
147 synth_event_cmd_init(&cmd, buf, MAX_BUF_LEN); in trace_boot_add_synth_event()
467 char buf[MAX_BUF_LEN]; in trace_boot_init_one_event()