Improve the lttng list feature
[lttng-tools.git] / ltt-sessiond /
2011-08-03  David GouletImprove the lttng list feature
2011-08-01  David GouletFix missing session list unlock
2011-07-29  Mathieu DesnoyersAdd kretprobe support (new --function implementation)
2011-07-28  David GouletFix adding multiple kernel context at once
2011-07-28  David GouletFix bad strncmp length
2011-07-27  David GouletFix channel creation when enabling an event
2011-07-27  David GouletAdd event count in channel structure
2011-07-26  David GouletTrace path creation made on the client side
2011-07-26  David GouletFix safe list iteration
2011-07-26  David GouletFix comments in main.c
2011-07-26  David GouletIncrease possible verbose level for session daemon
2011-07-25  David GouletFix missing pointer initialisation
2011-07-20  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2011-07-20  David GouletRename binary installation path define
2011-07-20  David GouletUse install path for exec()
2011-07-20  David GouletFix set but no use variables warnings
2011-07-20  David GouletFix build system for valid make dist
2011-07-20  David GouletRemove debug mode at kconsumerd exec
2011-07-18  David GouletFix invalid channel creation
2011-07-18  David GouletChange licensing
2011-07-18  David GouletNew public API for lttng control
2011-07-18  David GouletFix tracing events data structure
2011-07-18  David GouletRemove libustctl and libustcomm
2011-07-17  David GouletFix session list locking
2011-07-17  David GouletFix bad cleanup of context structure
2011-07-16  David GouletFix bad exit conditions
2011-07-16  David GouletClean exit cleanup of the session daemon
2011-07-16  David GouletAdd comment for the session list lock
2011-07-16  David GouletFix double mutex unlock
2011-07-15  David GouletAdd locking for all session data structure
2011-07-15  David GouletAdd CPU hotplug support
2011-07-15  David GouletRemove useless kernel session counter
2011-07-15  David GouletRemove dependency on libuuid
2011-07-12  Julien DesfossezRename kconsumerd to ltt-kconsumerd
2011-07-07  David GouletAdd detection of debugfs and kernel module loading
2011-07-07  David GouletRemove unused header file
2011-07-07  David GouletDisable user-space tracer control
2011-07-06  David GouletFix missing tracing group when UID=0
2011-07-06  David GouletChange configuration file and trace output dir
2011-06-30  David GouletImprove trace output path and config path
2011-06-30  David GouletAdd utils.c and recursive mkdir function
2011-06-30  Mathieu Desnoyersdefault channel selection cleanup
2011-06-30  Julien DesfossezAdd channel output method selection
2011-06-29  David GouletFix infinite loop when enabling all events
2011-06-29  David GouletAdd kernel context support
2011-06-29  David GouletAdd disable kernel channel support
2011-06-29  David GouletAdd enable kernel channel support
2011-06-29  David GouletAdd disable all support and fix enable all
2011-06-29  David GouletAdd enable kernel event using the enable ioctl
2011-06-29  David GouletFix comment
2011-06-29  David GouletAdd disable kernel event support
2011-06-27  David GouletAdd FD_CLOEXEC option to all anonymous FDs
2011-06-27  David GouletFix possible error on close
2011-06-27  David GouletMajor changes
2011-06-24  Mathieu DesnoyersFix message argument type
2011-06-14  David GouletFix mkdir error handling
2011-06-08  David GouletInitial import of libustctl and libustcomm
2011-06-02  David GouletAdd TODOs for session daemon
2011-06-02  David GouletAdd kernel tracer check on kernel command
2011-06-02  David Gouletkconsumerd execlp set to verbose for debug
2011-06-02  David GouletClose client socket in sessiond
2011-06-02  David GouletCore modification and listing kernel event support
2011-06-01  David GouletFix kconsumerd multiple spawn bug
2011-06-01  David GouletFix already exist lttng rundir error
2011-06-01  David GouletSet kconsumerd to quiet on execlp
2011-05-30  David GouletAdd listing kernel event support
2011-05-27  David GouletModify kconsumerd thread and spawning function
2011-05-27  David GouletAdd lttng-kconsumerd.h
2011-05-27  David GouletFix errors due to lttng.h cleanup
2011-05-27  David GouletAdd kernel trace destroy functions
2011-05-27  David GouletAdd kernel trace data structure init functions
2011-05-26  David GouletAdd debug and remove useless fct prototype
2011-05-26  David GouletFix kconsumerd thread on message error received
2011-05-26  David GouletFix segfault when stoping a kernel session that does...
2011-05-26  David GouletClean kconsumerd spawning process
2011-05-26  David GouletCleanup static declaration and move code around
2011-05-26  David GouletUse trace.h for kernel and ust trace data struct
2011-05-26  David GouletCreate ust-ctl.c/.h files for user-space control
2011-05-26  David GouletInitial work for kernel tracing support
2011-05-24  David GouletAdd kernel open metadata support to session daemon
2011-05-24  David GouletAdd kernel enable event support
2011-05-24  Julien DesfossezSync ioctl headers with kernel
2011-05-19  David GouletAdd kernel sesison and channel creation support
2011-05-18  David GouletMajor changes on the lttng command line tool
2011-05-17  David GouletFix lttng bug having the wrong sessiond path
2011-05-16  David GouletMajor changes of command processing for sessiond
2011-05-16  David GouletFix wrong goto
2011-05-13  Mathieu DesnoyersComments and cleanup review Mathieu & David
2011-05-06  David GouletMove ust trace actions to trace.c
2011-05-06  David GouletRename data structure for naming consistency
2011-05-05  David GouletAdd kconsumerd thread function and sockets
2011-05-04  David GouletAdd support for auto session creation
2011-05-04  David GouletAdd support for shorten session uuid
2011-05-03  David GouletFix bug when finding session by name
2011-05-03  David GouletRename liblttngctl.h to lttng.h
2011-05-02  David GouletAdd ust stop trace feature
2011-05-02  David GouletAdd trace listing feature
2011-05-02  David GouletAdd debug statements to session daemon
2011-05-02  David GouletAdd verbose option to session daemon
2011-05-02  David GouletAdd ust start trace feature
next
This page took 0.038038 seconds and 7 git commands to generate.