search for: trace_var

Displaying 7 results from an estimated 7 matches for "trace_var".

Did you mean: space_var
2010 Dec 14
0
trace_var per hypercall
For my debugging pleasure I have added another domctrl to call trace_var from xc_save. That works as expected. However, it adds additional pressure on the tracebuffer because each hypercall is traced as well. My question is: Would an additional domctrl (or whatever), or another trace hypercall be acceptable? Another hypercall would at least have a chance to be ignored...
2010 Oct 26
3
[PATCH 0 of 3] credit2 updates
Address some credit2 issues. This patch series, along with the recent changes to the cpupools interface, should address some of the strange credit2 instability. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2012 Dec 03
17
[PATCH 0 of 3] xen: sched_credit: fix tickling and add some tracing
Hello, This small series deals with some weirdness in the mechanism with which the credit scheduler choses what PCPU to tickle upon a VCPU wake-up. Details are available in the changelog of the first patch. The new approach has been extensively benchmarked and proved itself either beneficial or harmless. That means it does not introduce any significant amount of overhead and/or performances
2011 Jul 17
0
[xen-unstable test] 8091: regressions - FAIL
...: Olaf Hering <olaf@aepfle.de> changeset: 23710:c5db6d5fdb86 user: Olaf Hering <olaf@aepfle.de> date: Sat Jul 16 09:24:43 2011 +0100 xentrace: reduce size of extradata in trace_irq_mask() Reduce size of extra_data in to avoid possible crash in trace_var. (XEN) Assertion ''extra_word <= TRACE_EXTRA_MAX'' failed at trace.c:687 (XEN) Xen call trace: (XEN) [<ffff82c480128783>] __trace_var+0x4d/0x3b8 (XEN) [<ffff82c480162172>] trace_irq_mask+0x49/0x4b (XEN) [<ffff82c4801631ae>] __as...
2013 Mar 08
2
[PATCH v2 1/2] credit2: Fix erronous ASSERT
In order to avoid high-frequency cpu migration, vcpus may in fact be scheduled slightly out-of-order. Account for this situation properly. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> credit2: Fix erronous ASSERT In order to avoid high-frequency cpu migration, vcpus may in fact be scheduled slightly out-of-order. Account for this situation properly. v2: - Update comment
2011 Feb 07
0
[xen-unstable test] 5665: regressions - FAIL
...his patch iterates through all bits to calculate the size for enabled features. Signed-off-by: Wei Huang <wei.huang2@amd.com> changeset: 22877:575d2f40acc4 user: Keir Fraser <keir@xen.org> date: Sun Feb 06 17:22:44 2011 +0000 trace: Change trace_var argument to void*, to match __trace_var Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> changeset: 22876:93212e5c88f6 user: Keir Fraser <keir@xen.org> date: Sun Feb 06 17:21:17 2011 +0000 hvm_op: Clean up new mem_access and inject_t...
2005 Jan 28
17
breakpoint not working
I keep getting: No connection to breakpoint service at druby://localhost:42531 (DRb::DRbConnError) Tries to connect will be made every 3 seconds... This happens every time i run ./script/breakpointer using 0.9.5 on OSX or Windows. Any ideas?