Home
last modified time | relevance | path

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

12345

/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.h134 static inline void ksft_print_msg(const char *msg, ...) in ksft_print_msg()
146 static inline void ksft_test_result_pass(const char *msg, ...) in ksft_test_result_pass()
160 static inline void ksft_test_result_fail(const char *msg, ...) in ksft_test_result_fail()
186 static inline void ksft_test_result_xfail(const char *msg, ...) in ksft_test_result_xfail()
200 static inline void ksft_test_result_skip(const char *msg, ...) in ksft_test_result_skip()
215 static inline void ksft_test_result_error(const char *msg, ...) in ksft_test_result_error()
253 static inline int ksft_exit_fail_msg(const char *msg, ...) in ksft_exit_fail_msg()
280 static inline int ksft_exit_skip(const char *msg, ...) in ksft_exit_skip()
/tools/bpf/resolve_btfids/
DMakefile9 msg = macro
13 msg = macro
15 msg = @printf ' %-8s %s%s\n' "$(1)" "$(notdir $(2))" "$(if $(3), $(3))"; macro
/tools/include/linux/
Dcompiler.h12 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument
19 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument
22 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
34 #define compiletime_assert(condition, msg) \ argument
Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
79 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
/tools/bootconfig/
Dmain.c169 static int pr_errno(const char *msg, int err) in pr_errno()
181 const char *msg; in load_xbc_from_initrd() local
242 static void show_xbc_error(const char *data, const char *msg, int pos) in show_xbc_error()
266 const char *msg; in init_xbc_with_error() local
364 const char *msg; in apply_xbc() local
/tools/testing/selftests/bpf/progs/
Dtest_sockmap_kern.h235 int bpf_prog4(struct sk_msg_md *msg) in bpf_prog4()
265 int bpf_prog6(struct sk_msg_md *msg) in bpf_prog6()
310 int bpf_prog8(struct sk_msg_md *msg) in bpf_prog8()
327 int bpf_prog9(struct sk_msg_md *msg) in bpf_prog9()
345 int bpf_prog10(struct sk_msg_md *msg) in bpf_prog10()
Dsockmap_tcp_msg_prog.c9 int bpf_prog1(struct sk_msg_md *msg) in bpf_prog1()
Dtest_skmsg_load_helpers.c28 int prog_msg_verdict(struct sk_msg_md *msg) in prog_msg_verdict()
Dtest_tcpnotify_kern.c66 struct tcp_notifier msg = { in bpf_testcb() local
/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/sched/
Dcs_prctl_test.c89 #define handle_error(msg) __handle_error(__FILE__, __LINE__, msg) argument
90 static void __handle_error(char *fn, int ln, char *msg) in __handle_error()
103 static void handle_usage(int rc, char *msg) in handle_usage()
213 void _validate(int line, int val, char *msg) in _validate()
/tools/testing/selftests/net/
Dmsg_zerocopy.c170 static void add_zcopy_cookie(struct msghdr *msg, uint32_t cookie) in add_zcopy_cookie()
183 static bool do_sendmsg(int fd, struct msghdr *msg, bool do_zerocopy, int domain) in do_sendmsg()
226 static void do_sendmsg_corked(int fd, struct msghdr *msg) in do_sendmsg_corked()
364 struct msghdr msg; in do_recvmsg_completion() local
395 struct msghdr msg = {}; in do_recv_completion() local
485 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.c36 static const char *msg = "[OK]\tStack preserved"; variable
39 char msg[128]; member
/tools/cgroup/
Diocost_coef_gen.py51 def info(msg): argument
55 def dbg(msg): argument
/tools/testing/selftests/sync/
Dsynctest.h34 #define ASSERT(cond, msg) do { \ argument
/tools/testing/selftests/powerpc/include/
Dutils.h111 #define SKIP_IF_MSG(x, msg) \ argument
124 #define sigsafe_err(msg) ({ \ argument
/tools/lib/bpf/
Dlibbpf_common.h18 #define LIBBPF_DEPRECATED(msg) __attribute__((deprecated(msg))) argument
Dlibbpf_errno.c56 const char *msg; in libbpf_strerror() local
/tools/testing/vsock/
Dvsock_diag_test.c32 struct vsock_diag_msg msg; member
187 struct msghdr msg = { in send_req() local
216 struct msghdr msg = { in recv_resp() local
/tools/lib/traceevent/
Dtep_strerror.c32 const char *msg; in tep_strerror() local

12345