deliverable/lttng-analyses.git
2014-08-01  Antoine BusqueFix: don't long null FDs to database
2014-08-01  Antoine BusqueAdd errno tracking to database
2014-08-01  Julien DesfossezMerge branch 'master' of github.com:jdesfossez/lttng...
2014-08-01  Julien Desfossezcompute the scheduling latency
2014-07-31  Antoine BusqueFix: set proper session name from path with trailing...
2014-07-30  Julien Desfossezfix: initial perf counter value
2014-07-30  Julien Desfossezfix: initial perf counter value
2014-07-30  Julien Desfossezmake sure we only look for perf_ in the stream event...
2014-07-30  Julien DesfossezPerf-info: track perf PMU counter changes per-tid and...
2014-07-30  Julien Desfossezsched_switch can return a dict of what changed during...
2014-07-30  Julien Desfossezsupport perf counters on sched_switch
2014-07-24  Julien Desfossezfix order of the display in iotop
2014-07-24  Julien Desfossezextract ip+port from connect
2014-07-18  Antoine BusqueMerge remote-tracking branch 'upstream/master'
2014-07-18  Antoine BusqueMongoDB ip and port are now specified through the cli...
2014-07-17  Julien Desfossezquick fix on the readme
2014-07-17  Julien Desfossezquick fix on the readme
2014-07-17  Julien Desfossezquick fix on the readme
2014-07-17  Julien Desfossezadd README
2014-07-17  Julien Desfossezhandle the case where family is not available
2014-06-27  Antoine BusqueIndex latencies by timestamp in mongodb
2014-06-26  Antoine BusqueUse int values for PID in MongoDB metadata
2014-06-26  Antoine BusqueTrack sessions in mongodb collection
2014-06-26  Antoine BusqueFix path index for session name
2014-06-24  Antoine BusqueHandle collection creation and insertion for fd latencies
2014-06-24  Antoine BusqueChange latencies format from array to object notation
2014-06-24  Antoine BusqueUse time conversion constants
2014-06-24  Antoine BusqueUse constants for mongodb connection
2014-06-20  Antoine BusqueInitial storing of metadata to mongo
2014-06-20  Antoine BusqueMove fd-info json logging to separate function
2014-06-20  Antoine BusqueAdd time conversion constants to fd-info for legibility
2014-06-20  Antoine BusqueAdd quiet argument to fd-info to silence terminal output
2014-06-20  Antoine BusqueUpdate gitignore for emacs file locks
2014-06-20  Antoine BusqueAdd clearer output format to nettop
2014-06-20  Antoine BusqueUpdate nettop to support ipv4/6 filtering
2014-06-19  Antoine BusqueAdd address family to network syscalls/FDs
2014-06-18  Antoine BusqueFix process name in metadata
2014-06-18  Antoine BusqueStart enums at 0 for direct use with arrays in the...
2014-06-18  Antoine BusqueAdd fdtype to metadata for visualization
2014-06-18  Antoine BusqueCreate FDType enum
2014-06-18  Antoine BusqueCreate IOCategory enum
2014-06-17  Julien DesfossezAdd distinction between network and disk FDs
2014-06-17  Antoine BusqueFix name of block events for graphite report
2014-06-13  Julien Desfossezhandle bio_remap events, so we now have the real per...
2014-06-06  Antoine BusqueAdd better path handling fd-info json output option
2014-06-05  Antoine BusqueMerge remote-tracking branch 'upstream/master'
2014-06-04  Julien Desfossezreset also the block read/write when needed
2014-06-04  Julien Desfossezreal block usage in iotop
2014-06-04  Julien DesfossezFix: division by zero sometimes in the ascii_graph lib
2014-06-04  Julien Desfossezfix: prevent crash if error code does not exit (-512...
2014-06-04  Julien Desfossezcleanup block events, we only need block_rq_issue and...
2014-06-04  Antoine BusqueAdd FD and filename metadata for JSON output
2014-06-02  Antoine BusqueOutput process metadata for json visualizations
2014-06-02  Antoine BusqueAdd IO syscall category to json output for fd-info
2014-06-02  Antoine BusqueAdd support for floating point durations, units
2014-06-02  Antoine BusqueAdd flag to toggle json output for fd-info
2014-06-02  Antoine BusqueRemove visualizations dir, moved to another repo
2014-06-02  Antoine BusqueAdd basic IO latency visualization
2014-05-28  Antoine BusqueCompleted basic ctf-filter functionality
2014-05-28  Antoine BusqueAdd progress bar to filter
2014-05-28  Antoine Busquectf-filter: add basic support for writing events to...
2014-05-28  Antoine BusqueAdd support for more integer and string fields to ctf...
2014-05-27  Antoine BusqueAdd basic structure for ctf filtering
2014-05-27  Antoine BusqueAllow filtering by time range
2014-05-27  Antoine BusqueAllow filtering by syscall name
2014-05-23  Antoine BusqueMajor linting in fd-info.py
2014-05-23  Antoine BusqueAllow to filter by errno name
2014-05-23  Antoine BusqueAdd name of errno for failed syscalls
2014-05-23  Antoine BusqueHighlight in red failed syscalls
2014-05-23  Antoine BusqueHandle exit_syscall to allow for duration and failure...
2014-05-23  Antoine BusqueTrack syscall entry info for all syscalls
2014-05-22  Antoine BusqueChange formatting of output to a more readable format
2014-05-22  Antoine BusqueMove 'const' lists of syscall names from instance varia...
2014-05-22  Antoine BusqueAdd support for read/write events in fd-info.
2014-05-22  Antoine BusqueAdd comment stating known limitations of network analysis
2014-05-22  Antoine BusqueMerge remote-tracking branch 'upstream/master'
2014-05-21  Antoine BusqueAdd progress bar to nettop analysis
2014-05-21  Antoine BusqueOutput top n processes only, and in descending order...
2014-05-21  Julien Desfosseztrack open latency
2014-05-21  Julien Desfossezuse the sched_process_exec in iotop
2014-05-21  Julien Desfossezuse the procname context if available
2014-05-20  Antoine BusqueAdd basic socket read/write measurement
2014-05-20  Antoine BusqueRemove unused args variable
2014-05-16  Antoine BusqueMerge remote-tracking branch 'upstream/master'
2014-05-16  Antoine BusqueFix quotes again
2014-05-16  Antoine BusqueAdd filter by process name
2014-05-16  Julien Desfossezordering display fix
2014-05-16  Antoine BusqueAdd filtering by PID
2014-05-16  Antoine BusqueChanged to more precise time output format
2014-05-16  Antoine BusqueAdd support for sys_fcntl event
2014-05-16  Antoine BusqueAdd support for sys_dup2 events
2014-05-16  Antoine BusqueAdd proc.db to .gitignore
2014-05-16  Antoine BusqueFix default prefix value which prevented display of...
2014-05-16  Antoine BusqueAdd support for socket type open events
2014-05-16  Antoine BusqueMake quotes more uniform
2014-05-16  Antoine BusqueAdd support for multiple type arguments
2014-05-16  Antoine BusqueAdded support for statedump FD events
2014-05-15  Antoine BusqueCreated fd-info script to filter and display file descr...
2014-05-15  Antoine BusqueAdded pycache dirs to gitignore
2014-05-15  Antoine BusqueAdded gitignore for emacs files
next
This page took 0.0379 seconds and 5 git commands to generate.