Searched refs:test_sprintf (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | ftrace.c | 77 fopts = test_sprintf("%s/%s", ftrace_path, "trace_options"); in disable_trace_options() 99 tmp->opt_name = test_sprintf("no%s", line); in disable_trace_options() 136 char *fbuf_size = test_sprintf("%s/buffer_size_kb", ftrace_path); in setup_buffer_size() 151 tmp = test_sprintf("%s/instances/ksft-%s-XXXXXX", ftrace_path, name); in setup_ftrace_instance() 244 path = test_sprintf("%s/trace_pipe", tracer->instance_path); in setup_trace_thread() 312 enable_path = test_sprintf("%s/events/%s/enable", instance, event); in setup_trace_event() 316 filter_path = test_sprintf("%s/events/%s/filter", instance, event); in setup_trace_event()
|
H A D | ftrace-tcp.c | 456 stat_line = test_sprintf("%s%s[%zu] ", stat_line ?: "", in print_match_stats() 510 filter = test_sprintf("net_cookie == %zu || net_cookie == %zu", in setup_tcp_trace_events() 516 char *event_name = test_sprintf("tcp/%s", trace_event_names[i]); in setup_tcp_trace_events()
|
H A D | aolib.h | 66 static __printf(1, 2) inline char *test_sprintf(const char *fmt, ...) in test_sprintf() function
|