Linux DTrace development list
 help / color / mirror / Atom feed
 messages from 2024-04-25 16:41:07 to 2024-07-18 20:19:24 UTC [more...]

(no subject)
 2024-07-18 20:19 UTC  (34+ 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 v4 1/3] print() action: identify ctf object used for print
 2024-07-08 14:54 UTC  (3+ 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 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  (12+ messages)
` [PATCH v3 2/2] unittest/print: add test covering module-defined type

[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

some v2 patches
 2024-06-28  2:03 UTC  (6+ messages)
` [PATCH v2 29/38] Set the ERROR PRID in BPF code
` [PATCH v2 32/38] Widen the EPID to include the PRID
` [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 20/38] Add a hook for a provider-specific "update" function
 2024-06-27  5:39 UTC  (19+ 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
` [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 19/38] Retain probe descriptions
 2024-06-27  5:38 UTC 

[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)

"proof of concept" for systemwide USDT
 2024-06-10 22:14 UTC  (31+ messages)
` [PATCH 01/14] Move comment closer to the code it describes
  ` [DTrace-devel] "
` [PATCH 02/14] Clean up prp/uprp variable names
  ` [DTrace-devel] "
` [PATCH 03/14] Let USDT module names contain dots
  ` [DTrace-devel] "
` [PATCH 04/14] Track uprobe provider descriptions
  ` [DTrace-devel] "
` [PATCH 05/14] Add a hook for a provider-specific "update" function
  ` [DTrace-devel] "
` [PATCH 06/14] Add clauses to per-uprobe list
` [PATCH 07/14] Create the BPF uprobes map
  ` [DTrace-devel] "
` [PATCH 08/14] Use uprobes map to call clauses conditionally
` [PATCH 09/14] Systemwide USDT WIP
` [PATCH 10/14] Fix the consumer's picture of the EPID
` [PATCH 11/14] Back out the previous patch
` [PATCH 12/14] Fix comments that hardwire DBUF_ offsets
` [PATCH 13/14] Clean up some comments
` [PATCH 14/14] Have the consumer get the PRID from the output buffer

[PATCH] translators: support 6.10
 2024-06-07 18:31 UTC 

[PATCH 06/14] Add clauses to per-uprobe list
 2024-06-05  3:52 UTC 

[PATCH 1/8] test: Allow aggpercpu test to omit some CPUs
 2024-06-04 18:00 UTC  (8+ messages)
` [PATCH 2/8] Reduce stack depth if kernel returns NULL frames
` [PATCH 3/8] test: Fix nonexistent @@sort option
` [PATCH 4/8] test: Remove unneeded -w option
` [PATCH 5/8] Fix stddev() carryover computation
` [PATCH 6/8] test: Check dtrace return status
` [PATCH 7/8] Clean up double semicolons
` [PATCH 8/8] Turn some leading spaces into tabs

[PATCH 0/9] relocatable DTrace
 2024-05-31 19:46 UTC  (11+ messages)
` [PATCH 1/9] spec: install sdt*.h in /usr/lib64/dtrace/include/sys
` [PATCH 2/9] build: initial pkg-config support
` [PATCH 3/9] build: track configured vars
` [PATCH 4/9] build: --bindir is supposed to be equivalent to --sbindir
` [PATCH 5/9] build: the TESTDIR is relative to the LIBDIR by default
` [PATCH 6/9] build: add a pkg-config file for dtrace consumers: use it
` [PATCH 7/9] tests: delete the kernel build dir stuff
` [PATCH 8/9] build: make dtrace and dtprobed relocatable
  ` [DTrace-devel] "
` [PATCH 9/9] test: work when relocated

[PATCH] spec: install sdt*.h in /usr/lib64/dtrace/include/sys
 2024-05-28 17:10 UTC 

[PATCH 3/4] bpf: improve parsing bpf_helper_defs.h
 2024-05-25  2:10 UTC  (2+ messages)

[PATCH 1/4] config: surpress output from check-bpfc-option-rule
 2024-05-25  1:00 UTC  (2+ messages)

[PATCH 2/4] bpf: add check for -masm=normal BPFC option
 2024-05-25  0:59 UTC  (2+ messages)

[PATCH 4/4] build: install sdt*.h in /usr/lib64/dtrace/include/sys
 2024-05-25  0:44 UTC  (2+ messages)

[PATCH v2 1/2] build: install sdt*.h in /usr/lib64/dtrace/include/sys
 2024-05-24 14:52 UTC  (3+ messages)
` [PATCH v2 2/2] build: initial pkg-config support

[PATCH] build: install sdt*.h in /usr/lib64/dtrace/include/sys
 2024-05-23 20:02 UTC  (5+ messages)

[PATCH] bpf: be less picky about the content of bpf_helper_defs.h
 2024-05-06 20:33 UTC  (4+ messages)

[PATCH] build: install all pregenerated dlibs
 2024-05-02  6:15 UTC  (2+ messages)

[PATCH v3] cg: allow providers to specify a skip count for stack retrieval
 2024-05-02  0:52 UTC  (2+ messages)

[PATCH] cg: allow providers to specify a skip count for stack retrieval
 2024-05-01 20:12 UTC  (3+ messages)

Issue with stack) on 6.x kernels
 2024-05-01 17:15 UTC  (3+ messages)
  ` [DTrace-devel] "

[PATCH] test: use better condidate probe
 2024-05-01 12:49 UTC  (2+ messages)

[PATCH] bpf: work around BPF verifier issues with AND and 2-reg branch conditions
 2024-04-30 19:46 UTC  (3+ messages)

Possible (long standing) issue in the BPF verifier?
 2024-04-29 18:14 UTC  (4+ messages)

[PATCH] libcommon: disable _FORTIFY_SOURCE
 2024-04-26 15:57 UTC  (4+ messages)

[PATCH] test: use a more stable data item
 2024-04-26 11:39 UTC  (2+ messages)

[PATCH] bpf, btf: store BTF dict id for kernel modules
 2024-04-26 11:37 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