Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
[lttng-dev] [PATCH lttng-tools 00/10] Fix: tracefile rotation rm-after-destroy race
 2016-05-19  4:45 UTC  (15+ messages)
` [lttng-dev] [PATCH lttng-tools 06/10] Fix: error.h: add missing parenthesis around macro parameter
` [lttng-dev] [PATCH lttng-tools 07/10] Fix: WARN() should print as WARN level, not ERR
` [lttng-dev] [PATCH lttng-tools 08/10] Add environment variable to allow abort on error
` [lttng-dev] [PATCH lttng-tools 09/10] test: kernel tracing destroy flush behavior with tracefile rotation
` [lttng-dev] [PATCH lttng-tools 10/10] test: UST "
  ` [lttng-dev] [PATCH lttng-tools 01/10] Fix: bad file descriptors on close after rotation error
  ` [lttng-dev] [PATCH lttng-tools 02/10] Fix: UST should not generate packet at destroy after stop
  ` [lttng-dev] [PATCH lttng-tools 03/10] Fix: kernel tracing: flush "
  ` [lttng-dev] [PATCH lttng-tools 04/10] Fix: ust-consumer: flush empty packets on snapshot channel
  ` [lttng-dev] [PATCH lttng-tools 05/10] Fix: bogus mask on error.h PRINT types

[lttng-dev] [PATCH lttng-tools] Fix: merge tap tests stdout and stderr
 2016-05-18 21:55 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-tools] Fix: Double free in utils_partial_realpath error path
 2016-05-18 20:08 UTC 

[lttng-dev] [PATCH lttng-tools] Fix: remove logically dead code in send_channel_uid_to_ust
 2016-05-18 20:07 UTC 

[lttng-dev] [PATCH lttng-tools] Fix: unchecked return value in low throughput test
 2016-05-18 20:07 UTC 

[lttng-dev] [PATCH lttng-tools] Fix: unchecked return value
 2016-05-18 20:00 UTC  (5+ messages)

[lttng-dev] [PATCH lttng-ust] Fix: merge tap tests stdout and stderr
 2016-05-18 19:26 UTC  (2+ messages)

[lttng-dev] [PATCH babeltrace] Fix: merge tap tests stdout and stderr
 2016-05-18 19:26 UTC 

[lttng-dev] [PATCH lttng-tools] Fix: unchecked return value in relayd live.c
 2016-05-18 19:24 UTC 

[lttng-dev] [PATCH lttng-tools] Fix: unchecked return value in trace_clock_read64_monotonic
 2016-05-18 19:23 UTC 

[lttng-dev] [PATCH lttng-tools] Fix: initialize the cur_event variable before using it
 2016-05-18 19:22 UTC 

[lttng-dev] [PATCH lttng-tools] Fix: Dereference after NULL check in consumer
 2016-05-18 19:22 UTC 

[lttng-dev] [PATCH lttng-tools] Fix: pointer dereference after NULL check in test_create_ust_event_exclusion
 2016-05-18 19:22 UTC 

[lttng-dev] [PATCH lttng-tools] Fix: NULL pointer dereference in relay_index_get_by_id_or_create
 2016-05-18 19:19 UTC 

[lttng-dev] question about rcu_bp_exit()
 2016-05-18 18:40 UTC 

[lttng-dev] [PATCH lttng-tools] Fix: Deference after null check in sessiond set_option
 2016-05-18 18:27 UTC 

[lttng-dev] [PATCH lttng-tools] Fix: Wrong sizeof argument in pid tracker
 2016-05-18 18:24 UTC 

[lttng-dev] [PATCH lttng-tools] Fix: tests: incorrect uri index
 2016-05-18 18:24 UTC 

[lttng-dev] [PATCH lttng-tools] Fix: Integer overflowed argument
 2016-05-18 18:24 UTC 

[lttng-dev] [PATCH lttng-modules v7 0/5] Extract payload from polling syscalls
 2016-04-30 15:09 UTC  (6+ messages)
