Home
last modified time | relevance | path

Searched refs:my_trace (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/tracing/docs/
Dembedding-trace-viewer.md8 with open('my_trace.html', 'w') as new_file:
9 trace2html.WriteHTMLForTracesToFile(['my_trace.json'], new_file)
12 This will produce a standalone trace viewer with my_trace packed inside.
/external/curl/docs/examples/
Ddebug.c79 int my_trace(CURL *handle, curl_infotype type, in my_trace() function
127 curl_easy_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace); in main()
Dmulti-debugcallback.c87 int my_trace(CURL *handle, curl_infotype type, in my_trace() function
135 curl_easy_setopt(http_handle, CURLOPT_DEBUGFUNCTION, my_trace); in main()
Dhttp2-download.c104 int my_trace(CURL *handle, curl_infotype type, in my_trace() function
159 curl_easy_setopt(hnd, CURLOPT_DEBUGFUNCTION, my_trace); in setup()
Dhttp2-upload.c105 int my_trace(CURL *handle, curl_infotype type, in my_trace() function
215 curl_easy_setopt(hnd, CURLOPT_DEBUGFUNCTION, my_trace); in setup()
/external/curl/tests/libtest/
Dlib552.c84 int my_trace(CURL *handle, curl_infotype type, in my_trace() function
178 test_setopt(curl, CURLOPT_DEBUGFUNCTION, my_trace); in test()