linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-25 00:21:42 to 2022-03-31 12:13:46 UTC [more...]

[PATCH] tracing: do not export user_events uapi
 2022-03-31 12:13 UTC  (5+ messages)

[RFC PATCH 0/4] trace-cruncher: ftrace uprobes support
 2022-03-31  9:55 UTC  (5+ 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] tracing/user_events: Add eBPF interface for user_event created events
 2022-03-30 21:57 UTC  (16+ messages)

[PATCH v2] tracing: Set user_events to BROKEN
 2022-03-30 19:58 UTC 

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

[PATCH] rtla/osnoise_hist: avoid NULL pointer dereference on out
 2022-03-30  7:13 UTC 

[PATCH] rtla/osnoise: avoid NULL pointer dereference on out
 2022-03-30  7:02 UTC 

Comments on new user events ABI
 2022-03-30  6:31 UTC  (10+ messages)

[PATCH] tracing/user_events: Remove eBPF interfaces
 2022-03-29 19:47 UTC  (3+ messages)

[PATCH] trace-cmd: Try alternate path for message cache
 2022-03-29 19:18 UTC 

[PATCH] tracing/user_events: Hold event_mutex during dyn_event_add
 2022-03-29  0:47 UTC  (2+ messages)

[PATCH 00/12] trace-cmd: Add trace-cmd analyze command
 2022-03-28 16:34 UTC  (27+ messages)
` [PATCH 01/12] trace-cmd: Add trace-cmd analyze
` [PATCH 02/12] trace-cmd analyze: Show what tasks are running the most
` [PATCH 03/12] trace-cmd analyze: Show how much tasks run on each CPU
` [PATCH 04/12] trace-cmd analyze: Use sched_switch to find comm mappings
` [PATCH 05/12] trace-cmd analyze: Use sched_switch event to update times
` [PATCH 06/12] trace-cmd analyze: Add tracing of tasks and their states
` [PATCH 07/12] trace-cmd analyze: Add "idleness"
` [PATCH 08/12] trace-cmd analyze: Track migration
` [PATCH 09/12] trace-cmd analyze: Add wake up latency timings
` [PATCH 10/12] trace-cmd analyze: Add counting of page faults
` [PATCH 11/12] trace-cmd analyze: Account for dropped events
` [PATCH 12/12] trace-cmd analyze: Add documentation

[PATCH 0/3] libtracefs: Uprobe APIs
 2022-03-28  9:03 UTC  (4+ messages)
` [PATCH 1/3] libtracefs: New APIs for ftrace uprobes
` [PATCH 2/3] libtracefs: Document uprobes APIs
` [PATCH 3/3] libtracefs: Unit tests for "

rtla/Makefile: Properly handle dependencies
 2022-03-24 15:01 UTC 

[PATCH] trace-cmd: Fix bash completions for non specified commands
 2022-03-24  2:50 UTC 

[PATCH 0/2] trace-cmd library: Fix memory leak in tracecmd_close()
 2022-03-24  0:08 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd library: Use cpu_data variable to shorten commands
` [PATCH 2/2] trace-cmd library: Fix memory leak of page_maps

[PATCH] kernelshark: Set QApplication::desktopFileName
 2022-03-23  7:37 UTC  (4+ messages)

[PATCH] rtla/osnoise: fix NULL but dereferenced coccicheck errors
 2022-03-22 11:32 UTC 

[PATCH] kernel-shark:Fix the version field in kernelshark.desktop
 2022-03-21 10:25 UTC 

[PATCH] libtraceevent: Optimize print format parsing of constants
 2022-03-20  0:24 UTC 

[RFC PATCH 0/3] trace-cruncher: Initial support for perf
 2022-03-18  9:52 UTC  (9+ messages)
` [RFC PATCH 2/3] trace-cruncher: Support "
` [RFC PATCH 3/3] trace-cruncher: perf example

[PATCH] trace-cmd library: Fix tracecmd_read_at()
 2022-03-17 20:55 UTC 

[PATCH] kernelshark: Release input_mutex on not finding record
 2022-03-16 15:25 UTC 

[PATCH 1/2] kernel-shark: Hide CPUs with no data in them
 2022-03-16 15:11 UTC  (4+ messages)
