Linux DTrace development list
 help / color / mirror / Atom feed
 messages from 2025-05-22 18:10:16 to 2025-07-10 21:59:35 UTC [more...]

[PATCH v5 0/6] add support for stapsdt probes
 2025-07-10 21:59 UTC  (2+ messages)
` [PATCH v5 1/6] usdt: have copy_args() count args while parsing them

[PATCH] test: Skip err.Z_no-w for now
 2025-07-10 20:12 UTC  (6+ messages)

[PATCH v4 0/7] DTrace TCP provider
 2025-07-10  4:46 UTC  (12+ messages)
` [PATCH v4 1/7] cg: move get_member() to dt_cg.c
  ` [DTrace-devel] "
` [PATCH v4 2/7] cg: bump number of TSLOTS to 6
  ` [DTrace-devel] "
` [PATCH v4 3/7] test/operators: extend ternary tests to cover inet_ntoa*()s
` [PATCH v4 4/7] providers: move network-generic definitions to net.d
` [PATCH v4 5/7] tcp: new provider
` [PATCH v4 6/7] dlibs: sync ip.d, net.d and tcp.d
` [PATCH v4 7/7] unittest/tcp: update test.x

[PATCH v3 0/7] DTrace TCP provider
 2025-07-09 14:09 UTC  (8+ messages)
` [PATCH v3 1/7] cg: move get_member() to dt_cg.c
` [PATCH v3 2/7] cg: bump number of TSLOTS to 6
` [PATCH v3 3/7] test/operators: extend ternary tests to cover inet_ntoa*()s
` [PATCH v3 4/7] providers: move network-generic definitions to net.d
` [PATCH v3 5/7] tcp: new provider
` [PATCH v3 6/7] dlibs: sync ip.d, net.d and tcp.d
` [PATCH v3 7/7] unittest/tcp: update test.x

[PATCH] test/utils: add more reliable "get remote address" approach
 2025-07-08 20:13 UTC  (21+ messages)
` [DTrace-devel] "

[PATCH v2 0/4] DTrace TCP provider
 2025-07-07 18:44 UTC  (21+ messages)
` [PATCH v2 1/4] dtrace: move get_member() to dt_cg.c
` [PATCH v2 2/4] dt_impl: bump number of TSLOTS to 8
` [PATCH v2 3/4] dtrace: add tcp provider
` [PATCH v2 4/4] dtrace: sync dlibs with tcp.d, ip.d and net.d changes

[PATCH v2] test/utils: add more reliable "get remote address" approach
 2025-07-04 17:23 UTC 

[PATCH v4 0/5] add support for stapsdt probes
 2025-07-01 19:42 UTC  (8+ messages)
` [PATCH v4 1/5] usdt: have copy_args() count args while parsing them
` [PATCH v4 2/5] support stapsdt ELF-note-defined static probes
` [PATCH v4 3/5] selftests/usdt: add test for stapsdt note-defined probe firing, args
` [PATCH v4 4/5] selftests/usdt: add test for stapsdt notes in shared library
` [PATCH v4 5/5] selftests/usdt: add test covering different forms of stapsdt note args

[PATCH v2 2/3] usdt parser: handle encoded hyphens
 2025-07-01 17:44 UTC  (2+ messages)

[PATCH 3/3] usdt parser: make sure prbmap is cleaned up in case of error
 2025-06-30 23:09 UTC  (3+ messages)

[PATCH 2/3] usdt parser: handle encoded hyphens
 2025-06-30 23:07 UTC  (3+ messages)
` [DTrace-devel] "

[PATCH v2] test: Wait for output to flush out in enable_pid
 2025-06-28 22:30 UTC 

[PATCH] Make sure all probes are listed in default case
 2025-06-28  1:19 UTC 

[RELEASE] DTrace 2.0.3
 2025-06-26 15:09 UTC 

[PATCH v2] Optimize USDT discovery a little
 2025-06-25  6:03 UTC  (5+ messages)
` [PATCH v2 3/4] Sync up the version numbers
` [PATCH v2 4/4] test: Add test for predefined preprocessor definitions
` [PATCH v2 2/2] Extend the USDT bit mask to multiple words
` [PATCH] test: Extend timeout for many-pids test

[PATCH v2 01/14] Fix stack-skip counts for caller and stackdepth
 2025-06-25  4:21 UTC  (14+ messages)
` [PATCH v2 02/14] Add stack-skip frame count for rawtp provider
` [PATCH v2 03/14] test: remove unnecessary "unstable" tag
` [PATCH v2 04/14] test: caller and stackdepth tests for fbt provider
` [PATCH v2 05/14] test: caller and stackdepth tests for dtrace provider
` [PATCH v2 06/14] test: caller and stackdepth tests for rawtp provider
` [PATCH v2 07/14] test: caller and stackdepth tests for cpc provider
` [PATCH v2 08/14] test: caller and stackdepth tests for ip provider
` [PATCH v2 09/14] test: caller and stackdepth tests for profile provider
` [PATCH v2 10/14] test: caller and stackdepth tests for sched provider
` [PATCH v2 11/14] test: caller and stackdepth tests for proc provider
` [PATCH v2 12/14] test: caller and stackdepth tests for rawfbt provider
` [PATCH v2 13/14] test: caller and stackdepth tests for io provider
` [PATCH v2 14/14] test: caller and stackdepth tests for lockstat provider

[PATCH 01/14] Fix stack-skip counts for caller and stackdepth
 2025-06-25  4:18 UTC  (41+ messages)
` [PATCH 02/14] Add stack-skip frame count for rawtp provider
` [PATCH 03/14] Test: remove unnecessary "unstable" tag
  ` [DTrace-devel] "
