Searched refs:exp_msg (Results 1 – 4 of 4) sorted by relevance
113 const char *exp_msg = NULL; in probe_prog_load() local 144 exp_msg = "attach_btf_id 1 is not a function"; in probe_prog_load() 153 exp_msg = "Cannot replace kernel functions"; in probe_prog_load() 198 if (exp_msg && !strstr(buf, exp_msg)) in probe_prog_load()
31 static void test_tracing_fail_prog(const char *prog_name, const char *exp_msg) in test_tracing_fail_prog() argument53 ASSERT_HAS_SUBSTR(log_buf, exp_msg, "log_buf"); in test_tracing_fail_prog()
352 const char *exp_msg) in test_obj_load_failure_common() argument380 if (exp_msg) in test_obj_load_failure_common()387 if (env.verbosity > VERBOSE_NONE && exp_msg) /* we overtook log */ in test_obj_load_failure_common()392 if (exp_msg) in test_obj_load_failure_common()393 ASSERT_HAS_SUBSTR(log_buf, exp_msg, "fail_msg"); in test_obj_load_failure_common()
109 int time_out, u8 exp_msg);