linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-29 19:02:06 to 2021-11-10 22:43:35 UTC [more...]

[PATCH v2 0/4] Modifications of some 'hist' APIs
 2021-11-10 22:43 UTC  (5+ messages)
` [PATCH v2 2/4] libtracefs: Transform tracefs_hist_add_sort_key()

[PATCH 1/5] kernel-shark: Silence a warning from 'cmake_clean.sh'
 2021-11-10 16:29 UTC  (6+ messages)
` [PATCH 2/5] kernel-shark: Fix a warning from 'KsUtils.cpp'
` [PATCH 3/5] kernel-shark: Update the README file
` [PATCH 4/5] kernel-shark: Add 'Requires' to libkshark.pc
` [PATCH 5/5] kernel-shark: Always run 'ldconfig' after installing libkshark

[PATCH] trace-cmd: Add Requires: libtracefs to libtracecmd.pc file
 2021-11-10 16:17 UTC  (3+ messages)

[PATCH v4 00/10] user_events: Enable user processes to create and write to trace events
 2021-11-10 13:56 UTC  (45+ messages)
` [PATCH v4 01/10] user_events: Add UABI header for user access to user_events
` [PATCH v4 02/10] user_events: Add minimal support for trace_event into ftrace
` [PATCH v4 03/10] user_events: Add print_fmt generation support for basic types
` [PATCH v4 04/10] user_events: Handle matching arguments from dyn_events
` [PATCH v4 05/10] user_events: Add basic perf and eBPF support
` [PATCH v4 06/10] user_events: Add self-test for ftrace integration
` [PATCH v4 07/10] user_events: Add self-test for dynamic_events integration
` [PATCH v4 08/10] user_events: Add self-test for perf_event integration
` [PATCH v4 09/10] user_events: Optimize writing events by only copying data once
` [PATCH v4 10/10] user_events: Add documentation file

[PATCH] trace-cmd: Move the .m and .html ignore into Documentation file
 2021-11-10  2:39 UTC 

[PATCH] trace-cmd dump: Free frac field of cpus_data
 2021-11-09 16:17 UTC 

[PATCH v2 0/4] trace-cmd: Align guest TSC calculation with the kernel
 2021-11-09 16:07 UTC  (3+ messages)
` [PATCH v2 4/4] trace-cmd: Dump fraction bits from TRACECMD_OPTION_TIME_SHIFT

[PATCH] trace-cmd: Update the libaudit warning
 2021-11-08  8:32 UTC 

[PATCH v6 00/12] libtracefs dynamic events support
 2021-11-08  8:04 UTC  (13+ messages)
` [PATCH v6 01/12] libtracefs: New APIs for dynamic events
` [PATCH v6 02/12] libtracefs: New APIs for kprobe allocation
` [PATCH v6 03/12] libtracefs: Remove redundant kprobes APIs
` [PATCH v6 04/12] libtracefs: Reimplement kprobe raw APIs
` [PATCH v6 05/12] libtracefs: Extend kprobes unit test
` [PATCH v6 06/12] libtracefs: Rename tracefs_synth_init API
` [PATCH v6 07/12] libtracefs: Use the internal dynamic events API when creating synthetic events
` [PATCH v6 08/12] libtracefs: Remove instance parameter from synthetic events APIs
` [PATCH v6 09/12] libtracefs: Add unit test for synthetic events
` [PATCH v6 10/12] libtracefs: Update kprobes man pages
` [PATCH v6 11/12] libtracefs: Document dynamic events APIs
` [PATCH v6 12/12] libtracefs: Do not clean sqlhist man page source

[PATCH v5 00/12] libtracefs dynamic events support
 2021-11-05 15:27 UTC  (23+ messages)
` [PATCH v5 01/12] libtracefs: New APIs for dynamic events
` [PATCH v5 02/12] libtracefs: New APIs for kprobe allocation
` [PATCH v5 03/12] libtracefs: Remove redundant kprobes APIs
` [PATCH v5 04/12] libtracefs: Reimplement kprobe raw APIs
` [PATCH v5 05/12] libtracefs: Extend kprobes unit test
` [PATCH v5 06/12] libtracefs: Rename tracefs_synth_init API
` [PATCH v5 07/12] libtracefs: Use the internal dynamic events API when creating synthetic events
` [PATCH v5 08/12] libtracefs: Add unit test for "
` [PATCH v5 09/12] libtracefs: Update kprobes man pages
` [PATCH v5 10/12] libtracefs: Document dynamic events APIs
` [PATCH v5 11/12] libtracefs: Remove man page compile artifact
` [PATCH v5 12/12] libtracefs: Fix duplication in synthetic events man page

[PATCH v4 00/10] libtracefs dynamic events support
 2021-11-05 12:33 UTC  (24+ messages)
` [PATCH v4 01/10] libtracefs: New APIs for dynamic events
` [PATCH v4 02/10] libtracefs: New APIs for kprobe allocation
` [PATCH v4 03/10] libtracefs: Remove redundant kprobes APIs
` [PATCH v4 04/10] libtracefs: Change tracefs_kprobe_info API
` [PATCH v4 05/10] libtracefs: Reimplement kprobe raw APIs
` [PATCH v4 06/10] libtracefs: Extend kprobes unit test
` [PATCH v4 07/10] libtracefs: Rename tracefs_synth_init API
` [PATCH v4 08/10] libtracefs: Use the internal dynamic events API when creating synthetic events
` [PATCH v4 09/10] libtracefs: Update kprobes man pages
` [PATCH v4 10/10] libtracefs: Document dynamic events APIs

[PATCH v3 00/11] libtracefs dynamic events support
 2021-11-04  3:06 UTC  (24+ messages)
