projects
/
lttng-tools.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Cleanup: remove unused internal structure
2017-05-28
Jérémie Galarneau
Assert that dynamic buffer size <= capacity
commit
|
commitdiff
|
tree
2017-05-28
Jérémie Galarneau
Clean-up: improve readability of dynamic buffer append...
commit
|
commitdiff
|
tree
2017-05-28
Jérémie Galarneau
Fix: inbound buffer may be set too short on partial...
commit
|
commitdiff
|
tree
2017-05-28
Jérémie Galarneau
Clean-up: fix misleading code alignment
commit
|
commitdiff
|
tree
2017-05-28
Jérémie Galarneau
Clean-up: remove useless comment
commit
|
commitdiff
|
tree
2017-05-28
Jérémie Galarneau
Fix: return LTTNG_ERR_INVALID_TRIGGER on validation...
commit
|
commitdiff
|
tree
2017-05-28
Jérémie Galarneau
Fix: missing includes in buffer-usage.h
commit
|
commitdiff
|
tree
2017-05-24
Jonathan Rajotte
Unit tests for notification api
commit
|
commitdiff
|
tree
2017-05-24
Jonathan Rajotte
Run unit tests before regression tests
commit
|
commitdiff
|
tree
2017-05-23
Jérémie Galarneau
Fix: semaphore semantics are expected from notification...
commit
|
commitdiff
|
tree
2017-05-22
Mathieu Desnoyers
relay: use urcu_ref_get_unless_zero
commit
|
commitdiff
|
tree
2017-05-19
Mathieu Desnoyers
Fix: use "flush empty" ioctl for snapshots
commit
|
commitdiff
|
tree
2017-05-19
Mathieu Desnoyers
Fix: lttng-consumerd: cpu hotplug: send "streams_sent...
commit
|
commitdiff
|
tree
2017-05-19
Mathieu Desnoyers
Fix: lttng-sessiond: cpu hotplug: send channel to consumer...
commit
|
commitdiff
|
tree
2017-05-19
Mathieu Desnoyers
Fix: lttng-sessiond: cpu hotplug stream number mismatch
commit
|
commitdiff
|
tree
2017-05-19
Jérémie Galarneau
Tests: use SIGKILL to shutdown daemons in test_thread_exit...
commit
|
commitdiff
|
tree
2017-05-19
Jérémie Galarneau
Fix: consumer_timer_signal_thread_qs waits on LTTNG_CONSUMER...
commit
|
commitdiff
|
tree
2017-05-19
Jérémie Galarneau
Revert "Fix: futex can be free'd while used by waker...
commit
|
commitdiff
|
tree
2017-05-19
Mathieu Desnoyers
Fix: thread exit vs futex wait/wakeup race
commit
|
commitdiff
|
tree
2017-05-19
Jérémie Galarneau
Fix: use lttng_waiter instead of futex in notification...
commit
|
commitdiff
|
tree
2017-05-19
Jérémie Galarneau
Add lttng_waiter utils
commit
|
commitdiff
|
tree
2017-05-15
Jérémie Galarneau
Fix: pthread_join on thread start error
commit
|
commitdiff
|
tree
2017-05-15
Jérémie Galarneau
Fix: missing check on notification thread join
commit
|
commitdiff
|
tree
2017-05-15
Jérémie Galarneau
Fix: status_loc argument of waitpid() is used on error
commit
|
commitdiff
|
tree
2017-05-11
Jérémie Galarneau
Fix: leak of deserialized trigger sent from client
commit
|
commitdiff
|
tree
2017-05-11
Jérémie Galarneau
Clean-up: missing static qualifier on internal function
commit
|
commitdiff
|
tree
2017-05-11
Jérémie Galarneau
Fix: duplicate values used in lttng_evaluation_status...
commit
|
commitdiff
|
tree
2017-05-11
Jérémie Galarneau
Fix: missing header inclusions in buffer-usage.h
commit
|
commitdiff
|
tree
2017-05-11
Jonathan Rajotte
Fix: COMPAT_EPOLL_PROC_PATH is available from Linux...
commit
|
commitdiff
|
tree
2017-05-10
Jérémie Galarneau
Fix: skip empty revents in notificationthread
commit
|
commitdiff
|
tree
2017-05-10
Jérémie Galarneau
Clean-up: warning caused by unused label
commit
|
commitdiff
|
tree
2017-05-10
Jérémie Galarneau
Fix: futex can be free'd while used by waker thread
commit
|
commitdiff
|
tree
2017-05-09
Jérémie Galarneau
Fix: missing header causes build failure with --disable...
commit
|
commitdiff
|
tree
2017-05-09
Mathieu Desnoyers
Fix: return NULL pointer on memory allocation failure
commit
|
commitdiff
|
tree
2017-05-09
Jérémie Galarneau
Clean-up: unused variable warning in poll compat
commit
|
commitdiff
|
tree
2017-05-08
Mathieu Desnoyers
doc: how to trace consumerd with valgrind
commit
|
commitdiff
|
tree
2017-05-08
Mathieu Desnoyers
Cleanup: initialize kernel ioctl ABI structures to 0
commit
|
commitdiff
|
tree
2017-05-08
Mathieu Desnoyers
Cleanup: initialize data to 0
commit
|
commitdiff
|
tree
2017-05-08
Jérémie Galarneau
Fix: consumer data lock deadlock caused by monitor...
commit
|
commitdiff
|
tree
2017-05-08
Jonathan Rajotte
Fix: assert() on null index_file in lttng_index_file_write()
commit
|
commitdiff
|
tree
2017-05-08
Jonathan Rajotte
Fix: fail on relayd lookup when finding a relayd is...
commit
|
commitdiff
|
tree
2017-05-08
Jérémie Galarneau
Clean-up: use lttng_read() wrapper instead of read()
commit
|
commitdiff
|
tree
2017-05-07
Jérémie Galarneau
Fix: NULL pointer dereference in lttng_condition_serialize
commit
|
commitdiff
|
tree
2017-05-06
Francis Deslauriers
Fix: Exclusion check iterates multiple times on same...
commit
|
commitdiff
|
tree
2017-05-06
Jérémie Galarneau
Fix: return of free'd string on error in strutils_split()
commit
|
commitdiff
|
tree
2017-05-06
Jérémie Galarneau
Fix: free of uninitialized value on error path
commit
|
commitdiff
|
tree
2017-05-06
Jérémie Galarneau
Silence bogus Coverity warning of uninitialized value
commit
|
commitdiff
|
tree
2017-05-06
Jérémie Galarneau
Silence bogus Coverity warning of uninitialized value
commit
|
commitdiff
|
tree
2017-05-06
Jérémie Galarneau
Silence bogus Coverity warning of uninitialized value
commit
|
commitdiff
|
tree
2017-05-06
Jérémie Galarneau
Silence bogus Coverity warning of uninitialized value
commit
|
commitdiff
|
tree
2017-05-06
Jérémie Galarneau
Fix: dereference before null check of channel attributes
commit
|
commitdiff
|
tree
2017-05-06
Jérémie Galarneau
Fix: memory leak of client_list_element
commit
|
commitdiff
|
tree
2017-05-06
Jérémie Galarneau
Fix: unchecked lttng_dynamic_buffer_set_size return...
commit
|
commitdiff
|
tree
2017-05-06
Jérémie Galarneau
Add 2.10 release beer name and description
commit
|
commitdiff
|
tree
2017-05-06
Jérémie Galarneau
Build: missing includes for ssize_t definition on Cygwin
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Fix: consumer-timer.c includes ust-ctl.h even --without...
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Fix: missing header in Makefile breaks the dist build
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Tests fix: tracefile-size tests assume PAGE_SIZE subbuffers
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Fix: use of uninitialized channel attributes in client
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Clean-up: only declare help_msg in embedded help case
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Fix: use of session_name instead of channel_name in...
commit
|
commitdiff
|
tree
2017-05-05
Mathieu Desnoyers
Fix: lttng-live: send HUP reply when per-PID streams...
commit
|
commitdiff
|
tree
2017-05-05
Jonathan Rajotte
Test: use output_path instead of argument position
commit
|
commitdiff
|
tree
2017-05-05
Mathieu Desnoyers
Bump default kernel, and UST per-uid/per-pid buffer...
commit
|
commitdiff
|
tree
2017-05-05
Jonathan Rajotte
Fix: syscall_table_nb_entry invalid value when no syscalls...
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Add string-utils to dist subdirs in libcommon
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Tests fix: initialize kernel extended channel attributes
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Tests fix: initialize UST extended channel attributes
commit
|
commitdiff
|
tree
2017-05-05
Philippe Proulx
lttng-enable-event(1): document globbing patterns in...
commit
|
commitdiff
|
tree
2017-05-05
Philippe Proulx
Tests: add globbing pattern tests to test_java_log4j
commit
|
commitdiff
|
tree
2017-05-05
Philippe Proulx
Tests: add globbing pattern tests to test_java_jul
commit
|
commitdiff
|
tree
2017-05-05
Philippe Proulx
Tests: add globbing pattern tests to test_python_logging
commit
|
commitdiff
|
tree
2017-05-05
Philippe Proulx
Tests: add globbing pattern tests to test_valid_filter
commit
|
commitdiff
|
tree
2017-05-05
Philippe Proulx
Tests: add globbing pattern tests to test_invalid_filter
commit
|
commitdiff
|
tree
2017-05-05
Philippe Proulx
Tests: add globbing pattern tests to test_event_wildcard
commit
|
commitdiff
|
tree
2017-05-05
Philippe Proulx
Tests: add globbing pattern tests to test_exclusion
commit
|
commitdiff
|
tree
2017-05-05
Philippe Proulx
Tests: utils: add gen-ust-nevents-str util
commit
|
commitdiff
|
tree
2017-05-05
Philippe Proulx
Tests: add string-utils library unit tests
commit
|
commitdiff
|
tree
2017-05-05
Philippe Proulx
Add support for "full" star globbing patterns in event...
commit
|
commitdiff
|
tree
2017-05-05
Philippe Proulx
Add string-utils convenience library
commit
|
commitdiff
|
tree
2017-05-05
Philippe Proulx
doc: lttng-destroy(1): document --no-wait option
commit
|
commitdiff
|
tree
2017-05-05
Philippe Proulx
doc: lttng-stop(1): replace tabs with spaces
commit
|
commitdiff
|
tree
2017-05-05
Philippe Proulx
doc/man: add typical `$` and `#` prompts to command...
commit
|
commitdiff
|
tree
2017-05-05
Philippe Proulx
bin/lttng: remove double "help" command and sort list
commit
|
commitdiff
|
tree
2017-05-05
Philippe Proulx
lttng help: use command's --help directly
commit
|
commitdiff
|
tree
2017-05-05
Philippe Proulx
Add --enable-embedded-help option to embed --help messages...
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Expose monitor timer interval to lttngctl and client
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Tests: add placeholder symbol to allow unit tests to...
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Implement consumer ring buffer position sampling
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Add new snapshot ustctl API
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Add kernctl RING_BUFFER_SNAPSHOT_SAMPLE_POSITIONS command
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Handle trigger registration and unregistration in sessiond
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Start notification subsystem thread in sessiond initialization
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Clean-up: fix comment type in lttng-consumerd.c
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Add the sessiond notification-handling subsystem
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Clean-up: comment fix in agent_thread_manage_registration
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Add client notification API
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Add utils_get_count_order_u64 to utils
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Implement poll mask modification support in poll wrappers
commit
|
commitdiff
|
tree
2017-05-05
Jérémie Galarneau
Add the container_of() macro to macro.h
commit
|
commitdiff
|
tree
next
This page took
0.038182 seconds
and
3
git commands to generate.