` [lttng-dev] [PATCH lttng-modules v7 1/5] Add ctf_integer_bitfield_type
` [lttng-dev] [PATCH lttng-modules v7 2/5] Extract the FD sets in select and pselect6
` [lttng-dev] [PATCH lttng-modules v7 3/5] Extract the FDs and flags from poll and ppoll
` [lttng-dev] [PATCH lttng-modules v7 4/5] Extract the payload for epoll_ctl
` [lttng-dev] [PATCH lttng-modules v7 5/5] Extract the payload of epoll_wait/epoll_pwait

[lttng-dev] [PATCH lttng-modules v6 0/5] Extract payload from polling syscalls
 2016-04-30 14:54 UTC  (11+ messages)
` [lttng-dev] [PATCH lttng-modules v6 1/5] Add ctf_integer_bitfield_type
` [lttng-dev] [PATCH lttng-modules v6 2/5] Extract the FD sets in select and pselect6
` [lttng-dev] [PATCH lttng-modules v6 3/5] Extract the FDs and flags from poll and ppoll
` [lttng-dev] [PATCH lttng-modules v6 4/5] Extract the payload for epoll_ctl
` [lttng-dev] [PATCH lttng-modules v6 5/5] Extract the payload of epoll_wait/epoll_pwait

[lttng-dev] RCU Question
 2016-04-29 19:10 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-modules v5 0/5] Extract payload from polling syscalls
 2016-04-29 18:45 UTC  (12+ messages)
