projects
/
lttng-tools.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix: wrong loop continuation in metadata thread
[lttng-tools.git]
/
src
/
2013-01-10
David Goulet
Fix: wrong loop continuation in metadata thread
tree
|
commitdiff
2013-01-09
David Goulet
Fix: lttng create session memleaks
tree
|
commitdiff
2013-01-09
David Goulet
Fix: remove unused session id map
tree
|
commitdiff
2013-01-09
David Goulet
Fix: wrong session id used on relayd lookup
tree
|
commitdiff
2013-01-07
David Goulet
Fix: don't do custom lookup to relayd stream ht
tree
|
commitdiff
2013-01-07
Yannick Brosseau
Add pkg-config for liblttng-ctl
tree
|
commitdiff
2013-01-07
Andrew Gabbasov
Add kernel modules loading for new probes
tree
|
commitdiff
2013-01-07
David Goulet
Fix: add missing UST abi header for make dist
tree
|
commitdiff
2013-01-07
David Goulet
Fix: add missing rcu read side lock/unlock
tree
|
commitdiff
2012-12-20
David Goulet
Fix: lttng create URI parsing and check
tree
|
commitdiff
2012-12-20
David Goulet
Fix: update to latest UST abi
tree
|
commitdiff
2012-12-20
David Goulet
Fix: bad check of accept() return value
tree
|
commitdiff
2012-12-20
David Goulet
Fix: missing mutex lock if relayd was not created
tree
|
commitdiff
2012-12-20
David Goulet
Fix: return error if sendmsg fails on relayd
tree
|
commitdiff
2012-12-20
David Goulet
Fix: variable usage for data pending and add comments
tree
|
commitdiff
2012-12-19
David Goulet
Fix: print ret value on ust_app start/stop error
tree
|
commitdiff
2012-12-19
David Goulet
Fix: compare write() return value to size
tree
|
commitdiff
2012-12-19
David Goulet
Fix: handle orderly shutdown from transport layer
tree
|
commitdiff
2012-12-19
David Goulet
Fix: change perror to debug statement
tree
|
commitdiff
2012-12-19
David Goulet
Fix: don't print EPIPE error which can happen
tree
|
commitdiff
2012-12-19
David Goulet
Fix: handle shutdown on recv reply in relayd
tree
|
commitdiff
2012-12-19
David Goulet
Fix: Off by one in seq num for data pending command
tree
|
commitdiff
2012-12-19
David Goulet
Fix: wrong check on session started on stop command
tree
|
commitdiff
2012-12-18
David Goulet
Fix: for librelayd, fix negative reply ret code
tree
|
commitdiff
2012-12-18
David Goulet
Fix: sessiond write() to handle EINTR
tree
|
commitdiff
2012-12-18
David Goulet
Fix: change ERR/PERROR statement to DBG
tree
|
commitdiff
2012-12-18
David Goulet
Fix: DBG statement in relayd
tree
|
commitdiff
2012-12-18
David Goulet
Fix: handle EINTR for every read()
tree
|
commitdiff
2012-12-18
David Goulet
Fix: handle consumer data pipe read error
tree
|
commitdiff
2012-12-18
David Goulet
Fix: don't print usage when listing fails
tree
|
commitdiff
2012-12-18
David Goulet
Fix: possible invalid free in kernel thread
tree
|
commitdiff
2012-12-18
David Goulet
Fix: flag metadata stream on quiescent control cmd
tree
|
commitdiff
2012-12-18
David Goulet
Fix: prioritize control socket communication in relayd
tree
|
commitdiff
2012-12-18
David Goulet
Fix: poll and epoll fd set reallocation
tree
|
commitdiff
2012-12-18
Mathieu Desnoyers
Fix: cppcheck linter cleanups
tree
|
commitdiff
2012-12-18
David Goulet
Fix: add missing goto pending if data is inflight
tree
|
commitdiff
2012-12-18
David Goulet
Fix: remove ua_sess->started assert on stop trace
tree
|
commitdiff
2012-12-17
David Goulet
Fix: use the poll wait ret value when iterating on...
tree
|
commitdiff
2012-12-17
David Goulet
Fix: force the poll() return value to be nb_fd
tree
|
commitdiff
2012-12-17
David Goulet
Fix: add missing pollset reset in relayd listener thread
tree
|
commitdiff
2012-12-14
David Goulet
Fix: Wrong check of node when cleaning up ht
tree
|
commitdiff
2012-12-14
David Goulet
Revert adding LTTNG_PACKED in lttng.h
tree
|
commitdiff
2012-12-14
David Goulet
Fix: set started flag of ust app after ustctl
tree
|
commitdiff
2012-12-14
David Goulet
Fix: memory leak in add relayd socket error path
tree
|
commitdiff
2012-12-14
Julien Desfossez
Move relay commands out of lttcomm_sessiond_command
tree
|
commitdiff
2012-12-14
Christian Babeux
Add return code to the testpoint mechanism
tree
|
commitdiff
2012-12-13
David Goulet
Fix: Bad error handling when enable channel fails
tree
|
commitdiff
2012-12-13
David Goulet
Fix: RCU unlock out of error path
tree
|
commitdiff
2012-12-13
David Goulet
Fix: missing health exit in registration app thread
tree
|
commitdiff
2012-12-13
David Goulet
Fix: add packed attribute to filter structure
tree
|
commitdiff
2012-12-13
David Goulet
Fix: Add missing health code update for consumer command
tree
|
commitdiff
2012-12-13
David Goulet
Fix: packed every sessiond-comm.h structure pass over...
tree
|
commitdiff
2012-12-13
David Goulet
Add LTTNG_PACKED macro
tree
|
commitdiff
2012-12-13
David Goulet
Fix data pending for inflight streaming
tree
|
commitdiff
2012-12-13
David Goulet
Map session id of relayd and sessiond in consumer
tree
|
commitdiff
2012-12-13
David Goulet
Add the relayd create session command
tree
|
commitdiff
2012-12-13
David Goulet
Make the consumer sends a ACK after each command
tree
|
commitdiff
2012-12-13
David Goulet
Remove MSG_WAITALL on every recvmsg() socket type
tree
|
commitdiff
2012-12-10
David Goulet
Fix: Add missing relayd ht cleanup and ht destroy
tree
|
commitdiff
2012-12-10
David Goulet
Fix: Allocate stream hash table in respective threads
tree
|
commitdiff
2012-12-10
David Goulet
Fix: Use stream deletion function when cleaning up
tree
|
commitdiff
2012-12-10
David Goulet
Fix: Missing umask when using run as no clone
tree
|
commitdiff
2012-12-10
David Goulet
Fix: Relayd and sessiond version check
tree
|
commitdiff
2012-12-10
David Goulet
Fix: FD leak on consumer add relayd socket error
tree
|
commitdiff
2012-12-10
David Goulet
Fix: Consumer sockets leak on error
tree
|
commitdiff
2012-12-07
David Goulet
Fix: Use endpoint status enum value in checks
tree
|
commitdiff
2012-12-07
David Goulet
Fix: protect consumer_find_channel with rcu locking
tree
|
commitdiff
2012-12-07
David Goulet
Fix: Rename ust_app_destroy_trace and set it static
tree
|
commitdiff
2012-12-07
David Goulet
Fix: UST app session teardown process
tree
|
commitdiff
2012-12-07
David Goulet
Fix: check ht_del ret value of ust app session
tree
|
commitdiff
2012-12-06
David Goulet
Fix: locking order between consumer and stream
tree
|
commitdiff
2012-12-06
David Goulet
Fix: don't steal key when adding a metadata stream
tree
|
commitdiff
2012-12-06
Mathieu Desnoyers
Consumer hold mutex for add stream
tree
|
commitdiff
2012-12-03
David Goulet
Fix: audit all close/fclose and check returned code
tree
|
commitdiff
2012-12-03
David Goulet
Fix: set the stream ht static in consumer file
tree
|
commitdiff
2012-11-28
David Goulet
Fix: enable-consumer for all domains missing dir
tree
|
commitdiff
2012-11-28
David Goulet
Fix: Add missing fct prototypes when disabling UST
tree
|
commitdiff
2012-11-28
Andrew Gabbasov
Fix a typo in lttng-probe-module name
tree
|
commitdiff
2012-11-27
David Goulet
Assign values to enum lttcomm_sessiond_command
tree
|
commitdiff
2012-11-26
Mathieu Desnoyers
Clarify empty string/NULL filter errors
tree
|
commitdiff
2012-11-22
David Goulet
Fix: add missing padding for UST filter
tree
|
commitdiff
2012-11-22
David Goulet
Fix: Uninit. variable in lttng view
tree
|
commitdiff
2012-11-22
David Goulet
Add already enabled UST event error code
tree
|
commitdiff
2012-11-22
David Goulet
lttng.h API update: set filter becomes enable event...
tree
|
commitdiff
2012-11-22
David Goulet
Change the UST event hash table match function
tree
|
commitdiff
2012-11-22
David Goulet
Pass lttng_event struct to the set_filter API call
tree
|
commitdiff
2012-11-22
David Goulet
Adding context to an event is no longer possible
tree
|
commitdiff
2012-11-19
David Goulet
Add filter sequence number to UST
tree
|
commitdiff
2012-11-14
David Goulet
Fix: Typo from a previous patch in an assert()
tree
|
commitdiff
2012-11-14
David Goulet
Fix: Warn if session is running with lttng view
tree
|
commitdiff
2012-11-14
Woegerer, Paul
Enable additional kernel probes
tree
|
commitdiff
2012-11-13
Simon Marchi
Use the new functions for default subbuf sizes
tree
|
commitdiff
2012-11-13
Simon Marchi
Add default subbuf sizes getter functions
tree
|
commitdiff
2012-11-13
Simon Marchi
Add max() and min() macro in common
tree
|
commitdiff
2012-11-09
David Goulet
Fix: Add pointer check when freeing poll events
tree
|
commitdiff
2012-11-09
David Goulet
Fix: FD leak on thread error
tree
|
commitdiff
2012-11-09
David Goulet
Fix: Wrong fd used by kernel_wait_quiescent
tree
|
commitdiff
2012-11-09
David Goulet
Support new lttng-ust error code
tree
|
commitdiff
2012-11-09
David Goulet
Fix: Don't set filter if enable event fails
tree
|
commitdiff
2012-11-09
David Goulet
Fix: Wrong data port when listing session
tree
|
commitdiff
next
This page took
0.040113 seconds
and
7
git commands to generate.