linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-30 19:16:42 to 2022-04-19 16:23:35 UTC [more...]

[PATCH 0/3] rtla: v5.18-rc2 Fixes
 2022-04-19 16:23 UTC  (5+ messages)
` [PATCH 1/3] rtla: Avoid record NULL pointer dereference
` [PATCH 2/3] rtla: Don't overwrite existing directory mode
` [PATCH 3/3] rtla: Minor grammar fix for rtla README

[PATCH 0/7] tracing/user_events: Update user_events ABI from
 2022-04-19 14:35 UTC  (9+ messages)
` [PATCH 1/7] tracing/user_events: Fix repeated word in comments
` [PATCH 2/7] tracing/user_events: Use NULL for strstr checks
` [PATCH 3/7] tracing/user_events: Use WRITE instead of READ for io vector import
` [PATCH 4/7] tracing/user_events: Ensure user provided strings are safely formatted
` [PATCH 5/7] tracing/user_events: Use refcount instead of atomic for ref tracking
` [PATCH 6/7] tracing/user_events: Use bits vs bytes for enabled status page data
` [PATCH 7/7] tracing/user_events: Update ABI documentation to align to bits vs bytes

[RFC PATCH v2 0/4] trace-cruncher: ftrace uprobes support
 2022-04-19  8:22 UTC  (9+ messages)
` [RFC PATCH v2 1/4] trace-cruncher: Logic for resolving address to function name
` [RFC PATCH v2 2/4] trace-cruncher: ftrace uprobe raw API
` [RFC PATCH v2 3/4] trace-cruncher: High level wrappers for ftrace uprobes
` [RFC PATCH v2 4/4] trace-cruncher: Example script for uprobes high level API

[PATCH] rtla: Documentation: fix email addresses
 2022-04-19  6:10 UTC  (2+ messages)

[PATCH v8 00/12] user_events: Enable user processes to create and write to trace events
 2022-04-19  0:25 UTC  (3+ messages)

[PATCH v2 0/9] trace-cmd: Allow agent to use networking
 2022-04-18 19:37 UTC  (14+ messages)
` [PATCH v2 1/9] trace-cmd record: Move port_type into instance
` [PATCH v2 2/9] trace-cmd library: Add network roles for time sync
` [PATCH v2 3/9] trace-cmd record: Allow for ip connections to agents
` [PATCH v2 4/9] trace-cmd agent: Allow for ip connections from the agent
` [PATCH v2 5/9] trace-cmd library: Create tracecmd_debug() for debug printing
` [PATCH v2 6/9] trace-cmd: Add debug prints for network connections
` [PATCH v2 7/9] trace-cmd: Add print helpers to show connections
` [PATCH v2 8/9] trace-cmd: Override tracecmd_debug() to show thread id
` [PATCH v2 9/9] trace-cmd agent: Have agent work without vsockets available

[PATCH 0/2] trace-cmd agent: Add a little security to network connections
 2022-04-17 21:13 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd agent: Have -N take a host name
` [PATCH 2/2] trace-cmd agent: Add documentation

[RESEND PATCH 0/2] Two tracing patches for trace_events_hist.c
 2022-04-17 18:56 UTC  (3+ messages)
` [RESEND PATCH 1/2] tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_parse()
` [RESEND PATCH 2/2] tracing: Change `if (strlen(glob))` to `if (glob[0])`

[PATCH v3 0/5] trace-cmd: Have trace-cmd listen work with vsockets
 2022-04-17 18:33 UTC  (6+ messages)
` [PATCH v3 1/5] trace-cmd listen: Remove UDP from function names
` [PATCH v3 2/5] trace-cmd listen: Replace bool use_tcp with enum type
` [PATCH v3 3/5] trace-cmd record: "
` [PATCH v3 4/5] trace-cmd listen: Add vsocket usage
` [PATCH v3 5/5] trace-cmd listen: Add documentation on "

[PATCH v2 0/7] trace-cmd library: Remove dependency to vsockets
 2022-04-17 18:21 UTC  (8+ messages)
` [PATCH v2 1/7] trace-cmd: Add NO_VSOCK make option to force vsock code off
` [PATCH v2 2/7] trace-cmd library: Remove ports from clock context
` [PATCH v2 3/7] trace-cmd library: Remove vsocket dependency on P2P protocol
` [PATCH v2 4/7] trace-cmd library: Remove dependency on vsocks for sync identifiers
` [PATCH v2 5/7] trace-cmd library: Have tracecmd_tsync_with_guest() not depend on cid/port
` [PATCH v2 6/7] trace-cmd library: Remove vsock dependency from tracecmd_tsync_with_host()
` [PATCH v2 7/7] trace-cmd: Move vsocket code into its own file

