Searched refs:output_buf (Results 1 – 1 of 1) sorted by relevance
13 static char output_buf[OUTPUT_LINE_MAX][OUTPUT_BUF_MAX]; variable25 lv_strcpy(output_buf[output_line], buf); in flush_cb()53 lv_memzero(output_buf, sizeof(output_buf)); in test_profiler_normal()67 …TEST_ASSERT_EQUAL_STRING(output_buf[0], " LVGL-1 [0] 0.000000000: tracing_mark_write: B|1|test_p… in test_profiler_normal()68 …TEST_ASSERT_EQUAL_STRING(output_buf[1], " LVGL-1 [0] 1.000000000: tracing_mark_write: E|1|test_p… in test_profiler_normal()69 …TEST_ASSERT_EQUAL_STRING(output_buf[2], " LVGL-1 [0] 2.000000000: tracing_mark_write: B|1|custom… in test_profiler_normal()70 …TEST_ASSERT_EQUAL_STRING(output_buf[3], " LVGL-1 [0] 3.000000000: tracing_mark_write: E|1|custom… in test_profiler_normal()81 lv_memzero(output_buf, sizeof(output_buf)); in test_profiler_disable()95 TEST_ASSERT_EQUAL_CHAR(output_buf[1][0], '\0'); in test_profiler_disable()96 TEST_ASSERT_EQUAL_CHAR(output_buf[2][0], '\0'); in test_profiler_disable()[all …]