` [PATCH 2/2] kernel-shark: CPU plots dialog ease spotting empty CPUs

[PATCH] kernel-shark: Fix comment typos
 2022-03-16 14:34 UTC 

[RFC PATCH] tracing/user_events: Limit showing event names to CAP_SYS_ADMIN users
 2022-03-16 14:20 UTC  (6+ messages)

[PATCH] trace-cmd agent: Move becoming daemon after prints and errors
 2022-03-14 21:37 UTC 

[PATCH] trace-cmd record: Add --name option to name unnamed guests
 2022-03-14 21:19 UTC 

[PATCH] trace-cmd report: Add --cpus option
 2022-03-14 17:09 UTC 

[PATCH] trace-cmd report: Have -q not print empty CPUs
 2022-03-14 17:05 UTC 

[PATCH] trace-cmd library: Fix off by one in tracecmd_read_cpu_first()
 2022-03-14 17:02 UTC 

[PATCH 0/2] trace-cmd library: Fix sparse cpu_data
 2022-03-14 16:14 UTC  (7+ messages)
` [PATCH 1/2] trace-cmd library: Make cpu_data[] match the cpus
` [PATCH 2/2] trace-cmd library: Do not read CPU greater than CPUs registered

Issue with trace-cmd 3 and kernelshark
 2022-03-12  5:06 UTC  (3+ messages)

[PATCH] tracing/user_events: Use alloc_pages instead of kzalloc() for register pages
 2022-03-12  2:10 UTC  (2+ messages)

[PATCH] user_events: Use alloc_pages instead of kzalloc for register pages
 2022-03-11 23:55 UTC  (4+ messages)

[next] arm64: allmodconfig: kernel BUG at include/linux/page-flags.h:509
 2022-03-11 23:47 UTC  (9+ messages)

[PATCH V3 00/15] rtla: Improved tracing support
 2022-03-11 16:32 UTC  (17+ messages)
` [PATCH V3 01/15] rtla/osnoise: Add support to adjust the tracing_thresh
` [PATCH V3 02/15] rtla/osnoise: Add an option to set the threshold
` [PATCH V3 03/15] rtla/osnoise: Add the automatic trace option
` [PATCH V3 04/15] rtla/timerlat: "
` [PATCH V3 05/15] rtla/trace: Add trace events helpers
` [PATCH V3 06/15] rtla: Add -e/--event support
` [PATCH V3 07/15] rtla/trace: Add trace event trigger helpers
` [PATCH V3 08/15] rtla: Add --trigger support
` [PATCH V3 09/15] rtla/trace: Add trace event filter helpers
` [PATCH V3 10/15] rtla: Add --filter support
` [PATCH V3 11/15] rtla/trace: Save event histogram output to a file
` [PATCH V3 12/15] rtla: Check for trace off also in the trace instance
` [PATCH V3 13/15] rtla/osnoise: Fix osnoise hist stop tracing message
` [PATCH V3 14/15] rtla/timerlat: Add --dma-latency option
` [PATCH V3 15/15] rtla: Tools main loop cleanup

[ANNOUNCE] trace-cmd 3.0
 2022-03-10 21:44 UTC 

[PATCH] trace-cmd: Up min libtraceevent version to 1.5
 2022-03-10 15:20 UTC 

[PATCH] user_events: Prevent dyn_event delete racing with ioctl add/delete
 2022-03-10  0:11 UTC 

[PATCH] trace-cmd: Use builtin for offset_of
 2022-03-09 16:39 UTC  (2+ messages)

[PATCH] trace-cmd: Use the new libtracefs API to address all dynamic events
 2022-03-09 16:36 UTC  (2+ messages)

Warning when exiting osnoise tracer
 2022-03-09 16:31 UTC  (4+ messages)

[PATCH] tracing/osnoise: Do not unregister events twice
 2022-03-09 13:13 UTC 

[PATCH] user_events: Add trace event call as root for low permission cases
 2022-03-08 22:28 UTC 

[PATCH] trace-cmd report: Document --nodate option
 2022-03-08 18:13 UTC 

[PATCH] TraceCruncher: Version 0.2.0 (Beta)
 2022-03-07  9:56 UTC 

[PATCH] libtracecmd: Do not set errno to zero
 2022-03-07  2:36 UTC 

[PATCH v2 0/5] trace-cmd: Improvements in compression logic
 2022-03-04 18:18 UTC  (7+ messages)
` [PATCH v2 1/5] trace-cmd: Use a structure to describe a compression protocol
` [PATCH v2 2/5] trace-cmd: Make internal compression hooks more generic
` [PATCH v2 3/5] trace-cmd: Use errno from zlib, if available
` [PATCH v2 4/5] trace-cmd: Add context to compression hooks
` [PATCH v2 5/5] trace-cmd: Use context hooks in zstd

[PATCH 0/5] trace-cmd: Improvements in compression logic
 2022-03-03 16:33 UTC  (15+ messages)
` [PATCH 1/5] trace-cmd: Use a structure to describe a compression protocol
` [PATCH 2/5] trace-cmd: Make internal compression hooks more generic
` [PATCH 3/5] trace-cmd: Use errno from zlib, if available
` [PATCH 4/5] trace-cmd: Add context to compression hooks
` [PATCH 5/5] trace-cmd: Use context hooks in zstd

[PATCH] rtla: Set /dev/cpu_dma_latency to avoid exit from idle latencies
 2022-03-01 20:59 UTC  (2+ messages)

[PATCH] rtla/osnoise: remove unneeded semicolon
 2022-03-01  2:39 UTC 

[PATCH 1/3] libtracefs: Fix spelling in test name
 2022-02-25  0:21 UTC  (6+ messages)
` [PATCH 3/3] libtracefs: Move initialization below a null test


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