Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 81) sorted by relevance

1234

/tools/perf/ui/gtk/
Dutil.c33 char *msg; in perf_gtk__error() local
59 char *msg; in perf_gtk__warning_info_bar() local
80 char *msg, *p; in perf_gtk__warning_statusbar() local
Dhelpline.c19 static void gtk_helpline_push(const char *msg) in gtk_helpline_push()
/tools/perf/ui/
Dlibslang.h21 #define slsmg_printf(msg, args...) \ argument
23 #define slsmg_vprintf(msg, vargs) \ argument
25 #define slsmg_write_nstring(msg, len) \ argument
Dhelpline.c38 void ui_helpline__push(const char *msg) in ui_helpline__push()
64 void ui_helpline__puts(const char *msg) in ui_helpline__puts()
/tools/testing/selftests/
Dkselftest.h83 static inline void ksft_print_msg(const char *msg, ...) in ksft_print_msg()
95 static inline void ksft_test_result_pass(const char *msg, ...) in ksft_test_result_pass()
109 static inline void ksft_test_result_fail(const char *msg, ...) in ksft_test_result_fail()
123 static inline void ksft_test_result_skip(const char *msg, ...) in ksft_test_result_skip()
137 static inline void ksft_test_result_error(const char *msg, ...) in ksft_test_result_error()
164 static inline int ksft_exit_fail_msg(const char *msg, ...) in ksft_exit_fail_msg()
191 static inline int ksft_exit_skip(const char *msg, ...) in ksft_exit_skip()
/tools/testing/selftests/bpf/
Dtest_sockmap_kern.h175 int bpf_prog4(struct sk_msg_md *msg) in bpf_prog4()
202 int bpf_prog5(struct sk_msg_md *msg) in bpf_prog5()
268 int bpf_prog6(struct sk_msg_md *msg) in bpf_prog6()
309 int bpf_prog7(struct sk_msg_md *msg) in bpf_prog7()
388 int bpf_prog8(struct sk_msg_md *msg) in bpf_prog8()
405 int bpf_prog9(struct sk_msg_md *msg) in bpf_prog9()
423 int bpf_prog10(struct sk_msg_md *msg) in bpf_prog10()
/tools/perf/util/intel-pt-decoder/
Dintel-pt-log.h60 static inline void intel_pt_log_at(const char *msg, uint64_t u) in intel_pt_log_at()
65 static inline void intel_pt_log_to(const char *msg, uint64_t u) in intel_pt_log_to()
/tools/testing/selftests/net/
Dmsg_zerocopy.c171 static void add_zcopy_cookie(struct msghdr *msg, uint32_t cookie) in add_zcopy_cookie()
184 static bool do_sendmsg(int fd, struct msghdr *msg, bool do_zerocopy, int domain) in do_sendmsg()
227 static void do_sendmsg_corked(int fd, struct msghdr *msg) in do_sendmsg_corked()
365 struct msghdr msg; in do_recvmsg_completion() local
396 struct msghdr msg = {}; in do_recv_completion() local
486 struct msghdr msg = {0}; in do_tx() local
Dipv6_flowlabel.c41 struct msghdr msg = {0}; in do_send() local
78 struct msghdr msg = {0}; in do_recv() local
/tools/testing/selftests/sigaltstack/
Dsas.c29 static const char *msg = "[OK]\tStack preserved"; variable
32 char msg[128]; member
/tools/cgroup/
Diocost_coef_gen.py51 def info(msg): argument
55 def dbg(msg): argument
/tools/testing/selftests/bpf/progs/
Dsockmap_tcp_msg_prog.c9 int bpf_prog1(struct sk_msg_md *msg) in bpf_prog1()
Dtest_tcpnotify_kern.c66 struct tcp_notifier msg = { in bpf_testcb() local
/tools/testing/selftests/sync/
Dsynctest.h34 #define ASSERT(cond, msg) do { \ argument
/tools/lib/bpf/
Dlibbpf_errno.c52 const char *msg; in libbpf_strerror() local
/tools/lib/traceevent/
Dtep_strerror.c32 const char *msg; in tep_strerror() local
/tools/perf/
Dbuiltin-top.c149 char msg[BUFSIZ]; in perf_top__parse_source() local
352 static void prompt_integer(int *target, const char *msg) in prompt_integer()
378 static void prompt_percent(int *target, const char *msg) in prompt_percent()
387 static void perf_top__prompt_symbol(struct perf_top *top, const char *msg) in perf_top__prompt_symbol()
784 const char *msg = "Kernel samples will not be resolved.\n"; in perf_event__process_sample() local
1002 char msg[BUFSIZ]; in perf_top__start_counters() local
/tools/perf/ui/tui/
Dhelpline.c20 static void tui_helpline__push(const char *msg) in tui_helpline__push()
/tools/bpf/bpftool/
Dnet.c87 static int dump_link_nlmsg(void *cookie, void *msg, struct nlattr **tb) in dump_link_nlmsg()
116 static int dump_class_qdisc_nlmsg(void *cookie, void *msg, struct nlattr **tb) in dump_class_qdisc_nlmsg()
150 static int dump_filter_nlmsg(void *cookie, void *msg, struct nlattr **tb) in dump_filter_nlmsg()
/tools/power/acpi/common/
Dgetopt.c25 #define ACPI_OPTION_ERROR(msg, badchar) \ argument
/tools/perf/util/
Dtarget.c120 const char *msg; in target__strerror() local
/tools/power/pm-graph/
Dbootgraph.py38 def pprint(msg): argument
82 def kernelVersion(self, msg): argument
826 def doError(msg, help=False): argument
/tools/testing/selftests/networking/timestamping/
Dtimestamping.c134 static void printpacket(struct msghdr *msg, int res, in printpacket()
263 struct msghdr msg; in recvpacket() local
Dtxtimestamp.c213 static void __recv_errmsg_cmsg(struct msghdr *msg, int payload_len) in __recv_errmsg_cmsg()
270 static struct msghdr msg; in recv_errmsg() local
391 struct msghdr msg; in do_test() local
/tools/testing/vsock/
Dvsock_diag_test.c42 struct vsock_diag_msg msg; member
197 struct msghdr msg = { in send_req() local
226 struct msghdr msg = { in recv_resp() local

1234