deliverable/lttng-analyses.git
2015-07-13  Michael JeansonRefactor in a single package with subpackages
2015-06-19  Julien Desfossezfix: stats with 0 requests
2015-04-21  Antoine BusqueCheck for babeltrace python package on installation
2015-04-20  Antoine BusqueDefine version once per package only
2015-04-20  Antoine BusqueAdd ChangeLog file
2015-04-20  Antoine BusqueMerge pull request #22 from abusque/refactor-syscallstats
2015-04-20  Antoine BusqueBump version to 0.2
2015-04-20  Antoine BusqueRefactor syscallstats script to use new analysis backend
2015-04-20  Antoine BusqueRename min/max attributes to avoid collision with built-ins
2015-04-16  Julien DesfossezMerge pull request #21 from abusque/decouple-io
2015-04-16  Antoine BusqueImplement check for --end argument before start of...
2015-04-16  Antoine BusqueStyle: fix indentation in _get_io_requests
2015-04-16  Antoine BusqueFix: set pid correctly on FileStats init
2015-04-16  Antoine BusqueFix typo in _fix_context_pid
2015-04-16  Antoine BusqueFix: use TID instead of PID in file stats if PID is...
2015-04-15  Antoine BusqueRefactor io latency freq output
2015-04-15  Antoine BusqueLint: remove unused import, fix 'dangerous' default...
2015-04-15  Antoine BusqueRefactor io top and log views
2015-04-15  Antoine BusqueRemove deprecated --extra argument
2015-04-15  Antoine BusqueFix: correct typo and existence test in fd getter
2015-04-15  Antoine BusqueFix: correct typo in ns_to_hour_nsec output
2015-04-14  Antoine BusqueStyle: fix pylint/pep8 style issues
2015-04-14  Antoine BusqueReplace map() by list comprehension in disk latency...
2015-04-14  Antoine BusqueRefactor IO Latency stats output methods
2015-04-13  Antoine BusqueAdd generators to iterate over io requests
2015-04-13  Antoine BusqueAdd method to compare equivalent io operations
2015-04-10  Antoine BusqueFix: properly handle empty filters for IO file stats
2015-04-10  Antoine BusqueFix FileStats reset() function
2015-04-10  Antoine BusqueMove _filter_process method to base command class
2015-04-10  Antoine BusqueMake _arg_pid_list list of ints instead of strings
2015-04-10  Antoine BusqueRefactor iotop per file analysis and output
2015-04-10  Antoine BusqueRefactor iotop output methods
2015-04-10  Antoine BusqueAdd _print_ascii_graph method to simplify output of...
2015-04-10  Antoine BusqueRename filter predicates to indicate visibility
2015-04-09  Antoine BusqueRemove deprecated breakcb in IO command
2015-04-09  Antoine BusqueRemove unused _compute_stats method from commands
2015-04-09  Antoine BusqueRename IO command for consistency with other commands
2015-04-09  Antoine BusqueTrack FDs chronologically in IO analysis
2015-04-09  Antoine BusqueAdd timestamp to create/close FD notifications
2015-04-07  Antoine BusqueRemove dead code from IO cli
2015-04-07  Antoine BusqueReset FD in IO Analysis
2015-04-03  Antoine BusqueAdd support for pwrite* and pread* I/O syscalls
2015-04-03  Antoine BusqueImplement syscall I/O analysis
2015-04-03  Antoine BusqueMove returned_size attribute from SyscallIORequest...
2015-04-03  Antoine BusqueSend create process and fd notification on statedump...
2015-04-03  Antoine BusqueSend fd create and close notifications on sched events
2015-04-03  Antoine BusqueFix: send create_fd notification for open io requests
2015-04-03  Antoine BusqueAdd OP_READ_WRITE IO operation type for syscalls which...
2015-04-03  Antoine BusqueUse a single method to track io request exits
2015-03-31  Antoine BusqueRefactor/rewrite IO state provider
2015-03-31  Antoine BusqueRefactor syscall analysis to use new SyscallEvent class
2015-03-31  Antoine BusqueRefactor NetStateProvider to use new SyscallEvent and...
2015-03-31  Antoine BusqueRefactor MemStateProvider to use new SyscallEvent and...
2015-03-31  Antoine BusqueRemove pending_syscalls array from State class
2015-03-31  Antoine BusqueRefactor statedump provider to track only state and...
2015-03-31  Antoine BusqueDon't set deprecated parent_pid on FD object
2015-03-31  Antoine BusqueUse SyscallEvent objects in syscall state provider
2015-03-31  Antoine BusqueRemove Syscalls_stats class
2015-03-31  Antoine BusqueRemove analysis related attributes from FD class, add...
2015-03-31  Antoine BusqueAdd get_fd_type method to retrieve fd type from syscall...
2015-03-31  Antoine BusqueAdd more IORequest classes, and io_rq attr to SyscallEvent
2015-03-31  Antoine BusqueSet SyscallEvent name using get_syscall_name method
2015-03-31  Antoine BusqueRemove analysis related attributes from Process state...
2015-03-31  Antoine BusqueAdd more dup open syscalls, remove generic filenames...
2015-03-24  Antoine BusqueFix get_syscall_name string indexing
2015-03-23  Antoine BusqueMove IO syscalls handling into separate provider
2015-03-23  Antoine BusqueStrip prefixes from syscall names for brevity
2015-03-20  Antoine BusqueMerge branch 'master' into decouple-io
2015-03-20  Julien DesfossezMerge pull request #20 from abusque/linting
2015-03-20  Antoine BusqueRename state to _state in providers for consistency
2015-03-20  Antoine BusqueRename irq start/stop timestamps to begin/end for consi...
2015-03-20  Antoine BusqueRefactor IO Requests mechanism and (block I/O) analysis
2015-03-19  Antoine BusqueTrack network usage in IO analysis
2015-03-18  Antoine BusqueSeparate syscalls and io analyses
2015-03-18  Antoine BusqueUse del instead of pop when possible with fds and remov...
2015-03-18  Antoine BusqueMove date args processing to command, more linting
2015-03-18  Antoine BusqueLinting: rename p* to pattern
2015-03-18  Antoine BusqueLinting of common.py and related code
2015-03-18  Antoine BusqueFix: make the regex strings raw strings
2015-03-17  Julien Desfossezfix for unknown pid in io.py
2015-03-16  Antoine BusqueFix syscallstats command description method names
2015-03-16  Antoine BusqueAdd IO analysis separate from syscalls
2015-03-13  Antoine BusqueMerge pull request #19 from jdesfossez/dev
2015-03-13  Julien DesfossezFix: process the sched_switch for the swapper
2015-03-13  Julien DesfossezFix: handle the case of missing PID
2015-03-13  Julien DesfossezMerge pull request #18 from abusque/decouple-cputop
2015-03-13  Antoine BusqueRevert accidental partial commit of syscalls.py
2015-03-13  Antoine BusqueFix: remove deprecated last_sched attribute from Proces...
2015-03-13  Antoine BusqueFix: remove deprecated cpu_ns attribute from Process...
2015-03-12  Antoine BusqueRefactor cputop cli to work with new analysis module
2015-03-12  Antoine BusqueImplement cputop analysis module
2015-03-12  Antoine BusqueFix: assign boolean instead of integer values for CLOEXEC
2015-03-12  Antoine BusqueAdd class method to duplicate FD objects
2015-03-12  Antoine BusqueRemove non-state related attributes from process and...
2015-03-12  Antoine BusqueRefactor sched state provider to track current state...
2015-03-12  Antoine BusqueRemove deprecated perf context tracking in sched
2015-03-10  Antoine BusqueFix: set cloexec on fd from flags on statedump
2015-03-09  Julien Desfossezremove old code (pre 0.1) that was kept as reference...
2015-03-09  Julien DesfossezMerge pull request #17 from abusque/decouple-memtop
2015-03-09  Antoine BusqueMinor: fix pep8 style issues
next
This page took 0.036822 seconds and 5 git commands to generate.