` [PATCH 04/14] Test: caller and stackdepth tests for fbt provider
  ` [DTrace-devel] "
` [PATCH 05/14] Test: caller and stackdepth tests for dtrace provider
` [PATCH 06/14] Test: caller and stackdepth tests for rawtp provider
` [PATCH 07/14] Test: caller and stackdepth tests for cpc provider
  ` [DTrace-devel] "
` [PATCH 08/14] Test: caller and stackdepth tests for ip provider
  ` [DTrace-devel] "
` [PATCH 09/14] Test: caller and stackdepth tests for profile provider
  ` [DTrace-devel] "
` [PATCH 10/14] Test: caller and stackdepth tests for sched provider
` [PATCH 11/14] Test: caller and stackdepth tests for proc provider
` [PATCH 12/14] Test: caller and stackdepth tests for rawfbt provider
  ` [DTrace-devel] "
` [PATCH 13/14] Test: caller and stackdepth tests for io provider
  ` [DTrace-devel] "
` [PATCH 14/14] Test: caller and stackdepth tests for lockstat provider

[PATCH 1/3] usdt parser: remove left-over debug statement
 2025-06-24 21:40 UTC 

[PATCH 3/3] dlibs: report missing CTF and BTF data for vmlinux
 2025-06-24 14:49 UTC  (3+ messages)
` [DTrace-devel] "

[PATCH 2/3] btf: do not try to generate CTF data if there is no BTF data
 2025-06-24 14:16 UTC  (2+ messages)

[PATCH 1/3] options: add -xbtfpath option
 2025-06-24 14:14 UTC  (2+ messages)

[PATCH] test: Suppress some white space
 2025-06-23 20:33 UTC  (3+ messages)

[PATCH] Revert "dt_pid: pid grabs should be shortlived"
 2025-06-19 12:51 UTC  (5+ messages)
  ` [DTrace-devel] "

[PATCH] libproc: make Psystem_daemon() detect modern systemd properly
 2025-06-19 12:00 UTC  (3+ messages)

[PATCH] usdt parser: fix memory leak in provider and probe htabs
 2025-06-19 11:58 UTC  (2+ messages)

[PATCH] test: Make the USDT "only enabled" test more stringent
 2025-06-13 14:19 UTC  (2+ messages)

[PATCH] test: Wait for output to flush out in enable_pid
 2025-06-13 14:15 UTC  (2+ messages)

[PATCH] No uprobes on ARM autiasp instructions
 2025-06-10 21:10 UTC 

[PATCH v2 0/4] ELF note-based USDT support
 2025-06-08  3:08 UTC  (5+ messages)
    ` [DTrace-devel] "

[PATCH 15/17] link: implement USDT probe definitions in ELF notes
 2025-06-07 23:45 UTC  (3+ messages)
` [DTrace-devel] "

[PATCH 14/17] usdt: implement tracing USDT probes specified in ELF notes
 2025-06-07 23:45 UTC  (3+ messages)

[PATCH 13/17] dtprobed, usdt parser: add support for ELF notes-based USDT
 2025-06-07 23:44 UTC  (3+ messages)

[PATCH v2 14/17] usdt: implement tracing USDT probes specified in ELF notes
 2025-06-07 14:55 UTC 

[PATCH 17/17] test: Adapt USDT PC search for USDT LTO changes
 2025-06-07  6:15 UTC 

[PATCH 16/17] test: fix test for non-installed testing
 2025-06-07  6:15 UTC 

[PATCH 12/17] usdt: add HASUSDT to the helper ioctl interface
 2025-06-07  6:15 UTC 

[PATCH 10/17] htab: move str2hval() to dt_htab
 2025-06-07  6:15 UTC 

[PATCH 11/17] dtprobed: make sure that retry one time means exactly that
 2025-06-07  6:15 UTC 

[PATCH 09/17] htab: move htab handling to libcommon
 2025-06-07  6:15 UTC 

[PATCH 06/17] dof_parser: restructure the dof_copyin*() code
 2025-06-07  6:14 UTC 

[PATCH 07/17] dof_parser: generic parser framework to support multiple parsers
 2025-06-07  6:15 UTC 

[PATCH 08/17] dtprobed: fix probe name debug output
 2025-06-07  6:15 UTC 

[PATCH 05/17] dof_parser: remove pointless comment
 2025-06-07  6:14 UTC 

[PATCH 04/17] Only include dt_git_version.h where needed
 2025-06-07  6:14 UTC 

[PATCH 01/17] test: allow overriding CC, OBJCOPY, OBJDUMP, NM, 
 2025-06-07  6:14 UTC 

[PATCH 02/17] provider: fix registering fbt and rawfbt twice
 2025-06-07  6:14 UTC 

[PATCH 03/17] providers: loop through all providers for discovery
 2025-06-07  6:14 UTC 

[PATCH] test: Adapt USDT PC search for USDT LTO changes
 2025-06-07  5:52 UTC  (2+ messages)

[RFC PATCH 0/2] DTrace TCP provider
 2025-06-05 21:33 UTC  (3+ messages)
` [RFC 1/2] dtrace: add tcp provider
` [RFC 2/2] dtrace: sync dlibs with tcp.d, ip.d and net.d changes

[PATCH v2 1/2] Omit an aggregation record if [u][sym|mod] translation fails
 2025-06-03 21:08 UTC 

[PATCH 1/2] Omit an aggregation record if [u][sym|mod] translation fails
 2025-05-27  5:43 UTC  (2+ messages)
` [PATCH 2/2] Snapshot aggregations just in time


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