evtr: dump core frequencies and use them to print timestamps in usecs
[dragonfly.git] / usr.bin / ktrdump / ktrdump.c
2010-02-13 Aggelos Economopoulosevtr: dump core frequencies and use them to print times...
2010-02-08 Aggelos EconomopoulosBring in a simple event tracing library and POC utility
2009-12-20 Matthew Dillonktrdump - Parse format string manually, implement %s
2009-04-30 Simon Schubertktrdump: ignore ts=0 when searching for earliest_ts()
2009-04-28 Simon Schubertktrdump: remove debug output
2009-03-27 Matthew DillonAdjust the KTR code to use cache-aligned per-cpu struct...
2009-03-04 Simon Schubertktrdump: print ktr data using vfprintf()
2008-11-10 Sascha Wildner* Raise WARNS to 6 and fix all resulting warnings.
2008-09-02 Matthias SchmidtRename /kernel and /module to /boot/kernel and /boot...
2008-02-17 Simon SchubertDump entries can have the same timestamp, so accept...
2008-02-12 Simon SchubertDon't require the tsc frequency to be available.
2007-06-08 Sascha Wildner* Perform some minor cleanup in the manual page and...
2007-06-08 Matthew DillonChange the -a option to be a bit friendlier. Have...
2007-06-08 Matthew DillonAdd a new option to ktrdump (-l) which causes it to...
2005-12-19 Matthew DillonAdd a feature that allows a correction factor to be...
2005-12-10 Matthew DillonDon't display the file and line by default.
2005-12-06 Matthew DillonEnhance ktrdump to generate relative timestamps in...
2005-06-21 Matthew DillonHave ktrdump run 'nm' on the kernel execfile and transl...
2005-06-21 Matthew DillonRewrite a good chunk of the ktrdump utility to work...
2005-03-08 Hiten PandyaBring in the ktrdump(8) utility from FreeBSD.