File: ChangeLog

package info (click to toggle)
litl 0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 576 kB
  • sloc: ansic: 3,407; makefile: 36; sh: 18
file content (10 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
Version 0.1
----------
* The first release supports:
	* Recording events only on the user level;
	* Recording events with up to 10 parameters;
	* Recording events when parameters are saved as a string, e.g. for error msgs;
	* Thread-safety through pthread_mutex;
	* Analyzing the trace (evnt_read);
	* Testing libevnt through testing recording and analyzing;
	* The choice of the optimal buffer size for both recording and analyzing events.