Searched refs:MAX_TRACE_ARGS (Results 1 – 5 of 5) sorted by relevance
32 #define MAX_TRACE_ARGS 128 macro39 #define MAX_ARG_BUF_LEN (MAX_TRACE_ARGS * MAX_ARG_NAME_LEN)
1016 if (argc > MAX_TRACE_ARGS) { in __trace_kprobe_create()1178 if (++cmd->n_fields > MAX_TRACE_ARGS) { in __kprobe_event_gen_cmd_start()1229 if (++cmd->n_fields > MAX_TRACE_ARGS) { in __kprobe_event_add_fields()
915 if (argc - 2 > MAX_TRACE_ARGS) { in __trace_eprobe_create()
1190 if (argc > MAX_TRACE_ARGS) { in __trace_fprobe_create()
568 if (argc - 2 > MAX_TRACE_ARGS) in __trace_uprobe_create()
Completed in 22 milliseconds