Searched refs:LEN_OR_ZERO (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/kernel/trace/ |
A D | trace_events_user.c | 673 #define LEN_OR_ZERO (len ? len - pos : 0) macro 683 pos += snprintf(buf + pos, LEN_OR_ZERO, " "); in user_dyn_field_set_string() 707 pos += snprintf(buf + pos, LEN_OR_ZERO, " "); in user_field_set_string() 711 pos += snprintf(buf + pos, LEN_OR_ZERO, ";"); in user_field_set_string() 723 pos += snprintf(buf + pos, LEN_OR_ZERO, "\""); in user_event_set_print_fmt() 727 pos += snprintf(buf + pos, LEN_OR_ZERO, " "); in user_event_set_print_fmt() 729 pos += snprintf(buf + pos, LEN_OR_ZERO, "%s=%s", in user_event_set_print_fmt() 735 pos += snprintf(buf + pos, LEN_OR_ZERO, "\""); in user_event_set_print_fmt() 739 pos += snprintf(buf + pos, LEN_OR_ZERO, in user_event_set_print_fmt() 742 pos += snprintf(buf + pos, LEN_OR_ZERO, in user_event_set_print_fmt() [all …]
|
A D | trace_probe.c | 896 #define LEN_OR_ZERO (len ? len - pos : 0) macro 923 pos += snprintf(buf + pos, LEN_OR_ZERO, "\"%s", fmt); in __set_print_fmt() 927 pos += snprintf(buf + pos, LEN_OR_ZERO, " %s=", parg->name); in __set_print_fmt() 929 pos += snprintf(buf + pos, LEN_OR_ZERO, "{%s", in __set_print_fmt() 932 pos += snprintf(buf + pos, LEN_OR_ZERO, ",%s", in __set_print_fmt() 934 pos += snprintf(buf + pos, LEN_OR_ZERO, "}"); in __set_print_fmt() 936 pos += snprintf(buf + pos, LEN_OR_ZERO, "%s", in __set_print_fmt() 940 pos += snprintf(buf + pos, LEN_OR_ZERO, "\"%s", arg); in __set_print_fmt() 950 pos += snprintf(buf + pos, LEN_OR_ZERO, in __set_print_fmt() 957 pos += snprintf(buf + pos, LEN_OR_ZERO, in __set_print_fmt() [all …]
|
A D | trace_syscalls.c | 216 #define LEN_OR_ZERO (len ? len - pos : 0) in __set_enter_print_fmt() macro 218 pos += snprintf(buf + pos, LEN_OR_ZERO, "\""); in __set_enter_print_fmt() 220 pos += snprintf(buf + pos, LEN_OR_ZERO, "%s: 0x%%0%zulx%s", in __set_enter_print_fmt() 224 pos += snprintf(buf + pos, LEN_OR_ZERO, "\""); in __set_enter_print_fmt() 227 pos += snprintf(buf + pos, LEN_OR_ZERO, in __set_enter_print_fmt() 231 #undef LEN_OR_ZERO in __set_enter_print_fmt()
|
A D | trace_events_synth.c | 624 #define LEN_OR_ZERO (len ? len - pos : 0) in __set_synth_event_print_fmt() macro 626 pos += snprintf(buf + pos, LEN_OR_ZERO, "\""); in __set_synth_event_print_fmt() 629 pos += snprintf(buf + pos, LEN_OR_ZERO, "%s=%s%s", in __set_synth_event_print_fmt() 633 pos += snprintf(buf + pos, LEN_OR_ZERO, "\""); in __set_synth_event_print_fmt() 638 pos += snprintf(buf + pos, LEN_OR_ZERO, in __set_synth_event_print_fmt() 641 pos += snprintf(buf + pos, LEN_OR_ZERO, in __set_synth_event_print_fmt() 644 pos += snprintf(buf + pos, LEN_OR_ZERO, in __set_synth_event_print_fmt() 648 #undef LEN_OR_ZERO in __set_synth_event_print_fmt()
|
Completed in 13 milliseconds