Searched refs:trace (Results 1 - 25 of 201) sorted by relevance

123456789

/xsrc/external/mit/MesaLib/dist/src/android_stub/
H A Dcutils_stub.cpp2 #include <cutils/trace.h>
/xsrc/external/mit/libXt/dist/src/
H A DEventUtil.c145 Widget *trace = *listPtr; local in function:_XtFillAncestorList
148 if (trace == NULL) {
149 trace = XtMallocArray(CACHESIZE, (Cardinal) sizeof(Widget));
154 trace[0] = start;
157 w != NULL && !XtIsShell(trace[i - 1]) && trace[i - 1] != breakWidget;
163 trace = XtReallocArray(trace, (Cardinal) *maxElemsPtr,
166 trace[i] = w;
168 *listPtr = trace;
[all...]
H A DPointer.c77 pdi->trace[i - 1],
H A DKeyboard.c104 CheckServerGrabs(XEvent *event, Widget *trace, Cardinal traceDepth) argument
111 if ((grab = _XtCheckServerGrabsOnWidget(event, trace[i - 1], KEYBOARD)))
155 Widget *trace,
166 /* first check the trace list till done or we go to branch */
168 if ((pwi = _XtGetPerWidgetInput(trace[src], FALSE))) {
171 for (src--; src > 0 && trace[src] != dst; src--) {
175 dst = trace[--src];
178 dst = trace[--src];
203 return _FindFocusWidget(widget, pdi->trace, pdi->traceDepth, FALSE,
379 pdi->trace,
154 _FindFocusWidget(Widget widget,Widget * trace,int traceDepth,Boolean activeCheck,Boolean * isTarget) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxisb.c81 b->trace = 0;
131 if (b->trace)
142 if (b->trace)
153 XisbTrace (XISBuffer *b, int trace) argument
155 b->trace = trace;
H A Dxisb.h41 int trace; member in struct:_XISBuffer
59 extern _X_EXPORT void XisbTrace (XISBuffer *b, int trace);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxisb.c79 b->trace = 0;
125 if (b->trace)
136 if (b->trace) {
147 XisbTrace(XISBuffer * b, int trace) argument
149 b->trace = trace;
H A Dxisb.h40 int trace; member in struct:_XISBuffer
59 extern _X_EXPORT void XisbTrace(XISBuffer * b, int trace);
/xsrc/external/mit/xterm/dist/
H A Dsinstall.sh50 trace=:
51 trace=echo
112 $trace "... reference program not used"
122 $trace "... if \"$cf_rest\" is null, try the ls -g option"
133 $trace "... if \"$cf_rest\" is null, we do not look for group"
136 $trace "... if we have date in proper columns ($cf_date1 $cf_date2 $cf_date3), \"$cf_test\" is null"
142 $trace "... derived user \"$PROG_USR\", group \"$PROG_GRP\" of previously-installed $SRC_PROG"
144 $trace "... see if mode \"$cf_mode\" has s-bit set"
147 $trace "... both setuid/setgid"
152 $trace "
[all...]
/xsrc/external/mit/libvdpau/dist/
H A DMakefile.am1 SUBDIRS = doc src test trace
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_dump.c33 * For now we just use standard XML for dumping the trace calls, as this is
182 trace_dump_writes("</trace>\n");
233 trace_dump_writes("<?xml-stylesheet type='text/xsl' href='trace.xsl'?>\n");
234 trace_dump_writes("<trace version='0.1'>\n");
237 * screen multiple times, so we only write </trace> tag and close at exit
/xsrc/external/mit/MesaLib/dist/src/tool/pps/
H A Dpps_datasource.h41 /// @brief Perfetto trace callback
45 void trace(TraceContext &ctx);
50 /// Time between trace callbacks
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_dump.c33 * For now we just use standard XML for dumping the trace calls, as this is
226 trace_dump_writes("</trace>\n");
278 trace_dump_writes("<?xml-stylesheet type='text/xsl' href='trace.xsl'?>\n");
279 trace_dump_writes("<trace version='0.1'>\n");
282 * screen multiple times, so we only write </trace> tag and close at exit
/xsrc/external/mit/MesaLib/dist/docs/
H A Dperfetto.rst50 To capture a trace with perfetto you need to take the following steps:
55 2. Create a `trace config <https://perfetto.dev/#/trace-config.md>`__, which is
74 :kbd:`d`, and the convenience script should automatically copy the trace
78 ``$HOME/Downloads/trace.protobuf`` by clicking on **Open trace file**.
80 8. Alternatively you can open the trace in `AGI <https://gpuinspector.dev/>`__
157 If the trace viewer shows a list of counters with a description like
159 to the trace buffer being full and wrapped.
161 In order to prevent this loss of data you can tweak the trace confi
[all...]
H A Dutilities.rst9 is a project to trace, analyze and debug graphics api's.
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Ddebugging.rst30 If set, this variable will cause the :ref:`trace` output to be written to the
32 to the working directory. For example, setting it to "trace.xml" will cause
33 the trace to be written to a file of the same name in the working directory.
37 If enabled while :ref:`trace` is active, this variable specifies that the threaded context
43 If set while :ref:`trace` is active, this variable specifies a filename to monitor.
45 frame will be recorded into the trace output.
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.c595 trace_start_tile(&batch->trace, batch->gmem, tile->bin_h, tile->yoff, tile->bin_w,
610 trace_start_draw_ib(&batch->trace, batch->gmem);
616 trace_end_draw_ib(&batch->trace, batch->gmem);
640 trace_start_draw_ib(&batch->trace, batch->gmem);
646 trace_end_draw_ib(&batch->trace, batch->gmem);
685 trace_flush_batch(&batch->trace, batch->gmem, batch, batch->cleared,
687 trace_framebuffer_state(&batch->trace, batch->gmem, pfb);
731 trace_render_sysmem(&batch->trace, batch->gmem);
732 trace_start_render_pass(&batch->trace, batch->gmem,
739 trace_end_render_pass(&batch->trace, batc
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Ddebugging.rst30 If set, this variable will cause the :ref:`trace` output to be written to the
32 to the working directory. For example, setting it to "trace.xml" will cause
33 the trace to be written to a file of the same name in the working directory.
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/common/
H A Dinit-stage2.sh67 rm -rf results/trace/$PIGLIT_REPLAY_DEVICE_NAME
/xsrc/external/mit/xterm/dist/package/pkgsrc/
H A Doptions.mk10 CONFIGURE_ARGS+= --enable-trace
/xsrc/external/mit/libXt/dist/include/X11/
H A DPassivGraI.h118 Widget *trace; member in struct:XtPerDisplayInputRec
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_regions.c73 void *trace[DEBUG_BACKTRACE_SIZE]; local in function:debug_backtrace
78 traceSize = backtrace(trace, DEBUG_BACKTRACE_SIZE);
79 strings = backtrace_symbols(trace, traceSize);
88 * the trace to avoid really long lines.
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_compute.c177 trace_grid_info(&ctx->batch->trace, ring, info);
178 trace_start_compute(&ctx->batch->trace, ring);
198 trace_end_compute(&ctx->batch->trace, ring);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
H A Dvalidate.c75 if (failed || trace) {
83 if (failed || trace) {
207 if (failed || trace) {
354 if (failed || trace) { \
396 if (failed || trace) { \
438 if (failed || trace) { \
482 if (failed || trace) { \
527 if (failed || trace) { \
572 if (failed || trace) { \
646 int trace local in function:main
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/
H A Dvalidate.c75 if (failed || trace) {
83 if (failed || trace) {
207 if (failed || trace) {
354 if (failed || trace) { \
396 if (failed || trace) { \
438 if (failed || trace) { \
482 if (failed || trace) { \
527 if (failed || trace) { \
572 if (failed || trace) { \
650 int trace local in function:main
[all...]

Completed in 33 milliseconds

123456789