Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_boot.c224 char sep; in trace_boot_hist_add_array() local
234 sep = '='; in trace_boot_hist_add_array()
236 append_printf(bufp, end, "%c%s", sep, p); in trace_boot_hist_add_array()
237 if (sep == '=') in trace_boot_hist_add_array()
238 sep = ','; in trace_boot_hist_add_array()
253 char sep; in trace_boot_hist_add_one_handler() local
279 sep = '('; in trace_boot_hist_add_one_handler()
281 append_printf(bufp, end, "%c%s", sep, p); in trace_boot_hist_add_one_handler()
282 if (sep == '(') in trace_boot_hist_add_one_handler()
283 sep = ','; in trace_boot_hist_add_one_handler()
Dtrace_events_hist.c1802 static int contains_operator(char *str, char **sep) in contains_operator() argument
1864 if (sep) { in contains_operator()
1868 *sep = minus_op; in contains_operator()
1871 *sep = plus_op; in contains_operator()
1874 *sep = div_op; in contains_operator()
1877 *sep = mult_op; in contains_operator()
1881 *sep = NULL; in contains_operator()
2637 char *sep, *operand1_str; in parse_expr() local
2646 field_op = contains_operator(str, &sep); in parse_expr()
2658 if (!sep) in parse_expr()
[all …]
/kernel/
Dseccomp.c2209 const char *sep) in seccomp_names_from_actions_logged() argument
2221 ret = strscpy(names, sep, size); in seccomp_names_from_actions_logged()
/kernel/bpf/
Dverifier.c873 const char *sep = ""; in print_verifier_state() local
883 #define verbose_a(fmt, ...) ({ verbose(env, "%s" fmt, sep, __VA_ARGS__); sep = ","; }) in print_verifier_state()