Lines Matching refs:XRAY_FLAG
12 #ifndef XRAY_FLAG
13 #error "Define XRAY_FLAG prior to including this file!"
16 XRAY_FLAG(bool, patch_premain, false,
18 XRAY_FLAG(const char *, xray_logfile_base, "xray-log.",
20 XRAY_FLAG(const char *, xray_mode, "", "Mode to install by default.")
21 XRAY_FLAG(uptr, xray_page_size_override, 0,
26 XRAY_FLAG(bool, xray_naive_log, false,
28 XRAY_FLAG(int, xray_naive_log_func_duration_threshold_us, 5,
31 XRAY_FLAG(int, xray_naive_log_max_stack_depth, 64,
34 XRAY_FLAG(int, xray_naive_log_thread_buffer_size, 1024,
39 XRAY_FLAG(bool, xray_fdr_log, false,
41 XRAY_FLAG(int, xray_fdr_log_func_duration_threshold_us, 5,
44 XRAY_FLAG(int, xray_fdr_log_grace_period_us, 0,
47 XRAY_FLAG(int, xray_fdr_log_grace_period_ms, 100,