/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/ |
A D | trace_task.c | 37 static T_TRACE_TASK_INFO trace; variable 62 trace.Buffer.Length = queueSize; in traceStartTransmit() 64 trace_uart_tx(trace.Buffer.Pointer, trace.Buffer.Length,traceuart_tx_cb); in traceStartTransmit() 88 trace.Buffer.Length = 0; in trace_task() 105 if((trace.handle != NULL)&&(trace.QueueHandleEvent != NULL)) in bt_trace_init() 121 if(trace.handle != NULL) in bt_trace_uninit() 122 os_task_delete(trace.handle); in bt_trace_uninit() 123 if(trace.QueueHandleEvent != NULL) in bt_trace_uninit() 126 trace.handle = NULL; in bt_trace_uninit() 127 trace.QueueHandleEvent = NULL; in bt_trace_uninit() [all …]
|
/AliOS-Things-master/components/trace/ |
A D | README.md | 1 @page trace trace 3 [更正文档](https://gitee.com/alios-things/trace/edit/master/README.md)      [贡献说明](… 7 SystemView 是一个用于分析嵌入式系统性能的trace工具。SystemView可以分析系统中有哪些中断、任务执行了,以及它们的先后关系。 可以完整的深入观察一个应用程序运行时的行为,它揭示… 110 - trace: master # helloworld_demo中引入trace组件 119 aos install trace 123 上述命令执行成功后,组件源码则被下载到了./components/trace路径中。 166 拷贝components/trace/Config/SYSVIEW_AliOSThings.txt文件到PC机SystemView软件安装目录 C:\Program Files\SEGGER\Sys…
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | BUILD | 97 name = "trace", 310 ":trace", 362 ":trace", 803 ":trace", 827 ":trace", 911 ":trace", 976 ":trace", 994 ":trace", 1015 ":trace", 1048 ":trace", [all …]
|
A D | trace.h | 275 inline void Print(const ThreadTrace& trace, TraceOutputFormat output_format, in Print() argument 280 fprintf(file, "Ruy trace for thread %d:\n", trace.thread_id()); in Print() 284 for (const ThreadTraceEntry& entry : trace.entries()) { in Print() 325 for (const auto& trace : thread_traces_) { in ~AllThreadTraces() local 326 Print(*trace, output_format, file); in ~AllThreadTraces()
|
/AliOS-Things-master/components/mqtt/MQTTPacket/ |
A D | StackTrace.h | 65 void StackTrace_entry(const char* name, int line, int trace); 66 void StackTrace_exit(const char* name, int line, void* return_value, int trace);
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | memory_buffer_alloc.c | 61 char **trace; member 107 mbedtls_fprintf( stderr, "%s\n", hdr->trace[i] ); in debug_header() 310 cur->trace = backtrace_symbols( trace_buffer, trace_cnt ); in buffer_alloc_calloc() 331 new->trace = NULL; in buffer_alloc_calloc() 368 cur->trace = backtrace_symbols( trace_buffer, trace_cnt ); in buffer_alloc_calloc() 421 free( hdr->trace ); in buffer_alloc_free() 422 hdr->trace = NULL; in buffer_alloc_free()
|
/AliOS-Things-master/hardware/arch/armv7m/common/ |
A D | backtrace.c | 524 int backtrace_now_get(void *trace[], int size, int offset) in backtrace_now_get() argument 543 memset(trace, 0, size*sizeof(void *)); in backtrace_now_get() 545 g_back_trace = trace; in backtrace_now_get() 553 trace[lvl - offset] = PC; in backtrace_now_get()
|
/AliOS-Things-master/hardware/arch/armv8m/common/ |
A D | backtrace.c | 524 int backtrace_now_get(void *trace[], int size, int offset) in backtrace_now_get() argument 543 memset(trace, 0, size*sizeof(void *)); in backtrace_now_get() 545 g_back_trace = trace; in backtrace_now_get() 553 trace[lvl - offset] = PC; in backtrace_now_get()
|
/AliOS-Things-master/hardware/arch/riscv/src/rv64fd_32gpr/ |
A D | backtrace.c | 66 int backtrace_now_get(void *trace[], int size, int offset) in backtrace_now_get() argument
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/transq_msg/ |
A D | transq_msg.h | 67 struct TRANSQ_MSG_TRACE trace; member
|
/AliOS-Things-master/kernel/rhino/ |
A D | k_mm_debug.c | 100 print(" (%p", b->trace[0]); in print_block() 102 print(" <- %p", b->trace[idx]); in print_block()
|
A D | k_mm.c | 24 int backtrace_now_get(void *trace[], int size, int offset); 782 backtrace_now_get((void **) blk->trace, RHINO_CONFIG_MM_TRACE_LVL, 2); in krhino_owner_attach() 784 memset(blk->trace, 0, sizeof(blk->trace)); in krhino_owner_attach()
|
A D | csi.mk | 24 INCDIR += -I$(LIBSDIR)/trace/include
|
/AliOS-Things-master/components/debug/src/ |
A D | debug_panic.c | 263 print_func(" (%p", b->trace[0]); in debug_print_block() 265 print_func(" <- %p", b->trace[idx]); in debug_print_block()
|
/AliOS-Things-master/documentation/manual/ |
A D | component.md | 63 @subpage trace \n
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_mem_stats.c | 160 static int record_backtrace(int *level, char ***trace) in record_backtrace() argument 167 *trace = backtrace_symbols(buffer, *level); in record_backtrace() 168 if (*trace == NULL) { in record_backtrace()
|
/AliOS-Things-master/kernel/rhino/include/ |
A D | k_mm.h | 155 void *trace[ALIGN_UP_2(RHINO_CONFIG_MM_TRACE_LVL)]; member
|
/AliOS-Things-master/components/netmgr/include/ |
A D | netmgr.h | 190 void *trace; member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/ |
A D | test_qjscalc.js | 218 assert(trace(a) == 5);
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | filelist.txt | 27 jerror.h Declares JPEG library's error and trace message codes. 137 cderror.h Additional error and trace message codes for cjpeg et al.
|
A D | change.log | 244 djpeg's trace mode reports JFIF 1.02 thumbnail images as such, rather 306 djpeg's trace capability now dumps DQT tables in natural order, not zigzag 307 order. This allows the trace output to be made into a "-qtables" file
|
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | sockets.c | 341 extern int backtrace_now_get(void *trace[], int size, int offset); 351 void *trace[SOCK_ALLOC_TRACE_LVL]; member 377 backtrace_now_get((void **)sock_alloc_infos[index].trace, SOCK_ALLOC_TRACE_LVL, 2); in add_sock_alloc_info() 392 sock_alloc_infos[index].trace[i] = 0; in del_sock_alloc_info() 406 printf("(%p", sock_alloc_infos[i].trace[0]); in print_sock_alloc_info() 408 if (sock_alloc_infos[i].trace[j]) in print_sock_alloc_info() 409 printf(" <- %p", sock_alloc_infos[i].trace[j]); in print_sock_alloc_info()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | qjscalc.js | 1974 trace(a) { 1993 coef = -trace(c) / (i + 1); 2631 var trace = Matrix.trace;
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-android.md | 295 If your application crashes in native code, you can use ndk-stack to get a symbolic stack trace: 299 addresses in the stack trace to lines in your code.
|
/AliOS-Things-master/components/py_engine/ |
A D | aos.mk | 143 engine/lib/netutils/dhcpserver.c engine/lib/netutils/netutils.c engine/lib/netutils/trace.c
|