Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_probe.c841 #define LEN_OR_ZERO (len ? len - pos : 0) macro
858 pos += snprintf(buf + pos, LEN_OR_ZERO, "\"%s", fmt); in __set_print_fmt()
862 pos += snprintf(buf + pos, LEN_OR_ZERO, " %s=", parg->name); in __set_print_fmt()
864 pos += snprintf(buf + pos, LEN_OR_ZERO, "{%s", in __set_print_fmt()
867 pos += snprintf(buf + pos, LEN_OR_ZERO, ",%s", in __set_print_fmt()
869 pos += snprintf(buf + pos, LEN_OR_ZERO, "}"); in __set_print_fmt()
871 pos += snprintf(buf + pos, LEN_OR_ZERO, "%s", in __set_print_fmt()
875 pos += snprintf(buf + pos, LEN_OR_ZERO, "\", %s", arg); in __set_print_fmt()
886 pos += snprintf(buf + pos, LEN_OR_ZERO, in __set_print_fmt()
894 pos += snprintf(buf + pos, LEN_OR_ZERO, in __set_print_fmt()
[all …]
H A Dtrace_syscalls.c218 #define LEN_OR_ZERO (len ? len - pos : 0) in __set_enter_print_fmt() macro
220 pos += snprintf(buf + pos, LEN_OR_ZERO, "\""); in __set_enter_print_fmt()
222 pos += snprintf(buf + pos, LEN_OR_ZERO, "%s: 0x%%0%zulx%s", in __set_enter_print_fmt()
226 pos += snprintf(buf + pos, LEN_OR_ZERO, "\""); in __set_enter_print_fmt()
229 pos += snprintf(buf + pos, LEN_OR_ZERO, in __set_enter_print_fmt()
233 #undef LEN_OR_ZERO in __set_enter_print_fmt()
H A Dtrace_events_synth.c528 #define LEN_OR_ZERO (len ? len - pos : 0) in __set_synth_event_print_fmt() macro
530 pos += snprintf(buf + pos, LEN_OR_ZERO, "\""); in __set_synth_event_print_fmt()
533 pos += snprintf(buf + pos, LEN_OR_ZERO, "%s=%s%s", in __set_synth_event_print_fmt()
537 pos += snprintf(buf + pos, LEN_OR_ZERO, "\""); in __set_synth_event_print_fmt()
542 pos += snprintf(buf + pos, LEN_OR_ZERO, in __set_synth_event_print_fmt()
545 pos += snprintf(buf + pos, LEN_OR_ZERO, in __set_synth_event_print_fmt()
549 #undef LEN_OR_ZERO in __set_synth_event_print_fmt()