Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
[ltt-dev] [PATCH 00/10 round10] rculfhash memory managements
 2011-11-16  6:48 UTC  (6+ messages)
` [ltt-dev] [PATCH 01/10 round10] introduce bucket_at() and improve readability
` [ltt-dev] [PATCH 02/10 round10] proper wrapper for bucket table alloc and free
` [ltt-dev] [PATCH 03/10 round10] ht->t.size is no required larger than ht->min_table_size now
` [ltt-dev] [PATCH 04/10 round10] remove struct rcu_level
` [ltt-dev] [PATCH 05/10 round10] add max_size arguemnt

[ltt-dev] [PATCH] lfhash: constify arguments to compare and hash function
 2011-11-16  4:24 UTC 

[ltt-dev] Babeltrace library with Qemu ?
 2011-11-16  3:10 UTC  (2+ messages)

[ltt-dev] [PATCH][LTTng-UST][RFC][Behind a proxy so I can't send using git send-email]Hello world example
 2011-11-15 20:55 UTC  (3+ messages)

[ltt-dev] Use of LTTng over a kernel with RT patch from Ingo Molnar
 2011-11-15 19:21 UTC  (4+ messages)

[ltt-dev] [PATCH 0/9] change lfht test
 2011-11-15 11:35 UTC  (20+ messages)
` [ltt-dev] [PATCH 1/9] Fix arguments order
` [ltt-dev] [PATCH 2/9] keep the last position for failed lookup
` [ltt-dev] [PATCH 3/9] add cds_lfht_add_at()
` [ltt-dev] [PATCH 4/9] new random generator
` [ltt-dev] [PATCH 5/9] use random value for hash value directly
` [ltt-dev] [PATCH 6/9] test hash value Confilict with buckets
` [ltt-dev] [PATCH 7/9] add identical-hash-value-chain test
` [ltt-dev] [PATCH 8/9] add duplicated node test
` [ltt-dev] [PATCH 9/9] change strategy for AR_RANDOM

[ltt-dev] usttrace does not support arguments with spaces
 2011-11-15 11:05 UTC  (2+ messages)

[ltt-dev] LTTng-UST tracepoint API updates
 2011-11-15  1:04 UTC  (6+ messages)

[ltt-dev] Flight-recording mode
 2011-11-10  8:06 UTC  (6+ messages)

[ltt-dev] LTTng-UST 2.0 tracepoint API change: add "provider" field
 2011-11-08 15:59 UTC 

[ltt-dev] [RFC] UST Tracepoint API Changes
 2011-11-07 21:53 UTC  (5+ messages)

[ltt-dev] [PATCH] Fix problem with including libringbuffer/smp.h in make-dist
 2011-11-07 19:44 UTC  (5+ messages)

[ltt-dev] [PATCH 0/7] rculfhash: More proper APIs and struct cds_lfht_node
 2011-11-05 14:07 UTC  (26+ messages)
` [ltt-dev] [PATCH 1/7] rculfhash, test: wrap "
` [ltt-dev] [PATCH 2/7] rculfhash: Move "struct rcu_head head" out of "struct cds_lfht_node"
` [ltt-dev] [PATCH 3/7] rculfhash: make cds_lfht_lookup() more generic
` [ltt-dev] [PATCH 4/7] rculfhash: Comparision API use node pointer instead of key
` [ltt-dev] [PATCH 5/7] rculfhash: Pass hash value to cds_lfht_add* APIs
` [ltt-dev] [PATCH 6/7] rculfhash: Move key out of struct lfht_test_node
` [ltt-dev] [PATCH 7/7] rculfhash: cleanup struct _cds_lfht_node
  ` [ltt-dev] [PATCH 1/2] rculfhash: rename dummy to bucket
    ` [ltt-dev] [PATCH 2/2] rculfhash: simplify BUCKET_FLAG tracking

[ltt-dev] Babeltrace API plan
 2011-11-04 19:45 UTC 

[ltt-dev] [LTTng-UST PATCH] Add check for libuuid to configure.ac
 2011-11-04  9:45 UTC  (2+ messages)

[ltt-dev] [RELEASE] Userspace RCU 0.6.6
 2011-11-03 16:54 UTC 

[ltt-dev] [PATCH] ltt-sessiond: use short options for modprobe in order to support Busybox
 2011-11-03 14:49 UTC  (4+ messages)

[ltt-dev] [PATCH] Makefile: do not run depmod manually
 2011-11-03 12:04 UTC  (2+ messages)

[ltt-dev] [PATCH] configure.ac: add check for popt library
 2011-11-03 12:02 UTC  (2+ messages)

[ltt-dev] LTTV streaming support
 2011-11-02 18:33 UTC 

[ltt-dev] [PATCH 1/6] rculfhash: Fix ht allocation bug
 2011-11-02 15:27 UTC  (12+ messages)
  ` [ltt-dev] [PATCH 5/6] rculfhash: Fix min_alloc_size bug
  ` [ltt-dev] [PATCH 6/6] rculfhash: add min_alloc_size test parameter
  ` [ltt-dev] [PATCH 3/6] rculfhash: merge duplicated code of cds_lfht_resize_lazy_*()
  ` [ltt-dev] [PATCH 4/6] rculfhash: Change lazy shrink strategy
  ` [ltt-dev] [PATCH 2/6] rculfhash: Fix ht lazy grow logic

