aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/trace.c
Commit message (Expand)AuthorAgeFilesLines
* use SMP barrier in common code dealing with shared memory protocolsIan Campbell2013-07-041-4/+4
* xen, libxc: rename xenctl_cpumap to xenctl_bitmapDario Faggioli2013-04-171-1/+1
* xentrace: fix off-by-one in calculate_tbuf_sizeOlaf Hering2013-03-041-1/+1
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* trace: trace hypercalls inside a multicallDavid Vrabel2012-10-031-3/+3
* trace: improve usefulness of hypercall trace recordDavid Vrabel2012-10-031-0/+52
* xen: Fix failure paths for xentraceGeorge Dunlap2012-04-121-6/+9
* xen: allow global VIRQ handlers to be delegated to other domainsDaniel De Graaf2012-01-281-1/+1
* eliminate cpu_test_xyz()Jan Beulich2011-11-081-2/+2
* cpumask <=> xenctl_cpumap: allocate CPU masks and byte maps dynamicallyJan Beulich2011-10-211-1/+10
* eliminate cpumask accessors referencing NR_CPUSJan Beulich2011-10-211-1/+2
* xentrace: update __trace_var commentOlaf Hering2011-07-191-5/+5
* xentrace: Allow tracing to be enabled at bootGeorge Dunlap2011-07-011-4/+16
* tasklets: Switch a few tasklets to run in softirq context.Keir Fraser2011-06-161-1/+2
* xentrace: allocate non-contiguous per-cpu trace buffersOlaf Hering2011-05-261-42/+50
* xentrace: update __insert_record() to copy the trace record to individual mfnsOlaf Hering2011-05-261-16/+55
* xentrace: fix type of offset to avoid ouf-of-bounds accessOlaf Hering2011-05-261-4/+4
* xentrace: reduce trace buffer size to something mfn_offset can reachOlaf Hering2011-05-261-0/+15
* xentrace: Remove unneeded cast when assigning pointer value to dstOlaf Hering2011-05-091-3/+3
* xentrace: Mark data_size __read_mostly because it's only written onceOlaf Hering2011-05-091-1/+1
* xentrace: Move the global variable t_info_first_offset into calculate_tbuf_si...Olaf Hering2011-05-091-6/+6
* xentrace: correct overflow check for number of per-cpu trace pagesOlaf Hering2011-04-181-7/+15
* xentrace: Move register_cpu_notifier() call into boot-time init.Keir Fraser2011-04-061-2/+2
* xentrace: remove unneeded debug printkOlaf Hering2011-04-021-1/+0
* xentrace: correct formula to calculate t_info_pagesOlaf Hering2011-04-021-4/+3
* xentrace: use consistent printk prefixOlaf Hering2011-03-251-14/+17
* xentrace: update commentsOlaf Hering2011-03-251-2/+1
* xentrace: remove gdprintk usage since they are not in guest contextOlaf Hering2011-03-251-3/+3
* xentrace: print calculated numbers in calculate_tbuf_size()Olaf Hering2011-03-251-0/+2
* xentrace: fix t_info_pages calculation.Olaf Hering2011-03-251-5/+5
* xentrace: dynamic tracebuffer allocationOlaf Hering2011-03-171-146/+105
* xentrace: Clean up initialisation.Keir Fraser2010-12-161-58/+47
* xentrace: Fix buffer allocation to properly depend on T_INFO_PAGESKeir Fraser2010-08-171-3/+3
* trace: insert compiler memory barriersKeir Fraser2010-07-051-18/+20
* trace: fix security issuesKeir Fraser2010-07-021-52/+80
* trace: adjust printk()sKeir Fraser2010-07-021-7/+8
* trace: improve check_tbuf_size()Keir Fraser2010-07-021-3/+11
* trace: Fix T_INFO_FIRST_OFFSET calculationKeir Fraser2010-07-021-4/+23
* trace: share t_info pages only in read-only modeKeir Fraser2010-06-291-1/+1
* xentrace: restrict trace buffer MFNsKeir Fraser2010-06-281-1/+2
* trace: Do not touch percpu data for "impossible" cpus.Keir Fraser2010-05-141-3/+17
* domctl: Fix cpumap/cpumask conversion functions to return an error code.Keir Fraser2010-05-121-1/+1
* xentrace: fix bug in t_info sizeKeir Fraser2010-05-101-1/+1
* Move tasklet implementation into its own source files.Keir Fraser2010-04-191-1/+1
* xentrace: Bounds checking and error handlingKeir Fraser2010-04-121-11/+54
* xentrace: Clear lost records when disabling tracingKeir Fraser2010-02-031-0/+15
* xentrace: Per-cpu xentrace buffersKeir Fraser2010-01-201-26/+116
* Introduce and use a per-CPU read-mostly sub-sectionKeir Fraser2009-07-131-2/+2
* x86: Fix event-channel access for 32-bit HVM guests.Keir Fraser2009-03-031-2/+0
* Allow memflags to be specified to alloc_xenheap_pages().Keir Fraser2009-01-281-1/+1