` [lttng-dev] [PATCH lttng-modules v5 1/5] Add ctf_integer_bitfield_type
` [lttng-dev] [PATCH lttng-modules v5 2/5] Extract the FD sets in select and pselect6
` [lttng-dev] [PATCH lttng-modules v5 3/5] Extract the FDs and flags from poll and ppoll
` [lttng-dev] [PATCH lttng-modules v5 4/5] Extract the payload for epoll_ctl
` [lttng-dev] [PATCH lttng-modules v5 5/5] Extract the payload of epoll_wait/epoll_pwait

[lttng-dev] [PATCH 1/3] tests/lib/Makefile.am: Remove test_seek_empty_packet and test_seek_big_trace from SCRIPT_LIST
 2016-04-28 18:36 UTC  (9+ messages)
` [lttng-dev] [PATCH 2/3] tests/lib/Makefile.am: use DISTCLEANFILES instead of CLEANFILES
` [lttng-dev] [PATCH 3/3] tests/lib: Make test_dwarf and test_bin_info tests work out-of-tree

[lttng-dev] Question about lock in synchronize_rcu implementation of URCU
 2016-04-28 16:08 UTC  (11+ messages)

[lttng-dev] [PATCH lttng-tools stable-2.6] Fix: free ust channel object after grace period in consumer
 2016-04-27 20:28 UTC 

[lttng-dev] lttng-modules 2.6.x: important fix for kernel compatibility check
 2016-04-27 19:56 UTC 

[lttng-dev] [RELEASE] Userspace RCU 0.9.2
 2016-04-26 21:20 UTC 

[lttng-dev] [RELEASE] Userspace RCU 0.8.9
 2016-04-26 21:15 UTC 

[lttng-dev] [RELEASE] Userspace RCU 0.7.17
 2016-04-26 21:09 UTC 

[lttng-dev] [RELEASE] LTTng-UST 2.6.6 (Linux user-space tracer)
 2016-04-26 21:01 UTC 

[lttng-dev] [RELEASE] LTTng modules 2.6.5 (Linux kernel tracer)
 2016-04-26 20:57 UTC 

[lttng-dev] [RELEASE] LTTng-UST 2.7.3 (Linux user-space tracer)
 2016-04-26 20:50 UTC 

[lttng-dev] [RELEASE] LTTng modules 2.7.3 (Linux kernel tracer)
 2016-04-26 20:44 UTC 

[lttng-dev] [RELEASE] LTTng-UST 2.8.0-rc2 (Linux user-space tracer)
 2016-04-26 20:34 UTC 

[lttng-dev] [PATCH lttng-ust] Doc: Update README
 2016-04-26 20:22 UTC  (5+ messages)

[lttng-dev] [RELEASE] LTTng modules 2.8.0-rc2 (Linux kernel tracer)
 2016-04-26 20:10 UTC 

[lttng-dev] [PATCH lttng-ust] Add missing line continuation and fix indentation
 2016-04-25 19:52 UTC  (2+ messages)

[lttng-dev] lttng index file not closed when rotating
 2016-04-25 14:02 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-modules v2] Fix: writeback probe on RHEL >= 3.10.0-327.10.1
 2016-04-21 21:42 UTC  (2+ messages)

[lttng-dev] [RFC PATCH 0/2] Identify UST threads by changing thread names
 2016-04-21 20:50 UTC  (3+ messages)
` [lttng-dev] [RFC PATCH 1/2] Add -ust to the name of UST threads of the application
` [lttng-dev] [RFC PATCH 2/2] "

[lttng-dev] [PATCH lttng-modules] Fix: writeback probe on RHEL >= 3.10.0-327.10.1
 2016-04-21 20:04 UTC 

[lttng-dev] lttng-tools package version out of sync in debian testing/sid
 2016-04-21 16:28 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-modules] Fix: RHEL kernel 3.10.0-327.13.1 compat
 2016-04-20 22:24 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-ust] Doc: update manpages for soinfo/sopath name change
 2016-04-20 21:10 UTC  (2+ messages)

[lttng-dev] [PATCH babeltrace] Fix: lttng-live flush when output to file
 2016-04-20 21:03 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-tools] Fix: update tests following renaming of UST statedump event
 2016-04-20 20:12 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-tools] Typo: catched -> caught
 2016-04-20 20:11 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-tools] Test: kill sessiond, relayd and background children on SIGTERM/SIGINT
 2016-04-20 19:59 UTC 

[lttng-dev] [PATCH lttng-ust] Rename statedump and dl events and fields
 2016-04-20 18:35 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-tools 0/4] Allow discard buffers in snapshot sessions
 2016-04-20 15:20 UTC  (5+ messages)
` [lttng-dev] [PATCH lttng-tools 1/4] Fix: validate number of subbuffers after tweaking properties
` [lttng-dev] [PATCH lttng-tools 2/4] Allow channel mode override in snapshot sessions
` [lttng-dev] [PATCH lttng-tools 3/4] tests: test kernel snapshot with discard buffers
` [lttng-dev] [PATCH lttng-tools 4/4] tests: test ust "

[lttng-dev] [RELEASE] LTTng-Tools 2.7.2 - Herbe à Détourne
 2016-04-19 18:48 UTC 

[lttng-dev] [RELEASE] LTTng-Tools 2.6.2 - Gaïa
 2016-04-19 18:48 UTC 

[lttng-dev] [PATCH] Fix: lttng-live use g_free rather than free
 2016-04-19 15:01 UTC 

[lttng-dev] Sessions are disconnected when disk is full on remote host
 2015-09-29  8:06 UTC  (3+ messages)

[lttng-dev] Instrumenting a Shared Object
 2015-09-28 23:37 UTC 

[lttng-dev] Support for new arch 'ppc64le'
 2015-09-28 15:16 UTC  (2+ messages)

[lttng-dev] Difficulty in viewing kerne traces
 2015-09-25 19:55 UTC  (2+ messages)

[lttng-dev] [RELEASE] LTTng modules 2.7.0 (Linux kernel tracer)
 2015-09-25 17:12 UTC  (2+ messages)

[lttng-dev] [RELEASE] LTTng-Tools 2.7.0 - Herbe à Détourne
 2015-09-25  5:11 UTC 

[lttng-dev] [RELEASE] LTTng-Tools 2.6.1 - Gaïa
 2015-09-25  5:11 UTC 

[lttng-dev] [RELEASE] LTTng-Tools 2.5.5 - Fumisterie
 2015-09-25  5:10 UTC 

[lttng-dev] [RELEASE] LTTng-UST 2.7.0 (Linux user-space tracer)
 2015-09-24 21:39 UTC 

[lttng-dev] [EOL] LTTng stable-2.5 reaches end of life
 2015-09-24 20:47 UTC 

[lttng-dev] [RELEASE] LTTng-UST 2.6.4
 2015-09-24 20:40 UTC 

[lttng-dev] [RELEASE] LTTng modules 2.6.4
 2015-09-24 20:36 UTC 

[lttng-dev] [RELEASE] LTTng-UST 2.5.7
 2015-09-24 20:28 UTC 

[lttng-dev] [PATCH lttng-tools 2.6 1/2] Fix: tests: stderr not correctly redirected
 2015-09-24 18:45 UTC  (4+ messages)
` [lttng-dev] [PATCH lttng-tools v2.6 2/2] Fix: regression tests

