linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-26 18:58:32 to 2023-05-30 08:55:10 UTC [more...]

[PATCH 0/3] trace-cmd record: Support daemonization after recording starts
 2023-05-30  8:55 UTC  (6+ messages)
` [PATCH 1/3] trace-cmd record: Add --daemonize
` [PATCH 2/3] trace-cmd: export pidfile functions from trace-listen.c
` [PATCH 3/3] trace-cmd record: Create a pidfile when using --daemonize

[PATCH trace-cmd v2 0/3] trace-cmd filtering
 2023-05-30  8:20 UTC  (7+ messages)
` [PATCH trace-cmd v2 1/3] trace-cmd report: Ensure filter is applied to single input file
` [PATCH trace-cmd v2 2/3] trace-cmd-report: Support global filters
` [PATCH trace-cmd v2 3/3] documentation: trace-cmd-report: Document filter scope

[PATCH v2 0/3] libtracefs: Introduce new API to reset ftrace instance
 2023-05-30  8:19 UTC  (6+ messages)
` [PATCH v2 1/3] libtracefs: New "
` [PATCH v2 2/3] libtracefs: Documentation for tracefs_instance_reset()
` [PATCH v2 3/3] libtracefs: Unit test "

[PATCH] libtracefs/utest: Fix crashing of synth test when synths exist
 2023-05-30  6:56 UTC 

[PATCH] libtracefs/utest: Do not use synth for test_synth element
 2023-05-30  6:21 UTC 

[PATCH] libtracefs: Clarify the tracefs_synth_create() man page
 2023-05-30  6:02 UTC 

[PATCH] libtracefs: Do not allow tracefs_synth_set_instance() on created synth
 2023-05-30  5:47 UTC 

[PATCH 0/2] Introduce new API to set synthetic event instance
 2023-05-30  4:50 UTC  (4+ messages)
` [PATCH 1/2] libtracefs: New "
` [PATCH 2/2] libtracefs: Documentation for tracefs_synth_set_instance

[PATCH] libtracefs: Do not segfault in tests if synthetic events are not configured
 2023-05-30  4:23 UTC 

[PATCH] libtracefs: Add tracefs_instance_tracers() API
 2023-05-30  4:21 UTC 

[PATCH] libtracefs: Do not use hwlat tracer and fdb_delete event for tests
 2023-05-30  4:19 UTC 

[PATCH] libtraceevent: Handle %c
 2023-05-29  8:50 UTC  (2+ messages)

[PATCH V2 0/9] rtla improvements
 2023-05-29  8:43 UTC  (13+ messages)
` [PATCH V2 1/9] rtla: Add -C cgroup support
` [PATCH V2 2/9] rtla: Add --house-keeping option
` [PATCH V2 3/9] rtla: Change monitored_cpus from char * to cpu_set_t
` [PATCH V2 4/9] rtla: Automatically move rtla to a house-keeping cpu
` [PATCH V2 5/9] rtla/timerlat: Give timerlat auto analysis its own instance
` [PATCH V2 6/9] rtla/timerlat_hist: Add auto-analysis support
` [PATCH V2 7/9] rtla: Start the tracers after creating all instances
` [PATCH V2 8/9] rtla/hwnoise: Reduce runtime to 75%
` [PATCH V2 9/9] rtla: Add timerlat user-space support for timerlat top

[PATCH v2] libtracefs: Add stacktrace to tracefs_sql()
 2023-05-18 14:24 UTC 

[PATCH] kernel-shark: Fix segfault in libkshark-tepdata
 2023-05-17 18:28 UTC 

[PATCH] Fix segfault in libkshark-tepdata
 2023-05-17 18:30 UTC  (2+ messages)

[PATCH 0/8] rtla improvements
 2023-05-11 18:08 UTC  (11+ messages)
` [PATCH 1/8] rtla: Add -C cgroup support
` [PATCH 2/8] rtla: Add --house-keeping option
` [PATCH 3/8] rtla: Change monitored_cpus from char * to cpu_set_t
` [PATCH 4/8] rtla: Automatically move rtla to a house-keeping cpu
` [PATCH 5/8] rtla/timerlat: Give timerlat auto-analysis its own instance
` [PATCH 6/8] rtla/timerlat_hist: Add auto-analysis support
` [PATCH 7/8] rtla: Start the tracers after creating all instances
` [PATCH 8/8] rtla/hwnoise: Reduce runtime to 75%
` 0001-rtla-Add-C-cgroup-support.patch

[PATCH] rtla: Add .gitignore file
 2023-04-25  7:56 UTC  (2+ messages)

[PATCH][next][V3] rv: Fix addition on an uninitialized variable 'run'
 2023-04-25  7:55 UTC  (2+ messages)

[PATCH 0/3] Introduce new API to reset ftrace instance
 2023-04-24 19:45 UTC  (9+ messages)
` [PATCH 1/3] libtracefs: New "
` [PATCH 2/3] libtracefs: Documentation for tracefs_instance_reset()
` [PATCH 3/3] libtracefs: Unit test "

[PATCH] rv: Fix addition on an uninitialized variable 'run'
 2023-04-24  9:45 UTC  (2+ messages)

[PATCH] tools/tracing/rtla: Add .gitignore
 2023-04-24  9:27 UTC  (2+ messages)

[PATCH][next] rv: remove redundant assignment to variable retval
 2023-04-24  9:20 UTC  (2+ messages)

[PATCH] rv: Fix addition on an uninitialized variable 'run'
 2023-04-24  9:09 UTC  (2+ messages)

[PATCH] rtla/timerlat: Add auto-analysis only option
 2023-03-29 16:23 UTC 

[PATCH v8 00/11] tracing/user_events: Remote write ABI
 2023-03-28 21:42 UTC  (23+ messages)
