messages from 2021-12-13 00:09:22 to 2022-01-12 20:00:51 UTC [more...]
[for-next][PATCH 03/14] rtla: Add osnoise tool
2022-01-12 19:58 UTC
[for-next][PATCH 16/31] rtla: Real-Time Linux Analysis tool
2022-01-12 17:21 UTC (21+ messages)
` [for-next][PATCH 17/31] rtla: Helper functions for rtla
` [for-next][PATCH 18/31] rtla: Add osnoise tool
` [for-next][PATCH 19/31] rtla/osnoise: Add osnoise top mode
` [for-next][PATCH 20/31] rtla/osnoise: Add the hist mode
` [for-next][PATCH 21/31] rtla: Add timerlat tool and timelart top mode
` [for-next][PATCH 22/31] rtla/timerlat: Add timerlat hist mode
` [for-next][PATCH 23/31] rtla: Add Documentation
` [for-next][PATCH 24/31] rtla: Add rtla osnoise man page
` [for-next][PATCH 25/31] rtla: Add rtla osnoise top documentation
` [for-next][PATCH 26/31] rtla: Add rtla osnoise hist documentation
` [for-next][PATCH 27/31] rtla: Add rtla timerlat documentation
` [for-next][PATCH 28/31] rtla: Add rtla timerlat top documentation
` [for-next][PATCH 29/31] rtla: Add rtla timerlat hist documentation
[PATCH] libtracefs: New API for getting synthetic event
2022-01-12 16:36 UTC
[PATCH] kernel-shark: Use cmake imported targets instead of variables
2022-01-12 15:38 UTC
[PATCH RFC 0/2] Introduce variable-length sockaddr trace fields
2022-01-11 18:59 UTC (3+ messages)
` [PATCH RFC 1/2] trace: Introduce helpers to safely handle dynamic-sized sockaddrs
` [PATCH RFC 2/2] NFSD: Use __sockaddr field to store socket addresses
[PATCH v9 00/12] user_events: Enable user processes to create and write to trace events
2022-01-11 17:26 UTC (13+ messages)
` [PATCH v9 01/12] user_events: Add minimal support for trace_event into ftrace
` [PATCH v9 02/12] user_events: Add print_fmt generation support for basic types
` [PATCH v9 03/12] user_events: Handle matching arguments from dyn_events
` [PATCH v9 04/12] user_events: Add basic perf and eBPF support
` [PATCH v9 05/12] user_events: Optimize writing events by only copying data once
` [PATCH v9 06/12] user_events: Validate user payloads for size and null termination
` [PATCH v9 07/12] user_events: Add self-test for ftrace integration
` [PATCH v9 08/12] user_events: Add self-test for dynamic_events integration
` [PATCH v9 09/12] user_events: Add self-test for perf_event integration
` [PATCH v9 10/12] user_events: Add self-test for validator boundaries
` [PATCH v9 11/12] user_events: Add sample code for typical usage
` [PATCH v9 12/12] user_events: Add documentation file
[PATCH v2 0/2] Fix sockaddr handling in NFSD trace points
2022-01-11 15:40 UTC (6+ messages)
` [PATCH v2 1/2] SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace point
` [PATCH v2 2/2] SUNRPC: Fix sockaddr handling in svcsock_accept_class trace points
[PATCH] trace-cruncher: Add API to set tracing CPU affinity
2022-01-11 15:22 UTC (8+ messages)
[PATCH V4 1/3] kernel-shark: fix typo in sched_events.h
2022-01-11 8:32 UTC (8+ messages)
` [PATCH V4 2/3] kernel-shark: Move common APIs and definitions out to avoid duplication
` [PATCH V4 3/3] kernel-shark: Add plugin for handling Xenomai cobalt_context_switch
[PATCH 0/2] libtraceevent: Allow %pIS to work with dynamic arrays
2022-01-11 0:37 UTC (4+ messages)
` [PATCH 1/2] libtraceevent: Do not fail field parsing if field has typecast
` [PATCH 2/2] libtraceevent: Allow ipsa arg to use dynamic arrays
[PATCH 1/2] kernel-shark: Move common APIs and definitions out to avoid duplication
2022-01-10 4:47 UTC (9+ messages)
` [PATCH 2/2] kernel-shark: Add plugin for handling Xenomai cobalt_context_switch
[PATCH v8 00/12] user_events: Enable user processes to create and write to trace events
2022-01-07 1:01 UTC (33+ messages)
` [PATCH v8 01/12] user_events: Add minimal support for trace_event into ftrace
` [PATCH v8 02/12] user_events: Add print_fmt generation support for basic types
` [PATCH v8 03/12] user_events: Handle matching arguments from dyn_events
` [PATCH v8 04/12] user_events: Add basic perf and eBPF support
` [PATCH v8 05/12] user_events: Add self-test for ftrace integration
` [PATCH v8 06/12] user_events: Add self-test for dynamic_events integration
` [PATCH v8 07/12] user_events: Add self-test for perf_event integration
` [PATCH v8 08/12] user_events: Optimize writing events by only copying data once
` [PATCH v8 09/12] user_events: Add documentation file
` [PATCH v8 10/12] user_events: Add sample code for typical usage
` [PATCH v8 11/12] user_events: Validate user payloads for size and null termination
` [PATCH v8 12/12] user_events: Add self-test for validator boundaries
[PATCH] perf build: Lower the priority of tools/lib includes
2022-01-06 20:24 UTC (4+ messages)
[PATCH v2 0/2]kernel-shark:add new plugin for xenomai cobalt_switch_context events
2022-01-06 18:32 UTC (8+ messages)
` [PATCH v2 1/2] kernel-shark: Move common APIs and definitions out to avoid duplication
` [PATCH v2 2/2] kernel-shark: Add plugin for handling Xenomai cobalt_context_switch
[PATCH 1/3] trace-cruncher: Add khist class to ft_utiles
2022-01-06 13:21 UTC (3+ messages)
` [PATCH 2/3] trace-cruncher: Add example for the high-level histogram APIs
` [PATCH 3/3] trace-cruncher: Add tests for the khist class
[PATCH 1/2] trace-cruncher: Add 'is_attached()'
2022-01-06 12:35 UTC (2+ messages)
` [PATCH 2/2] trace-cruncher: Fix error message typo
[PATCH v3 1/4] perf: Enable libtracefs dynamic linking
2022-01-06 7:01 UTC (9+ messages)
` [PATCH v3 4/4] libtraceevent: Increase libtraceevent logging when verbose
` [was: libtraceevent: Increase libtraceevent logging when verbose]
[PATCH V9 00/14] RTLA: An interface for osnoise/timerlat tracers
2021-12-22 6:51 UTC (2+ messages)
PATCH] libtracefs: Remove dependency files on make clean
2021-12-18 2:58 UTC
[PATCH] libtracefs: Add tracefs_instance_set_affinity() APIs
2021-12-17 23:04 UTC
[PATCH v2 00/15] libtracefs: Updates to the Makefile
2021-12-17 5:50 UTC (16+ messages)
` [PATCH v2 01/15] libtracefs: Update gitignore file
` [PATCH v2 02/15] libtracefs: Have make tags and TAGS honor O= build directory
` [PATCH v2 03/15] libtracefs: Fix stream example
` [PATCH v2 04/15] libtracefs: Fix samples Makefile
` [PATCH v2 05/15] libtracefs: Remove unused "bindir" from Makefile
` [PATCH v2 06/15] libtracefs: Remove unneeded blkflags "
` [PATCH v2 07/15] libtracefs: Add "DESCEND" output when descending into directories during build
` [PATCH v2 08/15] libtracefs: Have make clean output cleaner
` [PATCH v2 09/15] libtracefs: Quiet mv: cannot stat message for libtracefs.a
` [PATCH v2 10/15] libtracefs: Quiet "Nothing to be done for" messages
` [PATCH v2 11/15] libtracefs: Have sample build look cleaner
` [PATCH v2 12/15] libtracefs: Have samples build in separate directory from bin
` [PATCH v2 13/15] libtracefs: Build in the same directories as the source
` [PATCH v2 14/15] libtracefs: Add clean descend
` [PATCH v2 15/15] libtracefs: Remove build_prefix file on make clean
[PATCH] libtraceevent: Remove *.3 and *.m documentation files from build directory
2021-12-17 5:34 UTC
[PATCH] libtraceevent: Export LIBS variable in Makefile
2021-12-17 5:20 UTC
[RFC PATCH 0/1] kernel-shark: Add plugin for handling Xenomai cobalt_context_switch
2021-12-17 2:45 UTC (9+ messages)
` [RFC PATCH 1/1] "
[PATCH 0/9] libtracefs: Updates to the Makefile
2021-12-17 0:42 UTC (10+ messages)
` [PATCH 1/9] libtracefs: Remove unused "bindir" from Makefile
` [PATCH 2/9] libtracefs: Remove unneeded blkflags "
` [PATCH 3/9] libtracefs: Fix sample intermediate build targets
` [PATCH 4/9] libtracefs: Add "DESCEND" output when descending into directories during build
` [PATCH 5/9] libtracefs: Have make clean output cleaner
` [PATCH 6/9] libtracefs: Quiet mv: cannot stat message for libtracefs.a
` [PATCH 7/9] libtracefs: Quiet "Nothing to be done for" messages
` [PATCH 8/9] libtracefs: Have sample build look cleaner
` [PATCH 9/9] libtracefs: Have make tags and TAGS honor O= build directory
[PATCH 00/10] libtraceevent: Makefile updates fixes and unit tests
2021-12-16 21:39 UTC (11+ messages)
` [PATCH 01/10] libtraceevent: Fix installing of man pages in remote directory
` [PATCH 02/10] libtraceevent: Rewrite Makefiles to be like libtracefs
` [PATCH 03/10] libtraceevent: Have make tags and TAGS honor O= build directory
` [PATCH 04/10] libtraceevent: Move installed headers into their own directory
` [PATCH 05/10] libtraceevent: Add unit test framework for library commands
` [PATCH 06/10] libtraceveent: Add testing of old dynamic string event layout
` [PATCH 07/10] libraceevent: Add unit test to test print_fmt with dynamic strings
` [PATCH 08/10] libtraceevent: Account for old dynamic string formats and honor size
` [PATCH 09/10] libtraceevent: Replace tep_print_field() with tep_print_field_content()
` [PATCH 10/10] libtraceevent: Have print_field_raw() handle old data layout
[PATCH 1/2] trace-cruncher: Fix segfault in PyTraceHist_read()
2021-12-16 13:29 UTC (2+ messages)
` [PATCH 2/2] trace-cruncher: Add more histogram tests
[PATCH v7 00/13] user_events: Enable user processes to create and write to trace events
2021-12-14 6:30 UTC (15+ messages)
` [PATCH v7 02/13] user_events: Add minimal support for trace_event into ftrace
` [PATCH v7 13/13] user_events: Use __get_rel_str for relative string fields
[PATCH for 2.9] trace-cmd: Fix python build to handle new library headers
2021-12-13 19:16 UTC
[PATCH v4] libtracefs: New APIs for getting the raw format of synth event
2021-12-13 14:47 UTC
[PATCH] trace-cruncher: Add histogram tests
2021-12-13 14:37 UTC
[PATCH v4 0/5] tracing: Introduce configurable ring sub buffer size
2021-12-13 9:48 UTC (6+ messages)
` [PATCH v4 1/5] [RFC] tracing: Refactor ring buffer implementation
` [PATCH v4 2/5] [RFC] tracing: Page size per ring buffer
` [PATCH v4 3/5] [RFC] tracing: Add interface for configuring trace sub buffer size
` [PATCH v4 4/5] [RFC] tracing: Set new size of the ring buffer sub page
` [PATCH v4 5/5] [RFC] tracing: Read and write to ring buffers with custom sub buffer size
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).