Linux DTrace development list
 help / color / mirror / Atom feed
 messages from 2024-10-29 15:37:04 to 2024-12-06 10:36:04 UTC [more...]

[PATCH] rawfbt: new provider
 2024-12-06 10:35 UTC  (3+ messages)

[PATCH v2 2/4] fbt: clean up fprobe/kprobe support
 2024-12-05 23:31 UTC  (2+ messages)

[PATCH 2/4] fbt: clean up fprobe/kprobe support
 2024-12-05 23:09 UTC  (5+ messages)
` [DTrace-devel] "

[PATCH 1/4] tp: clean up the API
 2024-12-05 21:01 UTC  (2+ messages)

[PATCH 3/4] rawfbt: new provider
 2024-12-05 19:32 UTC  (2+ messages)
` [DTrace-devel] "

[PATCH] test: Allow duplicate usym/umod/uaddr if for different pids
 2024-12-05 19:13 UTC 

[PATCH 4/4 REVIEWED] sched: fix on-cpu firing for kernels < 5.16
 2024-12-05 18:54 UTC 

[PATCH 3/4] rawfbt: new provider
 2024-12-05 18:53 UTC 

[PATCH 2/4] fbt: clean up fprobe/kprobe support
 2024-12-05 18:53 UTC 

[PATCH 1/4] tp: clean up the API
 2024-12-05 18:53 UTC 

[PATCH 0/5] fix test/unittest/usdt/tst.multitrace.sh
 2024-12-05 13:43 UTC  (11+ messages)
` [PATCH 1/5] Revert "Tweak self-armouring"
` [PATCH 2/5] proc: more self-grab improvements
      ` [DTrace-devel] "
` [PATCH 3/5] libproc: debugging improvements
` [PATCH 4/5] libproc: guard against Puntrace() of terminated processes
  ` [DTrace-devel] "
` [PATCH 5/5] libproc: drop Pgrab() special cases in Ptrace()

[PATCH] test: Clean up tst.errno2.d
 2024-12-04  6:51 UTC 

[PATCH] test: Retry umount if necessary
 2024-12-04  0:08 UTC  (4+ messages)
` [DTrace-devel] "

[PATCH 1/4] Tweak self-armouring
 2024-12-03 11:46 UTC  (8+ messages)
` [PATCH 4/4] test: Do not depend on ext4
  ` [DTrace-devel] [PATCH 1/4] Tweak self-armouring

[PATCH] Improve dt_pid_create_usdt_probes() error handling
 2024-12-02  4:27 UTC 

[PATCH v3 dtrace 0/4] kprobe support for .isra.0, sched fix
 2024-11-28  9:58 UTC  (7+ messages)
` [PATCH v3 dtrace 1/4] dt_provider_tp: add optional event data, freed on tp free
  ` [DTrace-devel] "
` [PATCH v3 dtrace 2/4] fbt: support "."-suffixed functions for kprobes

[PATCH] bpf: improve BPF feature check
 2024-11-26 19:57 UTC 

[PATCH] Fix memory leaks
 2024-11-21 18:17 UTC  (3+ messages)
  ` [DTrace-devel] "

[PATCH v2] test: stack_fbt
 2024-11-20 20:53 UTC  (6+ messages)
