Searched refs:trace_stream (Results 1 – 7 of 7) sorted by relevance
/external/curl/src/ |
D | tool_cb_dbg.c | 77 if(!config->trace_stream) { in tool_debug_cb() 80 config->trace_stream = stdout; in tool_debug_cb() 83 config->trace_stream = stderr; in tool_debug_cb() 85 config->trace_stream = fopen(config->trace_dump, FOPEN_WRITETEXT); in tool_debug_cb() 90 if(config->trace_stream) in tool_debug_cb() 91 output = config->trace_stream; in tool_debug_cb()
|
D | tool_main.c | 199 if(config->trace_fopened && config->trace_stream) in free_globalconfig() 200 fclose(config->trace_stream); in free_globalconfig() 201 config->trace_stream = NULL; in free_globalconfig()
|
D | tool_cfgable.h | 306 FILE *trace_stream; member
|
/external/trace-cmd/tracecmd/ |
D | trace-cmd.c | 141 {"stream", trace_stream},
|
D | trace-record.c | 7244 void trace_stream(int argc, char **argv) in trace_stream() function
|
/external/trace-cmd/tracecmd/include/ |
D | trace-local.h | 80 void trace_stream(int argc, char **argv);
|
/external/vixl/test/aarch64/ |
D | test-trace-aarch64.cc | 2981 FILE* trace_stream = fopen(filename, "r"); in CheckOrGenerateTrace() local 2982 VIXL_ASSERT(trace_stream != NULL); in CheckOrGenerateTrace() 2983 fseek(trace_stream, 0, SEEK_SET); in CheckOrGenerateTrace() 2986 c = getc(trace_stream); in CheckOrGenerateTrace() 2990 fclose(trace_stream); in CheckOrGenerateTrace() 3013 FILE* trace_stream = fdopen(mkstemp(trace_stream_filename), "w"); in TraceTestHelper() local 3016 Simulator simulator(&decoder, trace_stream); in TraceTestHelper() 3101 fclose(trace_stream); in TraceTestHelper() 3170 FILE* trace_stream = fdopen(mkstemp(trace_stream_filename), "w"); in PrintDisassemblerTestHelper() local 3185 PrintDisassembler disasm(trace_stream); in PrintDisassemblerTestHelper() [all …]
|