[PATCH 0/8] trace-cmd: Allow agent to use networking
 2022-04-17  1:19 UTC  (9+ messages)
` [PATCH 1/8] trace-cmd record: Move port_type into instance
` [PATCH 2/8] trace-cmd library: Add network roles for time sync
` [PATCH 3/8] trace-cmd record: Allow for ip connections to agents
` [PATCH 4/8] trace-cmd agent: Allow for ip connections from the agent
` [PATCH 5/8] trace-cmd library: Create tracecmd_debug() for debug printing
` [PATCH 6/8] trace-cmd: Add debug prints for network connections
` [PATCH 7/8] trace-cmd: Add print helpers to show connections
` [PATCH 8/8] trace-cmd: Override tracecmd_debug() to show thread id

[RFC PATCH v3 0/3] trace-cruncher: Initial support for perf
 2022-04-15 11:41 UTC  (4+ messages)
` [RFC PATCH v3 1/3] trace-cruncher: Logic for resolving address to function name
` [RFC PATCH v3 2/3] trace-cruncher: Support for perf
` [RFC PATCH v3 3/3] trace-cruncher: perf example

[RFC PATCH v2 0/3] trace-cruncher: Initial support for perf
 2022-04-15 11:35 UTC  (6+ messages)
` [RFC PATCH v2 1/3] trace-cruncher: Logic for resolving address to function name
` [RFC PATCH v2 2/3] trace-cruncher: Support for perf
` [RFC PATCH v2 3/3] trace-cruncher: perf example

[PATCH v2 0/5] trace-cmd: Have trace-cmd listen work with vsockets
 2022-04-15  1:10 UTC  (6+ messages)
` [PATCH v2 1/5] trace-cmd listen: Remove UDP from function names
` [PATCH v2 2/5] trace-cmd listen: Replace bool use_tcp with enum type
` [PATCH v2 3/5] trace-cmd record: "
` [PATCH v2 4/5] trace-cmd listen: Add vsocket usage
` [PATCH v2 5/5] trace-cmd listen: Add documentation on "

[PATCH 0/8] trace-cmd library: Remove dependency to vsockets
 2022-04-15  1:00 UTC  (9+ messages)
` [PATCH 1/8] trace-cmd: Add NO_VSOCK make option to force vsock code off
` [PATCH 2/8] trace-cmd library: Remove ports from clock context
` [PATCH 3/8] trace-cmd library: Remove vsocket dependency on P2P protocol
` [PATCH 4/8] trace-cmd library: Remove dependency on vsocks for sync identifiers
` [PATCH 5/8] trace-cmd library: Have tracecmd_tsync_with_guest() not depend on cid/port
` [PATCH 6/8] trace-cmd library: Remove dependency on vsocks from tracecmd_tsync_get_session_params()
` [PATCH 7/8] trace-cmd library: Remove vsock dependency from tracecmd_tsync_with_host()
` [PATCH 8/8] trace-cmd: Move vsocket code into its own file

[PATCH] trace-cmd listen: Add documentation on vsocket usage
 2022-04-13 21:53 UTC 

[PATCH] setup.py: fix string <-> int comparison
 2022-04-13 16:05 UTC  (3+ messages)

[PATCH] kernel-shark: Add instroduction of external Xenomai plugin
 2022-04-13 12:47 UTC  (2+ messages)

[PATCH 1/2] trace-cruncher: Add documentation for tracecruncher.ftracepy
 2022-04-12 11:51 UTC  (2+ messages)
` [PATCH 2/2] trace-cruncher: Add documentation for tracecruncher.ft_utils

[PATCH 0/4] trace-cmd: Have trace-cmd listen work with vsockets
 2022-04-12  4:27 UTC  (5+ messages)
` [PATCH 1/4] trace-cmd listen: Remove UDP from function names
` [PATCH 2/4] trace-cmd listen: Replace bool use_tcp with enum type
` [PATCH 3/4] trace-cmd record: "
` [PATCH 4/4] trace-cmd listen: Add vsocket usage

[PATCH 1/2] kernel-shark: Do not hard-code app name
 2022-04-11 15:17 UTC  (2+ messages)
` [PATCH 2/2] kernel-shark: Fix memory corruption in KsCaptureDialog

[PATCH] trace-cmd: Write the actual size of compressed block in the trace file
 2022-04-11  4:10 UTC 

[PATCH] trace-cmd: Disable PTP timesync internal debug
 2022-04-11  4:10 UTC 

[PATCH] trace-cmd: Unlock tsync mutex on thread exit
 2022-04-11  4:10 UTC 

[PATCH v2] rtla: Minor grammar fix for rtla README
 2022-04-09 17:29 UTC  (2+ messages)

[PATCH v2] rtla: add a tag to avoid dereferring a NULL pointer
 2022-04-08 15:03 UTC  (2+ messages)

[PATCH v3] rtla: Avoid record NULL pointer dereference
 2022-04-08 15:13 UTC 

[PATCH 1/2] rtla: Don't overwrite existing directory mode
 2022-04-08 14:11 UTC  (6+ messages)
` [PATCH 2/2] rtla: Minor fix to grammar in README.txt

[PATCH] trace-cmd library; Do not free pthread items from agent
 2022-04-06 15:56 UTC 

[PATCH] tracing: Move user_events.h temporarily out of include/uapi
 2022-04-05 16:32 UTC  (3+ messages)

Corrupted function tracer in 5.17.0-rc1
 2022-04-05 14:50 UTC  (5+ messages)

[PATCH] trace-cmd library: When the compression algorithm is none do no compression
 2022-04-05 15:36 UTC 

[PATCH v3] trace-cmd: Move trace_msg cache file to memfd
 2022-04-05 19:22 UTC 

[RFC PATCH 0/4] trace-cruncher: ftrace uprobes support
 2022-04-05 12:28 UTC  (9+ messages)
` [RFC PATCH 1/4] trace-cruncher: Logic for resolving address to function name
` [RFC PATCH 2/4] trace-cruncher: ftrace uprobe raw API
` [RFC PATCH 3/4] trace-cruncher: High level wrappers for ftrace uprobes
` [RFC PATCH 4/4] trace-cruncher: Example script for uprobes high level API

[PATCH 0/3] libtracefs: Uprobe APIs
 2022-04-04 17:51 UTC  (3+ messages)
` [PATCH 2/3] libtracefs: Document uprobes APIs

[PATCH] trace-cmd: Try alternate path for message cache
 2022-04-04 17:20 UTC  (21+ messages)

[PATCH v2] trace-cmd: Move trace_msg cache file to memfd
 2022-04-04 18:34 UTC  (2+ messages)

[PATCH] libtracefs: Add uprobes man page example into samples
 2022-04-04 17:52 UTC 

[PATCH] trace-cmd library: Write buffer option in out_write_cpu_data()
 2022-04-04 15:20 UTC 

[PATCH] trace-cmd library: Use clock local if no clock is found when creating buffer
 2022-04-04 15:19 UTC 

[PATCH] trace-cmd library: Do not read if cpu is greater than cpus
 2022-04-04 15:18 UTC 

[PATCH] trace-cmd library: Fix trace-cmd convert to handle offset update
 2022-04-04 15:15 UTC 

[PATCH] trace-cmd library: Make msg_lseek() header prototype match the function prototype
 2022-04-04 15:14 UTC 

[PATCH] trace-cmd library: Process trace_clock for v7 trace.dat files
 2022-04-04 15:10 UTC 

[PATCH v2] tracing: Set user_events to BROKEN
 2022-04-03 14:39 UTC  (2+ messages)

[PATCH] trace-cmd: Fix trace-cmd convert to handle offset update
 2022-04-02  1:15 UTC 

[PATCH] rtla/osnoise: fix NULL but dereferenced coccicheck errors
 2022-04-01  2:04 UTC  (3+ messages)

Comments on new user events ABI
 2022-03-31 19:05 UTC  (5+ messages)

[PATCH] tracing: do not export user_events uapi
 2022-03-31 17:17 UTC  (9+ messages)

[PATCH] rtla/osnoise: avoid NULL pointer dereference on out
 2022-03-31 12:27 UTC  (2+ messages)

[PATCH] rtla/osnoise_hist: avoid NULL pointer dereference on out
 2022-03-31 12:28 UTC  (2+ messages)

[PATCH] tracing/user_events: Add eBPF interface for user_event created events
 2022-03-30 21:57 UTC  (14+ messages)

[PATCH] tracing: Set user_events to BROKEN
 2022-03-30 19:57 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).