summaryrefslogtreecommitdiff
path: root/tools/xentrace
Commit message (Expand)AuthorAgeFilesLines
* tools: convert bitfields to unsigned typeOlaf Hering2023-05-161-4/+4
* tools: Use new xc function for some xc_domain_getinfo() callsAlejandro Vallejo2023-05-101-4/+4
* xen/memory: Remove tail padding from TRC_MEM_* recordsAndrew Cooper2023-03-242-6/+10
* tools: rename xen-tools/libs.h file to common-macros.hJuergen Gross2023-03-221-1/+1
* tools: Remove -Werror everywhere elseAnthony PERARD2022-10-141-2/+0
* tools/xentrace: rework MakefileAnthony PERARD2022-10-141-16/+11
* tools/libxc: Drop copy-in in xc_physinfo()Andrew Cooper2022-01-051-1/+1
* tools: Fix CPSR/SPSR print sizeBertrand Marquis2021-07-071-3/+3
* tools/xentrace: Use const whenever we point to literal stringsJulien Grall2021-04-062-36/+39
* Fix error: array subscript has type 'char'Manuel Bouyer2021-01-281-1/+1
* credit2: fix credit reset happening too few timesDario Faggioli2020-04-032-6/+4
* credit2: avoid vCPUs to ever reach lower credits than idleDario Faggioli2020-04-032-4/+3
* xen/arm: SCTLR_EL1 is a 64-bit register on Arm64Julien Grall2019-07-291-1/+3
* xenalyze: Build for Both ARM and x86 PlatformsBenjamin Sanda2018-12-211-2/+1
* tools/xentrace/xenalyze: Fix typos detected by lintianIan Jackson2018-10-081-4/+4
* xentrace: handle sparse cpu ids correctly in xen trace buffer handlingJuergen Gross2018-10-041-1/+1
* xentrace: allow sparse cpu listJuergen Gross2018-10-041-6/+16
* tools: Move ARRAY_SIZE() into xen-tools/libs.hAndrew Cooper2018-07-041-1/+1
* tools: xenalyze.c fix format-truncationJohn Thomson2018-03-141-2/+2
* xenalyze: fix compilationRoger Pau Monne2017-10-251-0/+1
* xen: credit2: implement utilization capDario Faggioli2017-09-142-5/+7
* DEPS handling: Use DEPS_INCLUDE everywhereIan Jackson2017-09-071-1/+1
* DEPS handling: Use DEPS_RM everywhereIan Jackson2017-09-071-1/+1
* xen/credit2: soft-affinity awareness in runq_tickle()George Dunlap2017-08-292-4/+5
* Makefile: Fix uninstall targetPetre Pircalabu2017-07-281-0/+9
* tools: tracing: handle null scheduler's eventsDario Faggioli2017-07-262-0/+72
* tools: Use POSIX poll.h instead of sys/poll.hAlistair Francis2017-04-181-1/+1
* xen/tools: tracing: add record for credit1 runqueue stealing.Dario Faggioli2017-04-072-0/+12
* tracing: xenalyze: kill spurious ", " in Credit1 traces.Dario Faggioli2017-03-271-1/+1
* xen/tools: tracing: Report next slice time when continuing as well as switchingDario Faggioli2017-03-012-0/+18
* xen/tools: tracing: trace (Credit2) runq traversal.Dario Faggioli2017-03-012-3/+15
* xen/tools: tracing: credits can go negative, so use int.Dario Faggioli2017-02-011-10/+10
* tools: tracing: handle more scheduling related events.Dario Faggioli2016-09-302-0/+109
* xen/tools: tracing: improve tracing of context switches.Dario Faggioli2016-09-212-10/+11
* tools/xenalyze: append argp LD flags if neededRoger Pau Monne2016-08-181-1/+1
* tools/xenalyze: Allow automatic resizing of sample buffersGeorge Dunlap2016-08-091-27/+66
* tools/xenalyze: Get rid of extraneous data structureGeorge Dunlap2016-08-091-127/+81
* tools/xenalyze: Remove weighted cpi summariesGeorge Dunlap2016-08-091-121/+0
* tools/xenalyze: Remove bogus library dependenciesGeorge Dunlap2016-08-091-1/+1
* tools: xenalyze: kill spurious sched_switch output in non dump mode.Dario Faggioli2016-08-081-1/+2
* tools: tracing: deal with new Credit2 eventsDario Faggioli2016-07-182-2/+82
* xen/tools: improve tracing of Credit2 load tracking eventsDario Faggioli2016-07-182-9/+20
* xenalyze: fix a spurious newlineDario Faggioli2016-05-191-1/+1
* Revert "libxc/libxl/python/xenstat/ocaml: Use new XEN_VERSION hypercall"Konrad Rzeszutek Wilk2016-04-261-2/+1
* xenalyze: handle RTDS scheduler eventsDario Faggioli2016-04-011-0/+52
* xenalyze: handle DOM0 operations eventsDario Faggioli2016-04-011-0/+26
* libxc/libxl/python/xenstat/ocaml: Use new XEN_VERSION hypercallKonrad Rzeszutek Wilk2016-03-301-1/+2
* xenalyze: handle Credit2 scheduler eventsDario Faggioli2016-03-071-0/+101
* xenalyze: handle Credit1 scheduler eventsDario Faggioli2016-03-071-0/+57
* xenalyze: handle scheduling eventsDario Faggioli2016-03-071-30/+126