Lines Matching refs:func

9 mallctl_bool_get(const char *name, bool expected, const char *func, int line)  in mallctl_bool_get()  argument
16 "%s():%d: Unexpected mallctl failure reading %s", func, line, name); in mallctl_bool_get()
17 assert_b_eq(old, expected, "%s():%d: Unexpected %s value", func, line, in mallctl_bool_get()
23 const char *func, int line) in mallctl_bool_set() argument
31 "%s():%d: Unexpected mallctl failure reading/writing %s", func, in mallctl_bool_set()
33 assert_b_eq(old, old_expected, "%s():%d: Unexpected %s value", func, in mallctl_bool_set()
38 mallctl_prof_active_get_impl(bool prof_active_old_expected, const char *func, in mallctl_prof_active_get_impl() argument
41 mallctl_bool_get("prof.active", prof_active_old_expected, func, line); in mallctl_prof_active_get_impl()
48 bool prof_active_new, const char *func, int line) in mallctl_prof_active_set_impl() argument
51 prof_active_new, func, line); in mallctl_prof_active_set_impl()
58 const char *func, int line) in mallctl_thread_prof_active_get_impl() argument
61 func, line); in mallctl_thread_prof_active_get_impl()
68 bool thread_prof_active_new, const char *func, int line) in mallctl_thread_prof_active_set_impl() argument
71 thread_prof_active_new, func, line); in mallctl_thread_prof_active_set_impl()
77 prof_sampling_probe_impl(bool expect_sample, const char *func, int line) in prof_sampling_probe_impl() argument
82 assert_zu_eq(prof_bt_count(), 0, "%s():%d: Expected 0 backtraces", func, in prof_sampling_probe_impl()
87 "%s():%d: Unexpected backtrace count", func, line); in prof_sampling_probe_impl()