/tools/perf/ui/gtk/ |
D | util.c | 33 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
|
D | helpline.c | 19 static void gtk_helpline_push(const char *msg) in gtk_helpline_push()
|
/tools/perf/ui/ |
D | libslang.h | 21 #define slsmg_printf(msg, args...) \ argument 23 #define slsmg_vprintf(msg, vargs) \ argument 25 #define slsmg_write_nstring(msg, len) \ argument
|
D | helpline.c | 38 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/ |
D | kselftest.h | 134 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/ |
D | Makefile | 9 msg = macro 13 msg = macro 15 msg = @printf ' %-8s %s%s\n' "$(1)" "$(notdir $(2))" "$(if $(3), $(3))"; macro
|
/tools/include/linux/ |
D | compiler.h | 12 # 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
|
D | build_bug.h | 39 #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/ |
D | main.c | 169 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/ |
D | test_sockmap_kern.h | 235 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()
|
D | sockmap_tcp_msg_prog.c | 9 int bpf_prog1(struct sk_msg_md *msg) in bpf_prog1()
|
D | test_skmsg_load_helpers.c | 28 int prog_msg_verdict(struct sk_msg_md *msg) in prog_msg_verdict()
|
D | test_tcpnotify_kern.c | 66 struct tcp_notifier msg = { in bpf_testcb() local
|
/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-log.h | 60 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/ |
D | cs_prctl_test.c | 89 #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/ |
D | msg_zerocopy.c | 170 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
|
D | ipv6_flowlabel.c | 41 struct msghdr msg = {0}; in do_send() local 78 struct msghdr msg = {0}; in do_recv() local
|
/tools/testing/selftests/sigaltstack/ |
D | sas.c | 36 static const char *msg = "[OK]\tStack preserved"; variable 39 char msg[128]; member
|
/tools/cgroup/ |
D | iocost_coef_gen.py | 51 def info(msg): argument 55 def dbg(msg): argument
|
/tools/testing/selftests/sync/ |
D | synctest.h | 34 #define ASSERT(cond, msg) do { \ argument
|
/tools/testing/selftests/powerpc/include/ |
D | utils.h | 111 #define SKIP_IF_MSG(x, msg) \ argument 124 #define sigsafe_err(msg) ({ \ argument
|
/tools/lib/bpf/ |
D | libbpf_common.h | 18 #define LIBBPF_DEPRECATED(msg) __attribute__((deprecated(msg))) argument
|
D | libbpf_errno.c | 56 const char *msg; in libbpf_strerror() local
|
/tools/testing/vsock/ |
D | vsock_diag_test.c | 32 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/ |
D | tep_strerror.c | 32 const char *msg; in tep_strerror() local
|