` [DTrace-devel] "

[PATCH] Preface usym/umod/uaddr with pid
 2024-11-19 23:51 UTC 

[PATCH] test: Number refers to nonexistent line
 2024-11-19 19:33 UTC  (2+ messages)

[PATCH] test: Change open() to openat() in specopen
 2024-11-19 19:30 UTC  (2+ messages)

[PATCH v2 1/4] dtprobed: handle multiple providers in a single piece of DOF
 2024-11-15 22:55 UTC  (13+ messages)
` [PATCH v2 2/4] runtest: detect coredumps in more cases
  ` [DTrace-devel] "
` [PATCH v2 3/4] probe: do not try to reify probes from uncooked providers
` [PATCH v2 4/4] probe: make it possible to destroy probes in more cases

[PATCH] dtprobed: handle multiple providers in a single piece of DOF
 2024-11-15 20:55 UTC  (6+ messages)

[PATCH v3] Allow arbitrary tracefs mount points
 2024-11-15 20:42 UTC  (2+ messages)

[PATCH v2] Allow arbitrary tracefs mount points
 2024-11-11 23:44 UTC  (2+ messages)

[PATCH] tests: repair accidentally deleted tst.pidprobes.sh
 2024-11-11 21:50 UTC  (2+ messages)

[PATCH 1/3] spec: add dtrace.pc to filelist
 2024-11-11 18:32 UTC  (4+ messages)

[PATCH] dtprobed: don't chown systemd service files to root during install
 2024-11-11 15:59 UTC  (2+ messages)

[PATCH 3/3] dtprobed: fix install of dtprobed.service
 2024-11-11 15:58 UTC  (2+ messages)

[PATCH] Allow arbitrary tracefs mount points
 2024-11-11 12:46 UTC  (5+ messages)
` [DTrace-devel] "

[PATCH] spec: add missing files
 2024-11-11 11:28 UTC 

[PATCH 2/3] spec: add dtprobed.8 to filelist
 2024-11-11  4:10 UTC 

[PATCH v7 0/6] usdt typed args, translators and arg mapping
 2024-11-08 20:21 UTC  (12+ messages)
