aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc/gtraceview.c
Commit message (Collapse)AuthorAgeFilesLines
* autoconf: add check for curses libraryRoger Pau Monne2012-03-131-6/+5
| | | | | | | | | | | | Check for a curses compatible library (curses or ncurses basically). One of those is needed to compile Xen tools (gtraceview and xentop). Modify Makefiles/sources to use configure output (fetch CURSES_LIBS from tools/Tools.mk and header to include from tools/config.h) Signed-off-by: Roger Pau Monne <roger.pau@entel.upc.edu> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
* tools/gtraceview: fix SIGFPEKeir Fraser2010-01-291-2/+8
| | | | | | | If there are 0 or 1 valid record in xentrace file, SIGFPE will occur. Fix it. Signed-off-by: Yu Zhiguo <yuzg@cn.fujitsu.com>
* xen pm trace utility cleanupKeir Fraser2009-08-191-1/+2
| | | | | | | | | | | xenpm trace utility gtraceview cleanup - add gtraceview help info on how to get raw data by xentrace - make trace_exit_reason compiled in non-debug mode. trace_exit_reason can be enable/disabled by xentrace at runtime, so no need to disable it at build time. Signed-off-by: Yu Ke <ke.yu@intel.com>
* tools: Always check for __linux__ not __Linux__Keir Fraser2009-07-021-1/+1
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* gtraceview: compile fixes for NetBSD.Keir Fraser2009-07-021-0/+6
| | | | Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
* x86 Cx tracing: adds gtraceview & gtracestat utilitiesKeir Fraser2009-06-291-0/+1103
Signed-off-by: Lu Guanqun <guanqun.lu@intel.com>