` [PATCH v3 01/11] libtracefs: Add new public macros for bits manipulations
` [PATCH v3 02/11] libtracefs: New APIs for dynamic events
` [PATCH v3 03/11] libtracefs: New APIs for kprobe allocation
` [PATCH v3 04/11] libtracefs: Remove redundant kprobes APIs
` [PATCH v3 05/11] libtracefs: Change tracefs_kprobe_info API
` [PATCH v3 06/11] libtracefs: Reimplement kprobe raw APIs
` [PATCH v3 07/11] libtracefs: Extend kprobes unit test
` [PATCH v3 08/11] libtracefs: Rename tracefs_synth_init API
` [PATCH v3 09/11] libtracefs: Use the internal dynamic events API when creating synthetic events
` [PATCH v3 10/11] libtracefs: Update kprobes man pages
` [PATCH v3 11/11] libtracefs: Document dynamic events APIs

[for-next][PATCH 01/14] tracing/osnoise: Do not follow tracing_cpumask
 2021-11-02 20:11 UTC  (9+ messages)
` [for-next][PATCH 02/14] tracing/osnoise: Improve comments about barrier need for NMI callbacks
` [for-next][PATCH 03/14] tracing/osnoise: Split workload start from the tracer start
` [for-next][PATCH 04/14] tracing/osnoise: Use start/stop_per_cpu_kthreads() on osnoise_cpus_write()
` [for-next][PATCH 05/14] tracing/osnoise: Support a list of trace_array *tr
` [for-next][PATCH 06/14] tracing/osnoise: Remove TIMERLAT ifdefs from inside functions
` [for-next][PATCH 07/14] tracing/osnoise: Allow multiple instances of the same tracer
` [for-next][PATCH 08/14] tracing/osnoise: Remove STACKTRACE ifdefs from inside functions
` [for-next][PATCH 09/14] tracing/osnoise: Remove PREEMPT_RT "

[PATCH v2 00/12] libtracefs dynamic events support
 2021-11-02 13:49 UTC  (21+ messages)
` [PATCH v2 01/12] libtracefs: Add new internal APIs for dynamic events
` [PATCH v2 02/12] libtracefs: Rename tracefs_get_kprobes API
` [PATCH v2 03/12] libtracefs: New kprobes APIs
` [PATCH v2 04/12] libtracefs: Remove redundant "
` [PATCH v2 05/12] libtracefs: Reimplement tracefs_kprobes_get API
` [PATCH v2 06/12] libtracefs: Change tracefs_kprobe_info API
` [PATCH v2 07/12] libtracefs: Reimplement kprobe raw APIs
` [PATCH v2 08/12] libtracefs: Extend kprobes unit test
` [PATCH v2 09/12] libtracefs: Update kprobes man pages
` [PATCH v2 10/12] libtracefs: Rename tracefs_synth_init API
` [PATCH v2 11/12] libtracefs: Use the internal dynamic events API when creating synthetic events
` [PATCH v2 12/12] libtracefs: Document tracefs_dynevent_list_free() API

[PATCH V9 0/9] osnoise: Support multiple instances (for RTLA)
 2021-10-31 18:05 UTC  (10+ messages)
` [PATCH V9 1/9] tracing/osnoise: Do not follow tracing_cpumask
` [PATCH V9 2/9] tracing/osnoise: Improve comments about barrier need for NMI callbacks
` [PATCH V9 3/9] tracing/osnoise: Split workload start from the tracer start
` [PATCH V9 4/9] tracing/osnoise: Use start/stop_per_cpu_kthreads() on osnoise_cpus_write()
` [PATCH V9 5/9] tracing/osnoise: Support a list of trace_array *tr
` [PATCH V9 6/9] tracing/osnoise: Remove TIMERLAT ifdefs from inside functions
` [PATCH V9 7/9] tracing/osnoise: Allow multiple instances of the same tracer
` [PATCH V9 8/9] tracing/osnoise: Remove STACKTRACE ifdefs from inside functions
` [PATCH V9 9/9] tracing/osnoise: Remove PREEMPT_RT "

[PATCH V7 00/14] RTLA: An interface for osnoise/timerlat tracers
 2021-10-29 19:26 UTC  (15+ messages)
` [PATCH V7 01/14] rtla: Real-Time Linux Analysis tool
` [PATCH V7 02/14] rtla: Helper functions for rtla
` [PATCH V7 03/14] rtla: Add osnoise tool
` [PATCH V7 04/14] rtla/osnoise: Add osnoise top mode
` [PATCH V7 05/14] rtla/osnoise: Add the hist mode
` [PATCH V7 06/14] rtla: Add timerlat tool and timelart top mode
` [PATCH V7 07/14] rtla/timerlat: Add timerlat hist mode
` [PATCH V7 08/14] rtla: Add Documentation
` [PATCH V7 09/14] rtla: Add rtla osnoise man page
` [PATCH V7 10/14] rtla: Add rtla osnoise top documentation
` [PATCH V7 11/14] rtla: Add rtla osnoise hist documentation
` [PATCH V7 12/14] rtla: Add rtla timerlat documentation
` [PATCH V7 13/14] rtla: Add rtla timerlat top documentation
` [PATCH V7 14/14] rtla: Add rtla timerlat hist documentation

[PATCH V8 0/9] tracing/osnoise: Support multiple instances (for RTLA)
 2021-10-29 19:00 UTC  (3+ messages)
` [PATCH V8 8/9] tracing/osnoise: Remove STACKTRACE ifdefs from inside functions
` [PATCH V8 9/9] tracing/osnoise: Remove PREEMPT_RT "


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