Linux DTrace development list
 help / color / mirror / Atom feed
 messages from 2024-06-11 17:34:32 to 2024-08-02 05:32:50 UTC [more...]

[PATCH v2 0/9] relocatable DTrace
 2024-08-02  5:32 UTC  (19+ messages)
` [PATCH v2 1/9] spec: install sdt*.h in /usr/lib64/dtrace/include/sys
` [PATCH v2 2/9] build: initial pkg-config support
` [PATCH v2 3/9] build: track configured vars
` [PATCH v2 4/9] build: --bindir is supposed to be equivalent to --sbindir
` [PATCH v2 5/9] build: the TESTDIR is relative to the LIBDIR by default
` [PATCH v2 6/9] build: add a pkg-config file for dtrace consumers: use it
` [PATCH v2 7/9] runtest: remove obsolete kernel coverage data collection
` [PATCH v2 8/9] build: make dtrace and dtprobed relocatable
` [PATCH v2 9/9] test: work when relocated

[PATCH v5 1/2] print() action: identify ctf object used for print
 2024-08-02  5:20 UTC  (4+ messages)
` [PATCH v5 2/2] unittest/print: add test covering module-defined type

Issue with pid provider test
 2024-08-02  4:53 UTC 

[PATCH v4 1/3] print() action: identify ctf object used for print
 2024-08-01 21:30 UTC  (5+ messages)
` [PATCH v4 2/3] libdtrace: BTF->CTF conversion for kernel modules
` [PATCH v4 3/3] unittest/print: add test covering module-defined type

[PATCH] test: ensure casting does not affect value
 2024-08-01 19:03 UTC  (5+ messages)

[PATCH] fbt: implement return value support for fexit-based FBT return probes
 2024-08-01 18:56 UTC  (5+ messages)

[PATCH] test: Fix access to kernel variable
 2024-08-01 17:42 UTC  (2+ messages)

[PATCH] test: adjust err.unloaded_var.x to match test
 2024-08-01 17:39 UTC  (2+ messages)
` [DTrace-devel] "

[PATCH 0/9] relocatable DTrace
 2024-08-01 16:45 UTC  (8+ messages)
` [PATCH 7/9] tests: delete the kernel build dir stuff
  ` [DTrace-devel] "
` [DTrace-devel] [PATCH 0/9] relocatable DTrace

[PATCH] test: skip tst.symbols.c if no /proc/kallmodsyms
 2024-08-01  0:50 UTC  (4+ messages)

[PATCH] test: remove unnecessary dependency on /proc/kallmodsyms
 2024-07-31 19:38 UTC  (2+ messages)

[PATCH] test/triggers: ensure bogus-ioctl has a reasonable fd limit
 2024-07-31 15:19 UTC  (3+ messages)
` [DTrace-devel] "

[PATCH] dlibs: fix access to `major_names data
 2024-07-29 15:27 UTC  (2+ messages)

[PATCH] test: if /proc/kallmodsyms does not exist, skip tests that require it
 2024-07-27  1:31 UTC  (3+ messages)

[DTrace-devel] [PATCH v2 2/2] tests, actions: fix tst.symmod.sh
 2024-07-26 22:59 UTC 

[PATCH v2 3/7] Generate clearer error message when dtrace is run not as root
 2024-07-26 22:44 UTC  (2+ messages)
` [DTrace-devel] "

[PATCH] btf: remove useless code
 2024-07-26 19:36 UTC 

[PATCH v2] btf: ensure BTF-to-CTF conversion works for modules
 2024-07-25 16:50 UTC  (2+ messages)
` [DTrace-devel] "

[PATCH] btf: ensure BTF-to-CTF conversion works for modules
 2024-07-25 16:02 UTC  (3+ messages)
` [DTrace-devel] "

[PATCH 1/2] USDT: support ELF-note-defined probes
 2024-07-24  9:23 UTC  (2+ messages)
` [PATCH 2/2] selftests/usdt: add test for USDT note-defined probe firing, args

some v2 patches
 2024-07-22 21:09 UTC  (9+ messages)
` [PATCH v2 29/38] Set the ERROR PRID in BPF code
` [PATCH v2 32/38] Widen the EPID to include the PRID
  ` [DTrace-devel] "
` [PATCH v2 35/38] Use uprobes map to call clauses conditionally
` [PATCH v2 36/38] Simplify trampoline_is_enabled()
` [PATCH v2 38/38] Systemwide USDT WIP

[PATCH 19/38] Retain probe descriptions
 2024-07-22 18:37 UTC  (5+ messages)

[PATCH 20/38] Add a hook for a provider-specific "update" function
 2024-07-22  0:05 UTC  (33+ messages)
