halide_trace_event_t 2919 src/Func.cpp   void Func::set_custom_trace(int (*trace_fn)(void *, const halide_trace_event_t *)) {
halide_trace_event_t  812 src/Func.h         EXPORT void set_custom_trace(int (*trace_fn)(void *, const halide_trace_event_t *));
halide_trace_event_t  560 src/JITModule.cpp int32_t trace_handler(void *context, const halide_trace_event_t *e) {
halide_trace_event_t  132 src/JITModule.h     int32_t (*custom_trace)(void *, const halide_trace_event_t *){nullptr};
halide_trace_event_t  463 src/Pipeline.cpp void Pipeline::set_custom_trace(int (*trace_fn)(void *, const halide_trace_event_t *)) {
halide_trace_event_t  287 src/Pipeline.h     EXPORT void set_custom_trace(int (*trace_fn)(void *, const halide_trace_event_t *));
halide_trace_event_t  352 src/runtime/HalideRuntime.h     HALIDE_ALWAYS_INLINE halide_trace_event_t() {}
halide_trace_event_t  386 src/runtime/HalideRuntime.h extern int32_t halide_trace(void *user_context, const struct halide_trace_event_t *event);
halide_trace_event_t  387 src/runtime/HalideRuntime.h typedef int32_t (*halide_trace_t)(void *user_context, const struct halide_trace_event_t *);
halide_trace_event_t    7 src/runtime/tracing.cpp typedef int32_t (*trace_fn)(void *, const halide_trace_event_t *);
halide_trace_event_t   18 src/runtime/tracing.cpp WEAK int32_t default_trace(void *user_context, const halide_trace_event_t *e) {
halide_trace_event_t  201 src/runtime/tracing.cpp WEAK int32_t halide_trace(void *user_context, const halide_trace_event_t *e) {
halide_trace_event_t  232 src/runtime/tracing.cpp     halide_trace_event_t event;
halide_trace_event_t   16 test/correctness/align_bounds.cpp int my_trace(void *user_context, const halide_trace_event_t *e) {
halide_trace_event_t    6 test/correctness/autotune_bug_2.cpp int my_trace(void *user_context, const halide_trace_event_t *e) {
halide_trace_event_t    6 test/correctness/autotune_bug_3.cpp int my_trace(void *user_context, const halide_trace_event_t *e) {
halide_trace_event_t    6 test/correctness/autotune_bug_4.cpp int my_trace(void *user_context, const halide_trace_event_t *e) {
halide_trace_event_t    7 test/correctness/iterate_over_circle.cpp int my_trace(void *user_context, const halide_trace_event_t *ev) {
halide_trace_event_t   12 test/correctness/reduction_non_rectangular.cpp int intermediate_bound_depend_on_output_trace(void *user_context, const halide_trace_event_t *e) {
halide_trace_event_t   35 test/correctness/reduction_non_rectangular.cpp int func_call_bound_trace(void *user_context, const halide_trace_event_t *e) {
halide_trace_event_t   56 test/correctness/reduction_non_rectangular.cpp int box_bound_trace(void *user_context, const halide_trace_event_t *e) {
halide_trace_event_t    9 test/correctness/reschedule.cpp int my_trace(void *user_context, const halide_trace_event_t *ev) {
halide_trace_event_t  865 test/correctness/rfactor.cpp int allocation_bound_test_trace(void *user_context, const halide_trace_event_t *e) {
halide_trace_event_t   42 test/correctness/set_custom_trace.cpp int allocation_bound_test_trace(void *user_context, const halide_trace_event_t *e) {
halide_trace_event_t   10 test/correctness/skip_stages_memoize.cpp int single_toggle_trace(void *user_context, const halide_trace_event_t *e) {
halide_trace_event_t   22 test/correctness/skip_stages_memoize.cpp int double_toggle_trace(void *user_context, const halide_trace_event_t *e) {
halide_trace_event_t   16 test/correctness/specialize.cpp int my_trace(void *user_context, const halide_trace_event_t *ev) {
halide_trace_event_t    7 test/correctness/stencil_chain_in_update_definitions.cpp int my_trace(void *user_context, const halide_trace_event_t *e) {
halide_trace_event_t   82 test/correctness/tracing.cpp int my_trace(void *user_context, const halide_trace_event_t *ev) {
halide_trace_event_t    6 test/correctness/tracing_broadcast.cpp int my_trace(void *user_context, const halide_trace_event_t *e) {
halide_trace_event_t   22 test/correctness/tracing_stack.cpp int my_trace(void *user_context, const halide_trace_event_t *e) {
halide_trace_event_t    6 test/correctness/uninitialized_read.cpp int my_trace(void *user_context, const halide_trace_event_t *e) {
halide_trace_event_t    7 test/correctness/vectorize_guard_with_if.cpp int my_trace(void *user_context, const halide_trace_event_t *e) {
halide_trace_event_t   26 test/generator/tiled_blur_aottest.cpp int my_halide_trace(void *user_context, const halide_trace_event_t *ev) {
halide_trace_event_t   23 test/generator/user_context_aottest.cpp int32_t my_halide_trace(void *context, const halide_trace_event_t *e) {
halide_trace_event_t   15 test/generator/user_context_insanity_aottest.cpp int32_t my_halide_trace(void *context, const halide_trace_event_t *e) {