` [PATCH v8 01/11] tracing/user_events: Split header into uapi and kernel
` [PATCH v8 02/11] tracing/user_events: Track fork/exec/exit for mm lifetime
` [PATCH v8 03/11] tracing/user_events: Use remote writes for event enablement
` [PATCH v8 04/11] tracing/user_events: Fixup enable faults asyncly
` [PATCH v8 05/11] tracing/user_events: Add ioctl for disabling addresses
` [PATCH v8 06/11] tracing/user_events: Update self-tests to write ABI
` [PATCH v8 07/11] tracing/user_events: Add ABI self-test
` [PATCH v8 08/11] tracing/user_events: Use write ABI in example
` [PATCH v8 09/11] tracing/user_events: Update documentation for ABI
` [PATCH v8 10/11] tracing/user_events: Charge event allocs to cgroups
` [PATCH v8 11/11] tracing/user_events: Limit global user_event count

[PATCH trace-cmd] trace-cmd report: Ensure filter is applied to single input file
 2023-03-28 14:44 UTC  (4+ messages)

[PATCH v2 0/3] libtraceevent: Fix double free in process_sizeof()
 2023-03-24 20:09 UTC  (4+ messages)
` [PATCH v2 1/3] libtraceevent: Fix double free in parsing sizeof()
` [PATCH v2 2/3] libtraceevent: No need for testing ok in else if (!ok) in process_sizeof()
` [PATCH v2 3/3] libtraceevent: Rename "ok" to "token_has_paren" "

[PATCH 0/3] libtraceevent
 2023-03-24 20:01 UTC  (4+ messages)
` [PATCH 1/3] libtraceevent: Fix double free in parsing sizeof()
` [PATCH 2/3] libtraceevent: No need for testing ok in else if (!ok) in process_sizeof()
` [PATCH 3/3] libtraceevent: Rename "ok" to "end" "

[PATCH] rtla/timerlat: Fix "Previous IRQ" auto analysis' line
 2023-03-24 19:26 UTC 

[PATCH 00/20] MODULE_LICENSE removals, fifth tranche
 2023-03-20 11:06 UTC  (6+ messages)
` [PATCH 14/20] rv/reactor: remove MODULE_LICENSE in non-modules

_sockaddr still not working?
 2023-03-14 14:51 UTC  (3+ messages)

[PATCH] libtracefs: Fix the label usage in check_option()
 2023-03-13 22:36 UTC  (2+ messages)

[PATCH RFC] libtraceevent: Improve exception handling in parse_arg_add()
 2023-03-13 22:33 UTC  (2+ messages)

[PATCH] libtracefs: Fix the label usage in tracefs_instance_set_affinity()
 2023-03-13 16:43 UTC 

[PATCH] libtracefs: Fix the label usage in tracefs_instances_walk()
 2023-03-12 16:22 UTC 

[PATCH RFC] libtracefs: Improve exception handling in instance_alloc()
 2023-03-10 17:20 UTC  (2+ messages)

[PATCH v7 00/11] tracing/user_events: Remote write ABI
 2023-02-21 19:35 UTC  (4+ messages)

[PATCH] libtraceevent: fix some missing commas in big endian blocks
 2023-02-20 18:17 UTC  (2+ messages)

[PATCH] trace-cmd: python: Update python module
 2023-02-15  1:53 UTC  (2+ messages)

libtraceevent + Rust
 2023-02-15  0:36 UTC  (6+ messages)

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-02-14 16:57 UTC  (8+ messages)
` [PATCH 30/35] Documentation: tools/rtla: correct spelling
` (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)

[PATCH v7 0/2] Add initial support for meson
 2023-02-13  7:54 UTC  (6+ messages)
` [PATCH v7 1/2] libtracecmd: "
` [PATCH v7 2/2] trace-cmd: "

[PATCH 00/24 v2] Documentation: correct lots of spelling errors (series 1)
 2023-02-11  0:30 UTC  (4+ messages)
` [PATCH 19/24] Documentation: tools/rtla: correct spelling

[PATCH v6 0/2] Add initial support for meson
 2023-02-08  8:48 UTC  (9+ messages)
` [PATCH v6 1/2] libtracecmd: "
` [PATCH v6 2/2] trace-cmd: "

[PATCH V3 0/2] rtla: Add hwnoise tool
 2023-02-07 21:48 UTC  (3+ messages)
` [PATCH V3 1/2] "
` [PATCH V3 2/2] Documentation/rtla: Add hwnoise man page

[PATCH V2 0/6] rtla: Add hwnoise tool
 2023-02-07 20:04 UTC  (11+ messages)
` [PATCH V2 1/6] rtla/osnoise: Add helper functions to manipulate osnoise/options
` [PATCH V2 2/6] rtla/osnoise: Add OSNOISE_IRQ_DISABLE option
` [PATCH V2 3/6] rtla/osnoise: Add the mode abstraction
` [PATCH V2 4/6] rtla/osnoise_top: Pass the params to the usage function
` [PATCH V2 5/6] rtla: Add hwnoise tool
` [PATCH V2 6/6] Documentation/rtla: Add hwnoise man page

[PATCH] rtla: Fix cross building
 2023-02-01 20:54 UTC  (4+ messages)

[PATCH] docs: ftrace: always use canonical ftrace path
 2023-01-31 21:30 UTC  (7+ messages)

[PATCH 0/3] rtla: Timerlat auto-analysis
 2023-01-31 15:38 UTC  (4+ messages)
` [PATCH 1/3] rtla/timerlat: Add auto-analysis core
` [PATCH 2/3] rtla/timerlat: Add auto-analysis support to timerlat top
` [PATCH 3/3] Documentation/rtla: Add timerlat-top auto-analysis options


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