/xen-4.10.0-shim-comet/docs/man/ |
A D | xentrace_format.pod.1 | 3 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 D | xentrace.pod.8 | 3 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-4.10.0-shim-comet/tools/include/xen-external/ |
A D | bsd-sys-queue.h | 114 #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-4.10.0-shim-comet/xen/arch/x86/cpu/ |
A D | intel_cacheinfo.c | 123 unsigned int trace = 0, l1i = 0, l1d = 0, l2 = 0, l3 = 0; /* Cache sizes */ in init_intel_cacheinfo() local 225 trace += cache_table[k].size; in init_intel_cacheinfo() 253 if (trace) in init_intel_cacheinfo() 254 printk("CPU: Trace cache: %dK uops", trace); in init_intel_cacheinfo()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenmon.txt | 81 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 D | xen-command-line.markdown | 610 Specify the size of the console debug trace buffer in KiB. The debug 611 trace feature is only enabled in debugging builds of Xen. 1678 Specify the per-cpu trace buffer size in pages.
|
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/ |
A D | sysconfig.xencommons.in | 39 # like "--trace-file @XEN_LOG_DIR@/xenstored-trace.log"
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstored_core.c | 90 trace("%s\n", s); \ 94 trace("talloc failure during logging\n"); \ 105 void trace(const char *fmt, ...) in trace() function 153 trace("%s %p %04d%02d%02d %02d:%02d:%02d %s (", in trace_io() 161 trace(")\n"); in trace_io() 166 trace("CREATE %s %p\n", type, data); in trace_create() 171 trace("DESTROY %s %p\n", type, data); in trace_destroy() 203 trace("\n***\n"); in reopen_log() 1096 trace("delete_node: Error deleting child '%s/%s'!\n", in delete_node() 1532 trace("TDB: %s\n", s); in tdb_logger() [all …]
|
A D | xenstored_posix.c | 88 xprintf = trace; in finish_daemonize()
|
A D | xenstored_core.h | 172 void trace(const char *fmt, ...);
|
A D | xenstored_domain.c | 879 trace("wrl: dom %4d %6ld msec %9ld credit %9ld reserve" in wrl_credit_update() 916 trace("wrl: domain %u credit=%ld (reserve=%ld) SLEEPING for %d\n", in wrl_check_timeout() 937 trace("wrl: domain %u credit=%ld (reserve=%ld)\n", in wrl_apply_debit_actual()
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | test.py | 250 def set_trace_doctest(stdin=sys.stdin, stdout=sys.stdout, trace=pdb.set_trace): argument 253 trace() 1066 import trace 1068 tracer = trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix], 1070 trace=False, count=True)
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | Makefile | 57 obj-y += trace.o
|
/xen-4.10.0-shim-comet/xen/include/ |
A D | Makefile | 20 compat/trace.h \
|
A D | xlat.lst | 127 ? t_buf trace.h
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | Makefile | 64 obj-y += trace.o
|
/xen-4.10.0-shim-comet/ |
A D | MAINTAINERS | 497 F: xen/common/trace.c
|
A D | SUPPORT.md | 190 Tool to capture Xen trace buffer data
|
A D | .rootkeys | 1397 403a3edbejm33XLTGMuinKEwQBrOIg xen/common/trace.c 1579 404f3d2eR2Owk-ZcGOx9ULGHg3nrww xen/include/public/trace.h 1626 403a3edbG9K5uZjuY19_LORbQGmFbA xen/include/xen/trace.h
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | hvm.c | 2862 uint16_t trace /* :1 */, iomap; member 3000 offsetof(typeof(tss), trace) - in hvm_task_switch() 3109 if ( (tss.trace & 1) && !exn_raised ) in hvm_task_switch()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.tab.c_shipped | 1063 /* Nonzero means print parse trace. It is left uninitialized so that
|