Home | History | Annotate | Download | only in unit

Lines Matching defs:line

9 mallctl_bool_get(const char *name, bool expected, const char *func, int line)
16 "%s():%d: Unexpected mallctl failure reading %s", func, line, name);
17 assert_b_eq(old, expected, "%s():%d: Unexpected %s value", func, line,
23 const char *func, int line)
31 line, name);
33 line, name);
38 int line)
41 mallctl_bool_get("prof.active", prof_active_old_expected, func, line);
48 bool prof_active_new, const char *func, int line)
52 prof_active_new, func, line);
59 const char *func, int line)
63 func, line);
70 bool thread_prof_active_new, const char *func, int line)
74 thread_prof_active_new, func, line);
80 prof_sampling_probe_impl(bool expect_sample, const char *func, int line)
86 line);
90 "%s():%d: Unexpected backtrace count", func, line);