lp:debian/stretch/eventstat

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:debian/stretch/eventstat
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

19. By Colin Ian King

* fix segfault when removing stale timer stats (LP: #1496900)
* Makefile: bump version
* Debian: update compat to 9
* Debian: control, update debhelper dependency on version 9
* remove duplicate initialisation to ts from timer_stats hash
* Don't initialise duration, it is set later on

18. By Colin Ian King

* Makefile: bump version
* Makefile: Use -O2 optimisation level
* Reduce scope of variable i
* Shorten hash ident string, we only require so much to hash on
* Signed-off-by: Colin Ian King <email address hidden>
* Minor code clean up
* Replace generic lists with type specific lists
* Move __attribute__ ((noreturn))

17. By Colin Ian King

* Makefile: bump version to 0.02.00
* Re-order man page options into alphabetical order
* Add -w "whence" timestamp row option
* Add time column to CSV output

16. By Colin Ian King

* Makefile: bump version
* Fix repeaped prev pointer not advancing
* Fix resource leak on file descriptor on error exit path
* Add auto-purge of old state timer stats to stop memory growth
* Speed up reading and parsing of the timer stat data
* Add some performance optimisations, better hashing and heap management
* Make hash ident a few bytes smaller for marginal compare speedup
* Replace hash function with one that is 3.3x faster
* Fix hash chain growth by comparing with ident rather than an NULL field
* Free cmdline on mask check continue path
* Remove SIGSEGV from trapped signals list
* constify a few more variables
* Fix memory leak on cmdline, found by CoverityScan
* Improve kernel thread detection on unmodified task name (LP: #1467932)
* Compare process hashes based on original process name

15. By Colin Ian King

* Makefile: bump version
* Manual: update date
* Remove signal handlers for SIGBUS, SIGABRT, SIGILL
* Makefile: add copyright

14. By Colin Ian King

* Makefile: bump version again
* Fix the per sample time delta calculations

13. By Colin Ian King

* Makefile: bump version
* Update standards version
* Use suseconds_t for nsec conversions
* Using stdint int types
* Change TIMER_STATS to proc_timer_stats static const string
* Add better signal handling; clear timer stat setting and bail out
* Add whitespace in hash function
* Make APP_NAME a const string and rename to app_name
* Use strncmp where possible
* Add more error checking on gettimeofday
* Fix up some overly long lines
* Check for scanf failure
* Ignore returns from close, fclose

12. By Colin Ian King

* Makefile: bump version
* Handle overflow/underflow invalid values for count arg
* Handle overflow/underflow invalid values for -n option
* Handle bad options with help and exit failure

11. By Colin Ian King

* Makefile: bump version
* Makefile: Fix make dist, use plain old tar to omit debian contents
* Fix copyright
* Add COPYING file

10. By Colin Ian King

* Makefile: bump version
* Avoid some potential event overflows
* Reduce scope on some variables

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:debian/eventstat
This branch contains Public information 
Everyone can see this information.

Subscribers