History log of /dragonfly/lib/libevtr/ktrfmt.yy.c (Results 1 – 11 of 11)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4, v4.0.3, v4.0.2, v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0, v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc, v3.6.2, v3.6.1
# 944681d7 06-Jan-2014 Sascha Wildner <saw@online.de>

libevtr: Fix another -Wformat-security warning.


Revision tags: v3.6.0, v3.7.1, v3.6.0rc, v3.7.0, v3.4.3, v3.4.2, v3.4.0, v3.4.1, v3.4.0rc, v3.5.0, v3.2.2, v3.2.1, v3.2.0, v3.3.0, v3.0.3, v3.0.2
# 678e8cc6 05-Mar-2012 Sascha Wildner <saw@online.de>

Sweep-fix comparing pointers with 0 (and assigning 0 to pointers).

For better readability, don't compare pointers with 0 or assign 0
to them. Use NULL instead.

The change was done with coccinelle.


Revision tags: v3.0.1, v3.1.0, v3.0.0
# 86d7f5d3 26-Nov-2011 John Marino <draco@marino.st>

Initial import of binutils 2.22 on the new vendor branch

Future versions of binutils will also reside on this branch rather
than continuing to create new binutils branches for each new version.


Revision tags: v2.12.0, v2.13.0, v2.10.1, v2.11.0, v2.10.0
# cc26e56c 25-Feb-2011 Sascha Wildner <saw@online.de>

libevtr: Add YY_NO_INPUT to ktrfmt.l and regenerate (silences gcc44 warning).


Revision tags: v2.9.1, v2.8.2, v2.8.1, v2.8.0, v2.9.0
# cb1e7c9d 12-Jun-2010 Aggelos Economopoulos <aoiko@cc.ece.ntua.gr>

libevtr: make prototype-less function static


# 0fe4e290 12-Jun-2010 Aggelos Economopoulos <aoiko@cc.ece.ntua.gr>

libevtr: abort() on impossible case


# c3143985 27-May-2010 Aggelos Economopoulos <aoiko@cc.ece.ntua.gr>

libevtr: add support for data objects

Currently using the Haskell data constructor syntax.


# 6197746f 25-May-2010 Aggelos Economopoulos <aoiko@cc.ece.ntua.gr>

libevtr: alternative hash syntax and more fixes

- Rewrite hsh.foo to hsh["foo"]
- Better error handling and more controlled error reporting
(don't just write stuff to stderr)
- Accept integer cons

libevtr: alternative hash syntax and more fixes

- Rewrite hsh.foo to hsh["foo"]
- Better error handling and more controlled error reporting
(don't just write stuff to stderr)
- Accept integer constants in hexadecimal (0x) form as well

show more ...


# a3e22a3f 23-May-2010 Aggelos Economopoulos <aoiko@cc.ece.ntua.gr>

libevtr: add support for string literals


Revision tags: v2.6.3, v2.7.3
# f5cc8732 23-Apr-2010 Aggelos Economopoulos <aoiko@cc.ece.ntua.gr>

libevtr: get rid of unused yyunput() definition

Reminder-by: swildner@


Revision tags: v2.6.2, v2.7.2, v2.7.1, v2.6.1, v2.7.0, v2.6.0
# 2b130cb3 17-Mar-2010 Aggelos Economopoulos <aoiko@cc.ece.ntua.gr>

evtr: initial implementation of a DSL

libevtr:
- abstract out the hash table, convert to using uintptr_t's
internally
- move a bunch of fields and most of the error logic from
evtr to evtr_query

evtr: initial implementation of a DSL

libevtr:
- abstract out the hash table, convert to using uintptr_t's
internally
- move a bunch of fields and most of the error logic from
evtr to evtr_query
- don't try to resolve format strings to id's and reject
records that don't match early; this needs way more care
now that we might want to interpret the format strings
- start implementation of a minimal Domain Specific Language
- add the ability to filter based on the event type
- lots of fixes all around

evtranalyze:
- catch up w/ API changes in libevtr
- add toy 'stats' command

show more ...