` [PATCH 21/38] Add some comments
` [PATCH 22/38] Fix aggs comment in dt_cg_tramp_prologue_act()
` [PATCH 23/38] test: Clean up the specsize tests
` [PATCH 24/38] test: Make test independent of specific PC
` [PATCH 25/38] test: Clean up tests still expecting obsolete "at DIF offset NN"
` [PATCH 26/38] test: Annotate xfail (chill not implemented yet)
` [PATCH 27/38] test: Fix the speculative tests that checked bufsize
` [PATCH 28/38] Remove unused "next" arg from dt_flowindent()
` [PATCH 29/38] Allow relocation of the ERROR PRID
  ` [DTrace-devel] "
` [PATCH 30/38] Allow relocation on BPF_OR instructions
` [PATCH 31/38] Fix dt_pebs_init() call
` [PATCH 32/38] Widen the EPID to include the PRID
` [PATCH 33/38] Eliminate dt_pdesc
` [PATCH 34/38] Create the BPF uprobes map
` [PATCH 35/38] Use uprobes map to call clauses conditionally
` [PATCH 36/38] Inline copyout_val()
` [PATCH 37/38] Fix some dctx->mst->specsize comments
` [PATCH 38/38] Systemwide USDT WIP

[PATCH v2 24/38] test: Handle dtrace:::ERROR arg3 specially
 2024-07-22  0:01 UTC  (2+ messages)
` [PATCH v2 25/38] test: Clean up tests still expecting obsolete "at DIF offset NN"

[PATCH v2 16/38] Add provider-specific probe_add_clause() for USDT tracing
 2024-07-19  4:02 UTC 

(no subject)
 2024-07-19  4:00 UTC  (43+ messages)
` [PATCH 01/38] Move comment closer to the code it describes
` [PATCH 02/38] Move dt_spec_buf_data_t and dt_spec_buf_t into dt_consume.c
` [PATCH 03/38] Get rid of apparently orphaned status[2]
` [PATCH 04/38] Get rid of apparently orphaned bufdesc stuff
` [PATCH 05/38] Get rid of unneeded enabling_defines.h
` [PATCH 06/38] Get rid of unused dtrace_repldesc_t
` [PATCH 07/38] Clean up prp/pprp/uprp variable names
` [PATCH 08/38] Fix comment in dt_probe.c
` [PATCH 09/38] Fix comments that hardwire DBUF_ offsets
` [PATCH 10/38] Fix comments in dt_cg.c
` [PATCH 11/38] USDT module names may contain dots; but forbid "." and ".." names
` [PATCH 12/38] USDT module names may contain dots; remove incorrect check
` [PATCH 13/38] Hide dtrace_actdesc_t until it is needed
` [PATCH 14/38] Remove orphaned dtrace_hdl_t component dt_maxformat
` [PATCH 15/38] Remove orphaned dtrace_hdl_t component dt_prov_usdt
` [PATCH 16/38] Move dt_probe_clause_t to be available outside of dt_probe.c
` [PATCH 17/38] Add a provider-specific probe_add_clause handle
` [PATCH 18/38] Add a provider-specific probe_add_clause for underlying probes

[RELEASE] DTrace 2.0.1
 2024-07-10 21:11 UTC 

[PATCH 31.5/38] test: Update tst.DTRACEFLT_BADADDR2.d
 2024-07-03 20:33 UTC  (3+ messages)
` [PATCH v3 32/38] Widen the EPID to include the PRID
` [PATCH v3 38/38] Systemwide USDT WIP

[PATCH v3 1/2] print() action: identify ctf object used for print
 2024-07-03 14:56 UTC  (11+ messages)

[PATCH v2 1/2] sched: fix firing of sched:::on-cpu
 2024-06-28 17:16 UTC  (2+ messages)
` [PATCH v2 2/2] unittest/sched: remove dtv2 xfail

[PATCH v2 6/8] test: Check dtrace return status in USDT tst.forker.sh
 2024-06-27  5:25 UTC 

[PATCH 1/2] sched: fix firing of sched:::on-cpu
 2024-06-26 14:31 UTC  (3+ messages)
` [PATCH 2/2] unittest/sched: remove dtv2 xfail

[PATCH] dlibs: move x86_64 dlib directories to x.y names to match aarch64
 2024-06-20 20:43 UTC  (2+ messages)

[PATCH v2 1/2] translators: support 6.10
 2024-06-20 17:55 UTC  (11+ messages)
` [PATCH v2 2/2] dlibs: pregenerated translators for 6.10
  ` [DTrace-devel] "
` [PATCH v3] translators: support 6.10

[PATCH] build, dlib: ensure dlib directories are created
 2024-06-18 22:43 UTC  (2+ messages)


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