Home
last modified time | relevance | path

Searched refs:trace (Results 251 - 275 of 2647) sorted by relevance

1...<<11121314151617181920>>...106

/foundation/multimedia/player_framework/services/services/screen_capture_monitor/server/
H A Dscreen_capture_monitor_server.cpp57 MediaTrace trace("ScreenCaptureMonitorServer::Init"); in Init()
81 MediaTrace trace("ScreenCaptureMonitorServer::SetScreenCaptureCallback"); in SetScreenCaptureMonitorCallback()
91 MediaTrace trace("ScreenCaptureMonitorServer::RemoveScreenCaptureMonitorCallback"); in RemoveScreenCaptureMonitorCallback()
/kernel/linux/linux-5.10/samples/trace_events/
H A Dtrace-events-sample.h8 * In this case, it would look for sample-trace.h
14 * This file is called trace-events-sample.h but we want the system
15 * to be called "sample-trace". Therefore we must define the name of this
18 * #define TRACE_INCLUDE_FILE trace-events-sample
26 #define TRACE_SYSTEM sample-trace
58 * All trace headers should include tracepoint.h, until we finally
66 * name: name of the trace point. This is also how to enable the tracepoint.
164 * This is also used to print out the data from the trace files.
217 * the raw binary trace output into human readable text.
221 * be done is to add this macro with the enum within it in the trace
[all...]
/kernel/linux/linux-5.10/net/dccp/
H A Dtrace.h12 #include <trace/events/net_probe_common.h>
83 #define TRACE_INCLUDE_FILE trace
84 #include <trace/define_trace.h>
/kernel/linux/linux-6.6/net/dccp/
H A Dtrace.h12 #include <trace/events/net_probe_common.h>
81 #define TRACE_INCLUDE_FILE trace
82 #include <trace/define_trace.h>
/third_party/curl/tests/
H A Dgetpart.pm53 my $trace=0;
169 if($trace && @this) {
195 if($trace && @this) {
/third_party/gn/src/gn/
H A Dninja_generated_file_target_writer.cc16 #include "gn/trace.h"
59 ScopedTrace trace(TraceItem::TRACE_FILE_WRITE_GENERATED, in GenerateFile()
61 trace.SetToolchain(target_->settings()->toolchain_label()); in GenerateFile()
75 trace.SetToolchain(target_->settings()->toolchain_label()); in GenerateFile()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DDebug.hpp40 void trace(const char *format, ...) CHECK_PRINTF_ARGS;
41 inline void trace() {} in trace() function
55 // A macro to output a trace of a function call and its arguments to the
61 # define TRACE(message, ...) rr::trace("%s:%d TRACE: " message "\n", __FILE__, __LINE__, ##__VA_ARGS__)
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhb-shape.cc88 if (format.trace) in init()
133 that->trace (buffer, font, message); in message_func()
138 trace (hb_buffer_t *buffer, in trace() function
144 g_string_append_printf (gs, "trace: %s buffer: ", message); in trace()
/third_party/python/Lib/test/
H A Dtest_cmd.py252 trace = support.import_module('trace')
253 tracer=trace.Trace(ignoredirs=[sys.base_prefix, sys.base_exec_prefix,],
254 trace=0, count=1)
/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service.cpp71 UserAccessTracer trace; in OnStart() local
72 trace.Start("OnStart"); in OnStart()
85 UserAccessTracer trace; in OnStop() local
86 trace.Start("OnStop"); in OnStop()
366 UserAccessTracer trace; in RegisterNotifyImpl() local
367 trace.Start("RegisterNotifyImpl"); in RegisterNotifyImpl()
440 UserAccessTracer trace; in CleanAllNotifyImpl() local
441 trace.Start("CleanAllNotifyImpl"); in CleanAllNotifyImpl()
499 UserAccessTracer trace; in UnregisterNotifyImpl() local
500 trace in UnregisterNotifyImpl()
590 UserAccessTracer trace; OnChange() local
[all...]
/third_party/node/lib/internal/console/
H A Dconstructor.js42 const { trace } = internalBinding('trace_events');
404 trace(kTraceBegin, kTraceConsoleCategory, `time::${label}`, 0);
412 trace(kTraceEnd, kTraceConsoleCategory, `time::${label}`, 0);
422 trace(kTraceInstant, kTraceConsoleCategory, `time::${label}`, 0);
425 trace: function trace(...args) {
430 ErrorCaptureStackTrace(err, trace);
470 trace(kTraceCount, kTraceConsoleCategory, `count::${label}`, 0, count);
481 trace(kTraceCount, kTraceConsoleCategory, `count::${label}`, 0, 0);
/third_party/python/Lib/
H A Dtrace.py30 """program/module to trace Python program or function execution
33 trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs
34 trace.py -t --ignore-dir '$prefix' spam.py eggs
35 trace.py --trackcalls spam.py eggs
42 tracer = trace.Trace(ignoredirs=[sys.base_prefix, sys.base_exec_prefix,],
43 trace=0, count=1)
304 print(("trace: Could not open %r for writing: %s "
389 def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0,
395 @param trace true iff it should print out each line that is
400 `count' and `trace'
[all...]
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
H A Ddistributed_object_impl.cpp32 DataObjectHiTrace trace("DistributedObjectImpl::PutDouble"); in PutDouble()
38 DataObjectHiTrace trace("DistributedObjectImpl::PutBoolean"); in PutBoolean()
44 DataObjectHiTrace trace("DistributedObjectImpl::PutString"); in PutString()
83 DataObjectHiTrace trace("DistributedObjectImpl::PutComplex"); in PutComplex()
/third_party/node/deps/v8/src/base/debug/
H A Dstack_trace_win.cc100 // For the given trace, attempts to resolve the symbols, and output a trace
109 void OutputTraceToStream(const void* const* trace, size_t count, in OutputTraceToStream() argument
113 DWORD_PTR frame = reinterpret_cast<DWORD_PTR>(trace[i]); in OutputTraceToStream()
140 (*os) << symbol->Name << " [0x" << trace[i] << "+" << sym_displacement in OutputTraceToStream()
144 (*os) << "(No symbol) [0x" << trace[i] << "]"; in OutputTraceToStream()
241 (*os) << "==== C stack trace ===============================\n"; in OutputToStream()
/third_party/skia/third_party/externals/angle2/src/tests/capture_replay_tests/
H A DCaptureReplayTests.cpp106 // Load trace in initializeTest()
110 std::cout << "Failed to load trace library: " << traceInfo.name << "\n"; in initializeTest()
198 std::cout << "Unable to load trace names from " << kTracePath << "\n"; in run()
202 for (const std::string &trace : traces) in run()
207 << trace << ".json"; in run()
212 if (!angle::LoadTraceInfoFromJSON(trace, traceJsonPath, &traceInfo)) in run()
214 std::cout << "Unable to load trace data: " << traceJsonPath << "\n"; in run()
220 std::cout << kResultTag << " " << trace << " " << result << "\n"; in run()
/third_party/skia/infra/bots/recipes/
H A Dperf_skottietrace.py5 # Recipe which runs DM with trace flag on lottie files and then parses the
6 # trace output into output JSON files to ingest to perf.skia.org.
47 # Run DM on each lottie file and parse the trace files.
64 '--trace', trace_output_path,
144 """parse_trace parses the specified trace JSON.
146 Parses the trace JSON and calculates the time of a single frame. Frame time is
159 'parse %s trace' % lottie_filename,
176 for trace in trace_json:
177 if '%s' in trace['name']:
182 current_frame_duration = trace['du
[all...]
/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H A Davtranscoder_napi.cpp120 MediaTrace trace("AVTransCoder::Constructor"); in Constructor()
157 MediaTrace trace("AVTransCoder::Destructor"); in Destructor()
179 MediaTrace trace("AVTransCoder::JsCreateAVTransCoder"); in JsCreateAVTransCoder()
229 MediaTrace trace("AVTransCoder::JsPrepare"); in JsPrepare()
305 MediaTrace trace("AVTransCoder::JsStart"); in JsStart()
314 MediaTrace trace("AVTransCoder::JsPause"); in JsPause()
320 MediaTrace trace("AVTransCoder::JsResume"); in JsResume()
329 MediaTrace trace("AVTransCoder::JsCancle"); in JsCancel()
335 MediaTrace trace("AVTransCoder::JsRelease"); in JsRelease()
341 MediaTrace trace("AVTransCode in JsSetEventCallback()
[all...]
/third_party/node/deps/v8/tools/
H A Dll_prof.py59 This will produce a binary trace file (perf.data) that %prog can analyse.
81 $ %prog --log=foo.log --trace=foo.data
453 """Descriptor of a structure in the binary trace log."""
471 def Read(self, trace, offset):
472 return self.ctype.from_buffer(trace, offset)
588 """Perf (linux-2.6/tools/perf) trace file reader."""
594 self.trace = mmap.mmap(self.trace_file.fileno(), 0, mmap.MAP_PRIVATE)
595 self.trace_header = TRACE_HEADER_DESC.Read(self.trace, 0)
597 print("Warning: unsupported trace header magic", file=sys.stderr)
600 assert self.limit <= self.trace
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c17 #include "trace.h"
111 trace_log_counter(ebb_state.trace, ebb_state.stats.ebb_count); in standard_ebb_callee()
114 trace_log_reg(ebb_state.trace, SPRN_MMCR0, val); in standard_ebb_callee()
249 trace_buffer_print(ebb_state.trace); in dump_ebb_state()
266 trace_log_reg(ebb_state.trace, SPRN_PMC1 + pmc - 1, val); in count_pmc()
484 ebb_state.trace = trace_buffer_allocate(1 * 1024 * 1024); in ebb_init()
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H A Dbeauty.h37 struct trace;
61 size_t pid__scnprintf_fd(struct trace *trace, pid_t pid, int fd, char *bf, size_t size);
97 * @trace: 'perf trace' internals: all threads, etc
113 struct trace *trace; member
/kernel/linux/linux-5.10/kernel/
H A DMakefile20 # Do not trace internal ftrace files
103 obj-$(CONFIG_FUNCTION_TRACER) += trace/
104 obj-$(CONFIG_TRACING) += trace/
105 obj-$(CONFIG_TRACE_CLOCK) += trace/
106 obj-$(CONFIG_RING_BUFFER) += trace/
107 obj-$(CONFIG_TRACEPOINTS) += trace/
/kernel/linux/linux-6.6/tools/perf/trace/beauty/
H A Dbeauty.h37 struct trace;
61 size_t pid__scnprintf_fd(struct trace *trace, pid_t pid, int fd, char *bf, size_t size);
98 * @trace: 'perf trace' internals: all threads, etc
114 struct trace *trace; member
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c17 #include "trace.h"
111 trace_log_counter(ebb_state.trace, ebb_state.stats.ebb_count); in standard_ebb_callee()
114 trace_log_reg(ebb_state.trace, SPRN_MMCR0, val); in standard_ebb_callee()
249 trace_buffer_print(ebb_state.trace); in dump_ebb_state()
266 trace_log_reg(ebb_state.trace, SPRN_PMC1 + pmc - 1, val); in count_pmc()
484 ebb_state.trace = trace_buffer_allocate(1 * 1024 * 1024); in ebb_init()
/third_party/icu/icu4c/source/common/
H A Duresdata.h487 traceInfo.trace("string"); in res_getString()
493 traceInfo.trace("binary"); in res_getBinary()
499 traceInfo.trace("intvector"); in res_getIntVector()
504 traceInfo.trace("int"); in res_getInt()
509 traceInfo.trace("uint"); in res_getUInt()
/third_party/node/deps/icu-small/source/common/
H A Duresdata.h487 traceInfo.trace("string"); in res_getString()
493 traceInfo.trace("binary"); in res_getBinary()
499 traceInfo.trace("intvector"); in res_getIntVector()
504 traceInfo.trace("int"); in res_getInt()
509 traceInfo.trace("uint"); in res_getUInt()

Completed in 15 milliseconds

1...<<11121314151617181920>>...106