[lttng-dev] [PATCH lttng-tools v2] Fix: tests: support systems where PAGE_SIZE is not 4096
 2015-09-23 17:42 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-tools] test: jul/log4j: use -a instead of '*' to disable all events
 2015-09-23 17:15 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-tools] Fix: tests: support systems where PAGE_SIZE is not 4096
 2015-09-22 20:55 UTC  (2+ messages)

[lttng-dev] [RFC PATCH urcu] lfstack: relax constraints on node re-use
 2015-09-22 18:49 UTC 

[lttng-dev] [PATCH babeltrace] Fix: add compat for glib < 2.32
 2015-09-22 18:46 UTC 

[lttng-dev] Shared memory support?
 2015-09-22 17:54 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-tools 1/3] Fix: disable kernel event based on name and event type
 2015-09-22 17:47 UTC  (10+ messages)
  ` [lttng-dev] [PATCH lttng-tools 1/4 v2] "
    ` [lttng-dev] [PATCH lttng-tools 2/4 v2] Use empty event name on disable -a for ust and agent domain
    ` [lttng-dev] [PATCH lttng-tools 3/4 v2] man: update disable-event section
    ` [lttng-dev] [PATCH lttng-tools 4/4 v2] Help: add -j -l -p option to help string

[lttng-dev] [PATCH babeltrace] Fix: glib >= 2.32 required for g_hash_table_contains() in lib/values.c
 2015-09-21 21:43 UTC  (4+ messages)

[lttng-dev] [PATCH lttng-tools] Fix: Possible dereference of null pointers
 2015-09-21 21:16 UTC  (2+ messages)

[lttng-dev] [Babeltrace] [GIT PULL][master] packet_seq_num and stream intersection
 2015-09-21 20:46 UTC 

[lttng-dev] [PATCH lttng-tools] Fix: int printed as uint
 2015-09-21 20:15 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-ust] Unnecessary bit shit
 2015-09-21 18:44 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-ust] Clean-up: remove extraneous "found" parameters in ust-elf
 2015-09-21 18:28 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-tools] Fix: tests: skip UST perf tests if not root
 2015-09-21 16:19 UTC 

[lttng-dev] [PATCH lttng-tools] Fix: add subdir-objects to Makefile.am
 2015-09-21 16:19 UTC 

[lttng-dev] Lttng-ust +Openwrt compiling error
 2015-09-21 13:58 UTC 

[lttng-dev] Runtime declare tracepoint events
 2015-08-01  2:39 UTC 

[lttng-dev] [PATCH lttng-ust] Rename Java Agent event names to "event"
 2015-07-31  2:06 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-ust] Rename Python agent tracepoint to "event"
 2015-07-30 22:21 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox