linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-20 00:38:39 to 2022-06-07 16:29:58 UTC [more...]

[PATCH v2] trace-cmd report: Explain the '-l' option better in the man page
 2022-06-07 16:29 UTC  (2+ messages)

[PATCH] trace-cmd report: Add --first-event and --last-event options
 2022-06-07 16:29 UTC  (2+ messages)

[PATCH] trace-cmd report: Explain the '-l' option better in the man page
 2022-06-07 16:24 UTC  (3+ messages)

[PATCH 0/6] libtracefs: Fixes for sqlhist
 2022-06-07 10:01 UTC  (8+ messages)
` [PATCH 1/6] libtracefs: Fix make sqlhist when built again
` [PATCH 2/6] libtracefs: Add libtracefs.a to dependency of sqlhist
` [PATCH 3/6] libtracefs: Differentiate FROM and JOIN events if they are the same event
` [PATCH 4/6] libtracefs: Use unique names for sql field variables
` [PATCH 5/6] libtracefs: Differentiate WHERE clause when FROM and TO events are the same
` [PATCH 6/6] libtracefs sqlhist: Report errors executing the commands

[PATCH] tracefs: Set visibility of parser symbols as 'internal'
 2022-06-07  9:12 UTC 

[PATCH] libtraceevent: Reset field properly in event_read_fields()
 2022-06-07  4:59 UTC 

[PATCH] libtraceevent: Reset right arg when copying TEP_PRINT_OP
 2022-06-06 19:58 UTC 

[PATCH 4.19 13/30] libtraceevent: Fix build with binutils 2.35
 2022-06-03 17:39 UTC 

[PATCH] libtracefs: Add missing ) in tracefs_sql docs
 2022-06-02  8:55 UTC  (2+ messages)

Perf MMAP records differ from /proc/[X]/maps when chroot is used
 2022-06-01 18:04 UTC 

[PATCH] libtracefs: Have labels in selections be synthetic fields
 2022-06-01 12:38 UTC  (2+ messages)

[PATCH] libtracefs: Allow for the same event to be start and end in tracefs_sql()
 2022-05-31 23:26 UTC  (2+ messages)

[PATCH 4.19 1/3] libtraceevent: Fix build with binutils 2.35
 2022-05-30 21:53 UTC 

Hello Sir, I seek your urgent consideration
 2022-05-24  9:24 UTC 

[PATCH v2 RESEND] x86,trace: Remove unused headers
 2022-05-25  1:28 UTC 

[PATCH v2 RESEND] x86,trace: Remove unused headers
 2022-05-24 23:07 UTC 

[PATCH] trace-cmd: rework of the pid detection of vcpus
 2022-05-24 15:53 UTC  (6+ messages)

[PATCH 0/2] trace-cmd: Fix clock setting of agent proxy
 2022-05-24  1:50 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd library: Keep USECS flag if TSC multiplier is set
` [PATCH 2/2] trace-cmd record: Set clock to TSC when connecting to a proxy with kvm

[PATCH 0/4] trace-cmd: Fix up kvm time synchronization
 2022-05-22  0:39 UTC  (5+ messages)
` [PATCH 1/4] trace-cmd kvm timesync: Use stat() in kvm_scaling_check_vm_cpu()
` [PATCH 2/4] trace-cmd kvm timesync: Check for one valid VM
` [PATCH 3/4] trace-cmd record: Set the proper role when connected to a proxy
` [PATCH 4/4] trace-cmd: Mount debugfs if needed for KVM data

[PATCH] trace-cmd listen: Use copy of host for connect_ip()
 2022-05-21 22:08 UTC 

[PATCH] trace-cmd listen: Do not compress for v1 of the msg protocol
 2022-05-21 20:47 UTC 

[PATCH] libtracefs: Add tracefs_debug_dir()
 2022-05-20 22:14 UTC 

[PATCH] trace-cmd time-sync: Pass role to tracecmd_tsync_get_proto()
 2022-05-20  0:43 UTC 

[RFC PATCH v1 0/1] Call forget_syscall() if different than execve*()
 2022-05-18 13:32 UTC  (7+ messages)
` [RFC PATCH v1 1/1] arm64: Forget syscall if different from execve*()

how to register an event handler for the instance
 2022-05-16 21:24 UTC  (6+ messages)

[PATCH 00/26] trace-cmd: Add agent proxy (agent on the host)
 2022-05-14  2:47 UTC  (27+ messages)
` [PATCH 01/26] trace-cmd record: Make start_threads() static
` [PATCH 02/26] trace-cmd: Move add_guest_info() into trace-vm.c
` [PATCH 03/26] trace-cmd: Simplify add_guest()
` [PATCH 04/26] trace-cmd: Move find_pid_by_cid() into add_guest()
` [PATCH 05/26] trace-cmd: Move find_tasks() "
` [PATCH 06/26] trace-cmd: Move trace_msg cache file to memfd
` [PATCH 07/26] trace-cmd Makefile: Change test-build to link as well
` [PATCH 08/26] trace-cmd agent: Test if memfd_create() is available
` [PATCH 09/26] trace-cmd: Add kernel-doc to trace_record_agent()
` [PATCH 10/26] trace-cmd: Move selecting tsync protocol out of tracecmd_tsync_with_host()
` [PATCH 11/26] trace-cmd: Move accepting tsync connection "
` [PATCH 12/26] trace-cmd: Have get_vsocket_params() cid and rcid parameters be optional
` [PATCH 13/26] trace-cmd agent: Add trace_tsync_as_guest() helper function
` [PATCH 14/26] trace-cmd record: Pass cpu_count instead of an instance to stop_mapping_vcpus()
` [PATCH 15/26] trace-cmd record: Add trace_tsync_as_host() helper
` [PATCH 16/26] trace-cmd: Move tsync as guest and host helpers into trace-tsync.c
` [PATCH 17/26] trace-cmd msg: Add PROXY communication
` [PATCH 18/26] trace-cmd: Add agent proxy communications between record and agent
` [PATCH 19/26] trace-cmd msg: Keep track of offset of flushed cache
` [PATCH 20/26] trace-cmd library: Add tracecmd_prepare_options()
` [PATCH 21/26] trace-cmd library: Add tracecmd_msg_flush_data()
` [PATCH 22/26] trace-cmd agent proxy: Allow agent to send more meta data after trace
` [PATCH 23/26] trace-cmd agent proxy: Add the remote guest cid to guest list
` [PATCH 24/26] trace-cmd agent-proxy: Send options at the end of the trace
` [PATCH 25/26] trace-cmd: Have the guest structure hold guest trace_id
` [PATCH 26/26] trace-cmd: Have the host agent proxy control the time synchronization

[PATCH] libtraceevent: Check type string length in eval_type_str()
 2022-05-13 19:40 UTC 

[PATCH V4] rtla: Remove procps-ng dependency
 2022-05-13  6:45 UTC 

Feedback on user-events UAPI
 2022-05-12 20:20 UTC  (4+ messages)

[PATCH V3] rtla: Remove procps-ng dependency
 2022-05-10 12:20 UTC  (3+ messages)

[PATCH 1/3] tracing/timerlat: Notify IRQ new max latency only if stop tracing is set
 2022-05-10  9:45 UTC  (3+ messages)
` [PATCH 2/3] tracing/timerlat: Print stacktrace in the IRQ handler if needed
` [PATCH 3/3] tracing/timerlat: Do not wakeup the thread if the trace stops at the IRQ

[PATCH v2] rtla: Remove procps-ng dependency
 2022-05-06 15:39 UTC  (5+ messages)

[PATCH] libtracefs: Remove one unnecessary quotation mark
 2022-05-05 20:20 UTC 

[RFC V3 00/20] The Runtime Verification (RV) interface
 2022-05-05 16:07 UTC  (21+ messages)
` [RFC V3 01/20] rv: Add "
` [RFC V3 02/20] rv: Add runtime reactors interface
` [RFC V3 03/20] rv/include: Add helper functions for deterministic automata
` [RFC V3 04/20] rv/include: Add deterministic automata monitor definition via C macros
` [RFC V3 05/20] rv/include: Add instrumentation helper functions
` [RFC V3 06/20] tools/rv: Add dot2c
` [RFC V3 07/20] tools/rv: Add dot2k
` [RFC V3 08/20] rv/monitor: Add the wip monitor skeleton created by dot2k
` [RFC V3 09/20] rv/monitor: wip instrumentation and Makefile/Kconfig entries
` [RFC V3 10/20] rv/monitor: Add the wwnr monitor skeleton created by dot2k
` [RFC V3 11/20] rv/monitor: wwnr instrumentation and Makefile/Kconfig entries
` [RFC V3 12/20] rv/reactor: Add the printk reactor
` [RFC V3 13/20] rv/reactor: Add the panic reactor
` [RFC V3 14/20] Documentation/rv: Add a basic documentation
` [RFC V3 15/20] Documentation/rv: Add deterministic automata monitor synthesis documentation
` [RFC V3 16/20] Documentation/rv: Add deterministic automata instrumentation documentation
` [RFC V3 17/20] watchdog/dev: Add tracepoints
` [RFC V3 18/20] rv/monitor: Add safe watchdog monitor
` [RFC V3 19/20] rv/safety_app: Add an safety_app sample
` [RFC V3 20/20] Documentation/rv: Add watchdog-monitor documentation

2nd Quater puchase request
 2022-05-03 14:49 UTC 

[PATCH 0/3] trace-cruncher: Small fixes
 2022-05-03  9:25 UTC  (5+ messages)
` [PATCH 1/3] trace-cruncher: Add define for bool type
` [PATCH 2/3] trace-cruncher: Update github workflows
` [PATCH 3/3] trace-cruncher: Add object files to gitignore

[PATCH v3] trace-cruncher: Build trace-obj-debug.c as library
 2022-05-03  4:16 UTC  (2+ messages)

[PATCH v2] trace-cruncher: Build trace-obj-debug.c as library
 2022-05-02  3:19 UTC  (2+ messages)

[PATCH 0/4] rtla: v5.18-rc4 fixes
 2022-04-29 16:28 UTC  (5+ messages)
` [PATCH 1/4] rtla: Avoid record NULL pointer dereference
` [PATCH 2/4] rtla: Don't overwrite existing directory mode
` [PATCH 3/4] rtla: Minor grammar fix for rtla README
` [PATCH 4/4] rtla: Fix __set_sched_attr error message

[PATCH V2] rtla/Makefile: Properly handle dependencies
 2022-04-29 14:54 UTC 

[RFC PATCH] trace-cruncher: Build trace-obj-debug.c as library
 2022-04-29 13:18 UTC 

[PATCH] trace-cmd: Add kernel-doc to trace_record_agent()
 2022-04-28 23:29 UTC 

[PATCH 0/2] trace-cmd: Still work without memfd_create()
 2022-04-28 17:49 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd Makefile: Change test-build to link as well
` [PATCH 2/2] trace-cmd agent: Test if memfd_create() is available

[PATCH] trace-cmd: manpage: Added missing options
 2022-04-28 16:38 UTC  (2+ messages)

[PATCH 0/4] trace-cmd: Clean ups for agent communications
 2022-04-28 15:06 UTC  (5+ messages)
` [PATCH 1/4] trace-cmd: Move add_guest_info() into trace-vm.c
` [PATCH 2/4] trace-cmd: Simplify add_guest()
` [PATCH 3/4] trace-cmd: Move find_tasks() into add_guest()
` [PATCH 4/4] trace-cmd: Move find_pid_by_cid() "

[PATCH] kernel-shark: Modify FreeSans warning msg for GUI
 2022-04-28  6:57 UTC  (2+ messages)

[PATCH] trace-cmd library: Have clock source TAI parse to seconds
 2022-04-27 22:32 UTC 

[PATCH] kbuffer: Handle 64 bit timestamp event
 2022-04-27 22:23 UTC 

[PATCH 1/2] rtla: Remove procps-ng dependency
 2022-04-26 11:57 UTC  (4+ messages)
` [PATCH 2/2] rtla: Fix __set_sched_attr error message

[PATCH] KernelShark: Version 2.1.1
 2022-04-26 11:32 UTC 

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

Kernelshark v2 all-black plots area
 2022-04-21 12:16 UTC  (9+ messages)
        ` [PATCH 1/2] kernel-shark: Make FreeSans a compulsory component
          ` [PATCH 2/2] kernel-shark: Allow FreeSans otf in addition to ttf

[PATCH 0/7] tracing/user_events: Update user_events ABI from
 2022-04-20 20:21 UTC  (9+ messages)
` [PATCH 6/7] tracing/user_events: Use bits vs bytes for enabled status page data

[PATCH v3 00/11] trace-cmd: Allow agent to use networking
 2022-04-20 15:26 UTC  (12+ messages)
` [PATCH v3 01/11] trace-cmd record: Move port_type into instance
` [PATCH v3 02/11] trace-cmd library: Add network roles for time sync
` [PATCH v3 03/11] trace-cmd record: Allow for ip connections to agents
` [PATCH v3 04/11] trace-cmd agent: Allow for ip connections from the agent
` [PATCH v3 05/11] trace-cmd library: Create tracecmd_debug() for debug printing
` [PATCH v3 06/11] trace-cmd: Add debug prints for network connections
` [PATCH v3 07/11] trace-cmd: Add print helpers to show connections
` [PATCH v3 08/11] trace-cmd: Override tracecmd_debug() to show thread id
` [PATCH v3 09/11] trace-cmd agent: Have agent work without vsockets available
` [PATCH v3 10/11] trace-cmd agent: Have -N take a host name
` [PATCH v3 11/11] trace-cmd agent: Add documentation

[PATCH] rtla: Documentation: fix email addresses
 2022-04-20  8:39 UTC  (2+ messages)

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


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