` [PATCH v7 1/6] usdt: get arg types and xlations into DTrace from the DOF
` [PATCH v7 2/6] dtprobed: stop skipping zero-tracepoint probes in dof_stash.c
` [PATCH v7 3/6] cg: add argument mapping in the trampoline
` [PATCH v7 4/6] usdt: typed args and arg mapping
` [PATCH v7 5/6] usdt: new tests for USDT arg sanity with overlapping pid probes
      ` [PATCH v8 "
` [PATCH v7 6/6] usdt: fix create_underlying error path

[PATCH] Optimize USDT discovery a little
 2024-11-07 22:27 UTC 

[PATCH v5 0/6] usdt typed args, translators and arg mapping
 2024-11-06 22:18 UTC  (15+ messages)
` [PATCH v5 1/6] usdt: get arg types and xlations into DTrace from the DOF
    ` [DTrace-devel] "
` [PATCH v5 2/6] dtprobed: stop skipping zero-tracepoint probes in dof_stash.c
` [PATCH v5 3/6] cg: add argument mapping in the trampoline
` [PATCH v5 4/6] usdt: typed args and arg mapping
` [PATCH v5 5/6] usdt: new tests for USDT arg sanity with overlapping pid probes
` [PATCH v5 6/6] usdt: fix create_underlying error path

[PATCH v3 1/1] test: testsuite $dt_flags and linker flags problems
 2024-11-05 21:00 UTC 

[PATCH v6 0/6] usdt typed args, translators and arg mapping
 2024-11-05 20:59 UTC  (7+ messages)
` [PATCH v6 1/6] usdt: get arg types and xlations into DTrace from the DOF
` [PATCH v6 2/6] dtprobed: stop skipping zero-tracepoint probes in dof_stash.c
` [PATCH v6 3/6] cg: add argument mapping in the trampoline
` [PATCH v6 4/6] usdt: typed args and arg mapping
` [PATCH v6 5/6] usdt: new tests for USDT arg sanity with overlapping pid probes
` [PATCH v6 6/6] usdt: fix create_underlying error path

[PATCH v2 1/1] test: testsuite $dt_flags and linker flags problems
 2024-11-05 19:38 UTC  (2+ messages)

[PATCH] build: mkdir man directories before installing to them
 2024-11-05 19:32 UTC  (2+ messages)

[PATCH] test: Remove duplicated check
 2024-11-05 19:29 UTC  (2+ messages)

[PATCH v4 0/5] usdt typed args, translators and arg remapping
 2024-11-04 16:41 UTC  (13+ messages)
` [PATCH v4 1/5] usdt: get arg types and xlations into DTrace from the DOF
  ` [DTrace-devel] "
` [PATCH v4 2/5] dtprobed: stop skipping zero-tracepoint probes in dof_stash.c
` [PATCH v4 3/5] cg: add argument mapping in the trampoline
  ` [DTrace-devel] "
` [PATCH v4 4/5] usdt: typed args and arg mapping
` [PATCH v4 5/5] usdt: fix create_underlying error path

[PATCH] test: testsuite $dt_flags and linker flags problems
 2024-11-02  3:18 UTC  (2+ messages)
` [DTrace-devel] "

[PATCH] utils: add args output to showUSDT.c
 2024-11-01 15:27 UTC  (2+ messages)
` [DTrace-devel] "

[PATCH v2] test: Disown child pid for cleaner stderr
 2024-11-01 13:42 UTC  (3+ messages)

[PATCH] test: stack_fbt
 2024-10-31 22:52 UTC 

[PATCH v3 0/6] usdt typed args, translators and arg remapping
 2024-10-31 18:56 UTC  (8+ messages)
` [PATCH REVIEWED v3 1/6] error: add missing EDT_PRINT entry
` [PATCH v3 2/6] usdt: get arg types and xlations into DTrace from the DOF
` [PATCH REVIEWED v3 3/6] dtprobed: stop skipping zero-tracepoint probes in dof_stash.c
` [PATCH v3 4/6] cg: add argument mapping in the trampoline
` [PATCH v3 5/6] usdt: typed args and arg mapping
` [PATCH REVIEWED v3 6/6] usdt: fix create_underlying error path

[PATCH v2 26/38] test: Clean up zero-size speculation + chill()
 2024-10-31  5:34 UTC  (2+ messages)
` [DTrace-devel] "

[PATCH v3 00/14] gentoo, manpage, and assorted other small fixes
 2024-10-30 16:36 UTC  (18+ messages)
` [PATCH v3 01/14] No longer depend on libsystemd
` [PATCH REVIEWED v3 02/14] pkgconfig: drop spaces in variable decls
` [PATCH v3 03/14] configure, build: make valgrind optional
` [PATCH REVIEWED v3 04/14] build: substitute LIBDIR in pkg-config files
` [PATCH v3 05/14] probe: improve dt_probe_lookup2()
` [PATCH REVIEWED v3 06/14] configure: fix dreadful behaviour of MANDIR / --mandir
` [PATCH REVIEWED v3 07/14] man: the synopsis is ended with .YS, not .SY
` [PATCH REVIEWED v3 08/14] man: use \- for option dashes, not -
` [PATCH REVIEWED v3 09/14] man: drop blank lines
` [PATCH REVIEWED v3 10/14] man: fix blank line in environment variables list
` [PATCH REVIEWED v3 11/14] dtprobed: fix parser child timeout
` [PATCH REVIEWED v3 12/14] man: add manpage for dtprobed(8)
` [PATCH REVIEWED v3 13/14] man: drop double-\fB at the start of every option line
` [PATCH REVIEWED v3 14/14] man: \fP-ize

[PATCH] test: Disown child pid for cleaner stderr
 2024-10-30  5:35 UTC 

[PATCH v2 00/14] gentoo, manpage, and assorted other small fixes
 2024-10-29 21:57 UTC  (9+ messages)
` [PATCH v2 01/14] No longer depend on libsystemd
` [PATCH v2 05/14] probe: improve dt_probe_lookup2()
  ` [DTrace-devel] "
` [PATCH v2 12/14] man: add manpage for dtprobed(8)

[PATCH 20/38] Add a hook for a provider-specific "update" function
 2024-10-29 21:13 UTC  (6+ messages)
` [PATCH 26/38] test: Annotate xfail (chill not implemented yet)

[PATCH v2 19/22] test: Fix tst.probestar.d trigger
 2024-10-29 17:14 UTC  (2+ messages)

[PATCH 1/2] USDT probes need provider spec ending with 0-9 or *
 2024-10-29 15:37 UTC  (4+ messages)
` [PATCH 2/2] Fix prid fencepost errors


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