[ltt-dev] UST double-buffering won't always trigger consumer daemon
 2011-11-02  8:19 UTC  (4+ messages)

[ltt-dev] liburcu: likely and unlikely macro collision
 2011-11-01 23:55 UTC  (3+ messages)

[ltt-dev] Review of rculfhash
 2011-11-01 19:39 UTC  (2+ messages)

[ltt-dev] [RELEASE] LTTng 2.0 prerelease bundle 20110930
 2011-09-30 16:08 UTC 

[ltt-dev] Out of office from Oct. 1st to Oct. 16th
 2011-09-30 15:13 UTC 

[ltt-dev] [BABELTRACE PATCH] Add mmap trace reading
 2011-09-30  0:46 UTC  (2+ messages)

[ltt-dev] [BABELTRACE PATCH] Pass stream pointer with callback caller data
 2011-09-30  0:39 UTC  (2+ messages)

[ltt-dev] [RELEASE] Userspace RCU 0.6.5
 2011-09-29 22:22 UTC 

[ltt-dev] [PATCH 0/7] urcu,call_rcu: minior fixes, round2
 2011-09-29 21:13 UTC  (25+ messages)
` [ltt-dev] [PATCH 1/7] urcu, call_rcu: protects call_rcu_data_list when remove node
` [ltt-dev] [PATCH 2/7] urcu, defer_rcu: fix missing respond to a cancellation request
` [ltt-dev] [PATCH 3/7] urcu, defer_rcu: Avoid thread exit unexpected
` [ltt-dev] [PATCH 4/7] urcu, defer_rcu: Simplify defer_rcu() encoding
` [ltt-dev] [PATCH 5/7] urcu, call_rcu: avoid create call_rcu_data for child when unneed
` [ltt-dev] [PATCH 6/7] urcu, call_rcu: Cleanup call_rcu_data pointers before used in child
` [ltt-dev] [PATCH 7/7] urcu, call_rcu: Array initialized before pointer is planted

[ltt-dev] [PATCH v2] Add powerpc64 host_cpu to configure.ac
 2011-09-29 20:14 UTC  (2+ messages)

[ltt-dev] [PATCH] Add powerpc64 host_cpu to configure.ac
 2011-09-29 19:42 UTC  (3+ messages)

[ltt-dev] Support for detailed system calls added to LTTng 2.0
 2011-09-28  3:26 UTC 

[ltt-dev] [LTTNG-MODULES PATCH] copy_from_user and memset
 2011-09-27 11:46 UTC  (3+ messages)

[ltt-dev] [BABELTRACE PATCH] Extract int and char arrays from fields
 2011-09-27  1:04 UTC  (3+ messages)

[ltt-dev] [BABELTRACE PATCH] Add parameters to callbacks
 2011-09-27  0:55 UTC  (2+ messages)

[ltt-dev] Getting writeTraceNetwork to work
 2011-09-23 19:58 UTC  (3+ messages)

[ltt-dev] [URCU PATCH] cmm: provide lightweight rmb/wmb on PPC
 2011-09-22 15:26 UTC  (12+ messages)
      ` [ltt-dev] [PATCH v2] cmm: provide lightweight smp_rmb/smp_wmb "

[ltt-dev] no metadata tracefile
 2011-09-22 15:12 UTC  (12+ messages)

[ltt-dev] Support for MIPS architecture in UST
 2011-09-22 11:12 UTC  (3+ messages)

[ltt-dev] [URCU PATCH] atomic: provide seq_cst semantics on powerpc
 2011-09-22  9:13 UTC  (6+ messages)

[ltt-dev] (forw) [avik.sil@linaro.org: LTTng 2.0 pre-release for ARM]
 2011-09-22  9:03 UTC 

[ltt-dev] LTTng 2.0 on ARM
 2011-09-22  6:04 UTC  (5+ messages)

[ltt-dev] [Qemu-devel] [PATCH 2/3] trace: [ust] Do not use 'm' in event argument names (used by ust macros)
 2011-09-21  8:28 UTC  (6+ 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