2011-07-18 | David Goulet | Change lttng.h API char to const char Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-18 | David Goulet | New public API for lttng control Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-18 | David Goulet | Remove connect/disconnect sessiond from lttng API Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-18 | David Goulet | Makes kprobe attribute specific to kernel Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-18 | David Goulet | Fix tracing events data structure Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-18 | David Goulet | Remove libustctl and libustcomm Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-18 | David Goulet | Remove not working test Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-18 | David Goulet | Add quick start tracing guide Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-17 | David Goulet | Add session daemon model RFC Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-17 | David Goulet | Add short option for no sessiond feature Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-17 | David Goulet | Add error message if event not found Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-17 | David Goulet | Fix return code to 0 on success and 1 on error Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-17 | David Goulet | Fix session list locking Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-17 | David Goulet | Fix bad cleanup of context structure Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-16 | David Goulet | Fix bad exit conditions Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-16 | David Goulet | Clean exit cleanup of the session daemon Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-16 | David Goulet | Add version command Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-16 | David Goulet | Force to specify the type with add-context Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-16 | David Goulet | Add comment for the session list lock Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-16 | David Goulet | Fix double mutex unlock Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-15 | David Goulet | Fix missing value Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-15 | David Goulet | Add locking for all session data structure Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-15 | David Goulet | Add CPU hotplug support Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-15 | David Goulet | Remove useless kernel session counter Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-15 | David Goulet | Remove dependency on libuuid Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-14 | David Goulet | Fix mutex unprotected list Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-14 | David Goulet | Add a check for duplicate session fd Signed-off-by: David Goulet <dgoulet@ev0ke.net> |
commit | commitdiff | tree |
2011-07-13 | David Goulet | Parse kprobe options with enable-event Signed-off-by: David Goulet <dgoulet@ev0ke.net> |
commit | commitdiff | tree |
2011-07-12 | David Goulet | Add new kernel consumer name to gitignore Signed-off-by: David Goulet <dgoulet@ev0ke.net> |
commit | commitdiff | tree |
2011-07-07 | David Goulet | Fix segfault on free() pointer Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-07 | David Goulet | Add detection of debugfs and kernel module loading Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-07 | David Goulet | Remove unused header file Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-07 | David Goulet | Disable user-space tracer control Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-06 | David Goulet | Fix missing tracing group when UID=0 Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-07-06 | David Goulet | Change configuration file and trace output dir Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-30 | David Goulet | Add set session command to lttng cli Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-30 | David Goulet | Add session name option to all command Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-30 | David Goulet | Overwrite the config file on create session Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-30 | David Goulet | Don't remove the config directory on destroy Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-30 | David Goulet | Improve trace output path and config path Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-30 | David Goulet | Fix comments spacing Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-30 | David Goulet | Add utils.c and recursive mkdir function Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-29 | David Goulet | Fix infinite loop when enabling all events Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-29 | David Goulet | Fix possible null pointer Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-29 | David Goulet | Add kernel context support Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-29 | David Goulet | Add disable kernel channel support Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-29 | David Goulet | Add enable kernel channel support Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-29 | David Goulet | Add disable all support and fix enable all Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-29 | David Goulet | Add enable kernel event using the enable ioctl Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-29 | David Goulet | Fix comment Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-29 | David Goulet | Add disable kernel event support Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-27 | David Goulet | Add FD_CLOEXEC option to all anonymous FDs Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-27 | David Goulet | Fix possible error on close Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-27 | David Goulet | Rename and add missing header file Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-27 | David Goulet | Add kernel context ioctl Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-27 | David Goulet | Major changes Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-14 | David Goulet | Fix mkdir error handling Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-10 | David Goulet | Internal librairies not being installed anymore Signed-off-by: David Goulet <dgoulet@ev0ke.net> |
commit | commitdiff | tree |
2011-06-08 | David Goulet | Initial import of libustctl and libustcomm Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-08 | David Goulet | Fix wrong include file name in Makefile.am Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-02 | David Goulet | Add TODOs for session daemon Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-02 | David Goulet | Add kernel tracer check on kernel command Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-02 | David Goulet | kconsumerd execlp set to verbose for debug Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-02 | David Goulet | Close client socket in sessiond Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-02 | David Goulet | kconsumerd dying when sessiond shutdown cmd socket Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-02 | David Goulet | Core modification and listing kernel event support Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-01 | David Goulet | Fix kconsumerd multiple spawn bug Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-01 | David Goulet | Fix already exist lttng rundir error Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-06-01 | David Goulet | Set kconsumerd to quiet on execlp Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-30 | David Goulet | Add listing kernel event support Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-30 | David Goulet | Remove useless zero initialization Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-27 | David Goulet | Modify kconsumerd thread and spawning function Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-27 | David Goulet | Add lttng-kconsumerd.h Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-27 | David Goulet | Add missing open() option to kconsumerd Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-27 | David Goulet | Cleanup liblttngctl Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-27 | David Goulet | Fix errors due to lttng.h cleanup Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-27 | David Goulet | Cleanup lttng.h public header Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-27 | David Goulet | Add kernel trace destroy functions Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-27 | David Goulet | Add kernel trace data structure init functions Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-26 | David Goulet | Add debug and remove useless fct prototype Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-26 | David Goulet | Fix kconsumerd thread on message error received Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-26 | David Goulet | Add validation to stop a trace without a session name Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-26 | David Goulet | Fix segfault when stoping a kernel session that does... Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-26 | David Goulet | Clean kconsumerd spawning process Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-26 | David Goulet | Add file, line nb. and function to debug error Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-26 | David Goulet | Cleanup static declaration and move code around Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-26 | David Goulet | Use trace.h for kernel and ust trace data struct Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-26 | David Goulet | Create ust-ctl.c/.h files for user-space control Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-26 | David Goulet | Initial work for kernel tracing support Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-25 | David Goulet | Add tags from ctags to gitignore Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-24 | David Goulet | Add kernel metadata support to lttng and API Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-24 | David Goulet | Add kernel open metadata support to session daemon Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-24 | David Goulet | Add kernel enable event support Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-19 | David Goulet | Add kernel sesison and channel creation support Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-18 | David Goulet | Major changes on the lttng command line tool Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-18 | David Goulet | Import kernel control interface Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-17 | David Goulet | Fix lttng bug having the wrong sessiond path Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-16 | David Goulet | Major changes of command processing for sessiond Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-16 | David Goulet | Add lttng-share header and change data type Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
2011-05-16 | David Goulet | Add lttng-kernel header Signed-off-by: David Goulet <david.goulet@polymtl.ca> |
commit | commitdiff | tree |
next |