Searched refs:trace (Results 26 - 50 of 137) sorted by relevance

123456

/barrelfish-2018-10-04/usr/acpi/arch/x86/
H A Dioapic_controller_client.c27 #include <trace/trace.h>
/barrelfish-2018-10-04/usr/bench/net_latency/elb/
H A Dudp_server.c17 #include <trace/trace.h>
H A Dtcp_server.c17 #include <trace/trace.h>
/barrelfish-2018-10-04/usr/echoserver/
H A Dtcpechoserver.c24 #include <trace/trace.h>
/barrelfish-2018-10-04/usr/kaluga/
H A Dmain.c37 #include <trace/trace.h>
/barrelfish-2018-10-04/usr/mem_serv_dist/
H A Dmem_bench_3.c28 #include <trace/trace.h>
H A Dmem_bench_4.c29 #include <trace/trace.h>
H A Dmem_bench_5.c28 #include <trace/trace.h>
H A Dmem_bench_6.c30 #include <trace/trace.h>
/barrelfish-2018-10-04/usr/monitor/arch/armv7/
H A Dmonitor_server.c18 #include <trace/trace.h>
/barrelfish-2018-10-04/usr/monitor/arch/armv8/
H A Dmonitor_server.c18 #include <trace/trace.h>
/barrelfish-2018-10-04/usr/monitor/arch/x86/
H A Dmonitor_server.c18 #include <trace/trace.h>
/barrelfish-2018-10-04/include/sys/
H A Dqueue.h124 #define TRACEBUF struct qm_trace trace;
130 (head)->trace.prevline = (head)->trace.lastline; \
131 (head)->trace.prevfile = (head)->trace.lastfile; \
132 (head)->trace.lastline = __LINE__; \
133 (head)->trace.lastfile = __FILE__; \
137 (elem)->trace.prevline = (elem)->trace.lastline; \
138 (elem)->trace
[all...]
/barrelfish-2018-10-04/kernel/
H A Dsys_debug.c35 #include <trace/trace.h>
/barrelfish-2018-10-04/usr/acpi/arch/armv8/
H A Dacpi_interrupts_arch.c24 #include <trace/trace.h>
/barrelfish-2018-10-04/usr/bench/mem_bench/
H A Dmemeasy.c22 #include <trace/trace.h>
64 debug_printf("after trace reset\n");
66 // Tell the trace system when to start and stop. We can also
77 // start the trace going by providing the start event
83 // stop the trace by providing the stop event
96 // dump the trace on the output. We can copy and paste it
99 debug_printf("the trace dump\n");
101 // Let the trace framework decide where to flush to
104 debug_printf("finished trace dum
[all...]
/barrelfish-2018-10-04/usr/bfscope/
H A Dbfscope_nfs.c3 * \brief Barrelfish trace server, Version 2, NFS variant
25 #include <trace/trace.h>
113 // Acquire the trace buffer
116 DEBUG("bfscope: trace length %zu, nr. of events %d\n", trace_length, number_of_events);
119 DEBUG("bfscope: trace length too small, not dumping.\n");
137 DEBUG_ERR(err, "vfs_write while dumping trace");
181 printf("%.*s: recompile with trace = TRUE in build/hake/Config.hs\n",
192 printf("Example: %s nfs://10.110.4.4/mnt/local/nfs/gerbesim /bfscope/trace.data\n\n"
195 " in the barrelfish VFS, and then writes the trace dat
[all...]
/barrelfish-2018-10-04/usr/tests/xcorecaps/
H A Dxcorecap.c16 #include <trace/trace.h>
/barrelfish-2018-10-04/lib/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
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Ddebugger.tex39 accurate trace (and to support mixing of debug/nondebug code), we also
126 % trace(Goal) switches tracing on for Goal and its subgoals
160 Don't trace anything except resumes.
164 Don't trace anything.
175 \item[trace/1:]
193 The debugger's code must not trace itself. Therfore
203 the trace routine. The suspension must be a parameter.
302 %The L flag must be stored in the trace frame.
328 The handler pushes/pops the trace frame and traces the port. The exception
/barrelfish-2018-10-04/lib/lwip/src/barrelfish/
H A Didc_barrelfish.c22 #include <trace/trace.h>
/barrelfish-2018-10-04/lib/lwip/src/core/ipv4/
H A Dicmp.c61 #include <trace/trace.h>
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dquintus_util.pl73 debug_mode(creep, trace).
/barrelfish-2018-10-04/usr/acpi/
H A Dpcilnk_controller_client.c29 #include <trace/trace.h>
/barrelfish-2018-10-04/usr/bench/channel_cost/
H A Dchannel_cost.c25 #include <trace/trace.h>

Completed in 246 milliseconds

123456