Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 19 of 19) sorted by relevance

/xen/docs/man/
A Dxentrace_format.1.pod3 xentrace_format - pretty-print Xen trace data
11 B<xentrace_format> parses trace data in B<xentrace> binary format from
28 the 5 data fields from the trace record. There should be one such
32 A sample format file for Xen's predefined trace events is available
35 Depending on your system and the rate at which trace data is produced,
A Dxentrace.8.pod3 xentrace - capture Xen trace buffer data
11 B<xentrace> is used to capture trace buffer data from Xen. The data is
18 D1...D5 are the trace data.
112 B<xentrace> collects the following events from the trace buffer:
/xen/tools/include/xen-external/
A Dbsd-sys-queue.h114 #define TRACEBUF struct qm_trace trace;
119 (head)->trace.prevline = (head)->trace.lastline; \
120 (head)->trace.prevfile = (head)->trace.lastfile; \
121 (head)->trace.lastline = __LINE__; \
122 (head)->trace.lastfile = __FILE__; \
126 (elem)->trace.prevline = (elem)->trace.lastline; \
127 (elem)->trace.prevfile = (elem)->trace.lastfile; \
128 (elem)->trace.lastline = __LINE__; \
129 (elem)->trace.lastfile = __FILE__; \
/xen/xen/arch/x86/cpu/
A Dintel_cacheinfo.c121 unsigned int trace = 0, l1i = 0, l1d = 0, l2 = 0, l3 = 0; /* Cache sizes */ in init_intel_cacheinfo() local
219 trace += cache_table[k].size; in init_intel_cacheinfo()
247 if (trace) in init_intel_cacheinfo()
248 printk("CPU: Trace cache: %dK uops", trace); in init_intel_cacheinfo()
/xen/docs/misc/
A Dxenmon.txt81 overhead of the python interpreter. Part of it may be the number of trace
82 records being generated. The number of trace records generated can be
83 limited by setting the trace mask (with a dom0 Op), which controls which
84 events cause a trace record to be emitted.
87 - The first time xenmon is run, it attempts to allocate xen trace buffers
89 trace buffer size, run the 'setsize' program (located in tools/xentrace)
101 o I/O Count batching to reduce number of trace records generated
A Dxen-command-line.pandoc691 Specify the size of the console debug trace buffer. By specifying `cpu:`
692 additionally a trace buffer of the specified size is allocated per cpu.
693 The debug trace feature is only enabled in debugging builds of Xen.
2165 Specify the per-cpu trace buffer size in pages.
/xen/xen/
A DKconfig.debug118 bool "Debug trace support"
120 Debug trace enables to record debug trace messages which are printed
/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xencommons.in39 # like "--trace-file @XEN_LOG_DIR@/xenstored-trace.log"
/xen/tools/xenstore/
A Dxenstored_core.c93 trace("%s\n", s); \
97 trace("talloc failure during logging\n"); \
109 void trace(const char *fmt, ...) in trace() function
157 trace("%s %p %04d%02d%02d %02d:%02d:%02d %s (", in trace_io()
165 trace(")\n"); in trace_io()
170 trace("CREATE %s %p\n", type, data); in trace_create()
175 trace("DESTROY %s %p\n", type, data); in trace_destroy()
207 trace("\n***\n"); in reopen_log()
1360 trace("CONN %p ignored\n", conn); in ignore_connection()
1623 trace("TDB: %s\n", s); in tdb_logger()
[all …]
A Dxenstored_posix.c88 xprintf = trace; in finish_daemonize()
A Dxenstored_core.h185 void trace(const char *fmt, ...);
A Dxenstored_domain.c1048 trace("wrl: dom %4d %6ld msec %9ld credit %9ld reserve" in wrl_credit_update()
1085 trace("wrl: domain %u credit=%ld (reserve=%ld) SLEEPING for %d\n", in wrl_check_timeout()
1106 trace("wrl: domain %u credit=%ld (reserve=%ld)\n", in wrl_apply_debit_actual()
/xen/xen/common/
A DMakefile54 obj-$(CONFIG_TRACEBUFFER) += trace.o
/xen/xen/include/
A DMakefile19 compat/trace.h \
A Dxlat.lst140 ? t_buf trace.h
/xen/xen/arch/x86/
A DMakefile65 obj-y += trace.o
/xen/
A DMAINTAINERS590 F: xen/common/trace.c
591 F: xen/include/xen/trace.h
A DSUPPORT.md228 Tool to capture Xen trace buffer data
/xen/xen/arch/x86/hvm/
A Dhvm.c2929 uint16_t trace /* :1 */, iomap; member
3068 offsetof(typeof(tss), trace) - in hvm_task_switch()
3177 if ( (tss.trace & 1) && !exn_raised ) in hvm_task_switch()

Completed in 74 milliseconds