linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-22 02:10:47 to 2021-07-21 14:12:55 UTC [more...]

[PATCH v3 1/1] tracing: fix bug in rb_per_cpu_empty() that might cause deadloop
 2021-07-21 14:12 UTC 

[PATCH v2 1/1] tracing: fix bug in rb_per_cpu_empty() that might cause deadloop
 2021-07-21 13:12 UTC  (2+ messages)

[PATCH 1/1] tracing: fix bug in rb_per_cpu_empty() that might cause deadloop
 2021-07-21  2:48 UTC  (7+ messages)

Tracing busy processes/threads freezes/stalls the whole machine
 2021-07-19 17:07 UTC  (7+ messages)

[PATCH] libtracefs: Remove "traceevent/" from referencing libtraceevent headers
 2021-07-17  3:00 UTC  (2+ messages)

[PATCH for v2.9] trace-cmd: For libtraceevent 1.3 have pr_info equal tep_info
 2021-07-17  2:57 UTC 

[PATCH for v2.9 ] trace-cmd: For libtraceevent 1.3 have warning equal tep_warning
 2021-07-17  2:19 UTC 

[PATCH 0/2] tracing: addition of event probe
 2021-07-16  4:04 UTC  (4+ messages)
` [PATCH 1/2] Add new kprobe on tracepoint
` [PATCH 2/2] tracing: Update to the event probes

[PATCH] trace-cmd: KernelShark has left the nest
 2021-07-13  1:20 UTC 

[PATCH 1/4] trace-cruncher: Add set_ftrace_loglevel()
 2021-07-12 12:32 UTC  (4+ messages)
` [PATCH 2/4] trace-cruncher: Add local_tep() to utils
` [PATCH 3/4] trace-cruncher: Allow for detachable instances
` [PATCH 4/4] trace-cruncher: Allow for detachable kprobes

[PATCH v2 0/3] trace-cruncher: Add Kprobes
 2021-07-12 12:07 UTC  (4+ messages)
` [PATCH v2 1/3] trace-cruncher: Add support for Kprobes
` [PATCH v2 2/3] trace-cruncher: Add events to utils
` [PATCH v2 3/3] trace-cruncher: Add Kprobe example

[PATCH 0/3] trace-cruncher: Add Kprobes
 2021-07-08 13:52 UTC  (4+ messages)
` [PATCH 1/3] trace-cruncher: Add support for Kprobes
` [PATCH 2/3] trace-cruncher: Add events to utils
` [PATCH 3/3] trace-cruncher: Add Kprobe example

[PATCH 0/4] libtracefs: Work to add histogram APIs
 2021-07-07 13:48 UTC  (9+ messages)
` [PATCH 1/4] libtracefs: Implement tracefs_list_size()
` [PATCH 2/4] libtracefs: Implement functions to work on event directory files
` [PATCH 3/4] libtracefs: Have instances have internal ref counting
` [PATCH 4/4] libtracefs: Implement API to create / modify and display histograms

[PATCH] libtracefs: Fix bug in tracefs_instances()
 2021-07-07 13:47 UTC  (2+ messages)

[PATCH v4 00/11] Build trace-cruncher as Python pakage
 2021-07-07 13:21 UTC  (13+ messages)
` [PATCH v4 01/11] trace-cruncher: Refactor the part that wraps ftrace
` [PATCH v4 02/11] trace-cruncher: Add basic methods for tracing
` [PATCH v4 03/11] trace-cruncher: Refactor the part that wraps libkshark
` [PATCH v4 04/11] trace-cruncher: Add "utils"
` [PATCH v4 05/11] trace-cruncher: Refactor the examples
` [PATCH v4 06/11] trace-cruncher: Add ftracefy example
` [PATCH v4 06/11] trace-cruncher: Add ftracepy example
` [PATCH v4 07/11] trace-cruncher: Add Makefile
` [PATCH v4 08/11] trace-cruncher: Update README.md
` [PATCH v4 09/11] trace-cruncher: Remove all leftover files
` [PATCH v4 10/11] trace-cruncher: Add testing
` [PATCH v4 11/11] trace-cruncher: Add github workflow for CI testing

[RFC PATCH] libtracefs: Add tracefs_iterate_stop()
 2021-07-05 12:27 UTC 

[PATCH 0/2] libtracefs: Have string lists contain their size
 2021-07-02 20:34 UTC  (3+ messages)
` [PATCH 1/2] libtracefs: Move tracefs_list_free() to tracefs-utils.c
` [PATCH 2/2] libtracefs: Restructure how string lists work

[PATCH v7 00/10] libtracefs: Facilitate adding and removing kprobes
 2021-07-02 20:17 UTC  (11+ messages)
` [PATCH v7 01/10] libtracefs: Implement tracefs_instances()
` [PATCH v7 02/10] libtracefs: Implement tracefs_kprobe_raw()
` [PATCH v7 03/10] libtracefs: Implement tracefs_kretprobe_raw()
` [PATCH v7 04/10] libtracefs: Implement tracefs_get_kprobes()
` [PATCH v7 05/10] libtracefs: Add helper function to parse kprobes
` [PATCH v7 06/10] libtracefs: Implement tracefs_kprobe_info()
` [PATCH v7 07/10] libtracefs: Implement tracefs_kprobe_clear_all() to remove all kprobes
` [PATCH v7 08/10] libtracefs: Implement tracefs_kprobe_clear_probe()
` [PATCH v7 09/10] libtracefs: Add man pages for kprobe functions
` [PATCH v7 10/10] libtracefs: Update the unit tests to use the kprobe API instead

[PATCH v6 00/10] libtracefs: Facilitate adding and removing kprobes
 2021-07-02 18:59 UTC  (12+ messages)
` [PATCH v6 01/10] libtracefs: Implement tracefs_instances()
` [PATCH v6 02/10] libtracefs: Implement tracefs_kprobe_raw()
` [PATCH v6 03/10] libtracefs: Implement tracefs_kretprobe_raw()
` [PATCH v6 04/10] libtracefs: Implement tracefs_get_kprobes()
` [PATCH v6 05/10] libtracefs: Add helper function to parse kprobes
` [PATCH v6 06/10] libtracefs: Implement tracefs_kprobe_info()
` [PATCH v6 07/10] libtracefs: Implement tracefs_kprobe_clear_all() to remove all kprobes
` [PATCH v6 08/10] libtracefs: Implement tracefs_kprobe_clear_probe()
` [PATCH v6 09/10] libtracefs: Add man pages for kprobe functions
` [PATCH v6 10/10] libtracefs: Update the unit tests to use the kprobe API instead

[PATCH v5 0/7] libtracefs: Facilitate adding and removing kprobes
 2021-07-02 14:22 UTC  (8+ messages)
` [PATCH v5 1/7] libtracefs: Implement tracefs_instances()
` [PATCH v5 2/7] libtracefs: Implement tracefs_kprobe_raw()
` [PATCH v5 3/7] libtracefs: Implement tracefs_kretprobe_raw()
` [PATCH v5 4/7] libtracefs: Implement tracefs_get_kprobes()
` [PATCH v5 5/7] libtracefs: Implement tracefs_kprobe_clear_all() to remove all kprobes
` [PATCH v5 6/7] libtracefs: Implement tracefs_kprobe_clear_probe()
` [PATCH v5 7/7] libtracefs: Add man pages for kprobe functions

[PATCH v4 0/7] libtracefs: Facilitate adding and removing kprobes
 2021-07-02 11:50 UTC  (14+ messages)
` [PATCH v4 1/7] libtracefs: Implement tracefs_instances()
` [PATCH v4 2/7] libtracefs: Implement tracefs_kprobe_raw()
` [PATCH v4 3/7] libtracefs: Implement tracefs_kretprobe_raw()
` [PATCH v4 4/7] libtracefs: Implement tracefs_get_kprobes()
` [PATCH v4 5/7] libtracefs: Implement tracefs_kprobe_clear_all() to remove all kprobes
` [PATCH v4 6/7] libtracefs: Implement tracefs_kprobe_clear_probe()
` [PATCH v4 7/7] libtracefs: Add man pages for kprobe functions

[PATCH] libtracefs: Remove leftover regcomp() in event_enable_disable()
 2021-07-02 11:43 UTC 

[PATCH] libtracefs: Fix tracefs_event_enable/disable() to not have open regex
 2021-07-02 11:36 UTC  (3+ messages)

[PATCH] libtracefs: Add man pages for tracefs_error_*() functions
 2021-07-02  3:57 UTC 

[PATCH v3 0/7] libtracefs: Facilitate adding and removing kprobes
 2021-07-02  3:10 UTC  (8+ messages)
` [PATCH v3 1/7] libtracefs: Implement tracefs_instances()
` [PATCH v3 2/7] libtracefs: Implement tracefs_kprobe_raw()
` [PATCH v3 3/7] libtracefs: Implement tracefs_kretprobe_raw()
` [PATCH v3 4/7] libtracefs: Implement tracefs_get_kprobes()
` [PATCH v3 5/7] libtracefs: Implement tracefs_kprobe_clear_all() to remove all kprobes
` [PATCH v3 6/7] libtracefs: Implement tracefs_kprobe_clear_probe()
` [PATCH v3 7/7] libtracefs: Add man pages for kprobe functions

[PATCH v3 00/11] Build trace-cruncher as Python pakage
 2021-07-01 11:14 UTC  (12+ messages)
` [PATCH v3 01/11] trace-cruncher: Refactor the part that wraps ftrace
` [PATCH v3 02/11] trace-cruncher: Add basic methods for tracing
` [PATCH v3 03/11] trace-cruncher: Refactor the part that wraps libkshark
` [PATCH v3 04/11] trace-cruncher: Add "utils"
` [PATCH v3 05/11] trace-cruncher: Refactor the examples
` [PATCH v3 06/11] trace-cruncher: Add ftracefy example
` [PATCH v3 07/11] trace-cruncher: Add Makefile
` [PATCH v3 08/11] trace-cruncher: Update README.md
` [PATCH v3 09/11] trace-cruncher: Remove all leftover files
` [PATCH v3 10/11] trace-cruncher: Add testing
` [PATCH v3 11/11] trace-cruncher: Add github workflow for CI testing

[PATCH] libtracefs: Implement tracefs_kretprobe_raw()
 2021-06-30 21:18 UTC 

[PATCH v2 0/4] libtracefs: Facilitate adding and removing kprobes
 2021-06-30 20:05 UTC  (8+ messages)
` [PATCH v2 1/4] libtracefs: Implement tracefs_instances()
` [PATCH v2 2/4] libtracefs: Implement tracefs_kprobe_raw()
` [PATCH v2 3/4] libtracefs: Implement tracefs_kprobe_clear() to remove all kprobes
` [PATCH v2 4/4] libtracefs: Implement tracefs_kprobe_clear_probe()

[PATCH] libtraceevent: Fix bug in tep_print_event()
 2021-06-30 19:38 UTC  (5+ messages)

[PATCH v2] libtraceevent: Fix bug in tep_print_event()
 2021-06-30 19:37 UTC 

[PATCH] libtracefs: Implement tracefs_error_last/all()
 2021-06-29 20:55 UTC 

[PATCH 0/3] libtracefs: Facilitate adding and removing kprobes
 2021-06-29 20:53 UTC  (4+ messages)
` [PATCH 1/3] libtracefs: Implement tracefs_kprobe_raw()
` [PATCH 2/3] libtracefs: Implement tracefs_kprobe_clear() to remove all kprobes
` [PATCH 3/3] libtracefs: Implement tracefs_kprobe_clear_probe()

[PATCH] trace-cmd split: Assert if the calculated record size is too big
 2021-06-29  2:40 UTC 

[PATCH] trace-cmd split: Fix off-by-one error when calculating record len
 2021-06-29  2:26 UTC 

[PATCH v6] libtracefs: Add APIs for data streaming
 2021-06-28 22:14 UTC 

[PATCH v5] libtracefs: Add APIs for data streaming
 2021-06-28 22:06 UTC  (5+ messages)

[PATCH 0/4] libtracefs: Updates to tracefs_tracer_set()
 2021-06-25 22:17 UTC  (5+ messages)
` [PATCH 1/4] libtracefs: Add custom tracer "
` [PATCH 2/4] libtracefs: Fix the errno values of tracefs_tracer_set()
` [PATCH 3/4] libtracefs: Check tracer parameter first in tracefs_tracer_set()
` [PATCH 4/4] libtracefs: Add documentation for tracefs_tracer_set/clear()

[PATCH 0/3] trace-cmd: Update verbose logic
 2021-06-25 20:15 UTC  (4+ messages)
` [PATCH 1/3] trace-cmd: Do not require --verbose to have an argument
` [PATCH 2/3] trace-cmd report: Have -V take an optional argument
` [PATCH 3/3] trace-cmd: Do not enforce upper limit of verbose id

[PATCH v3] libtracefs: Add APIs for data streaming
 2021-06-25 13:57 UTC  (5+ messages)

[PATCH v4] libtracefs: Add APIs for data streaming
 2021-06-24 16:40 UTC 

[PATCH 1/2] libtraceevent: Add eof checks
 2021-06-24 13:14 UTC  (5+ messages)

[PATCH] libtraceevent: Free "->" token in process_entry()
 2021-06-24  2:47 UTC 

[RFC] Man page for trace-cmd-v7.dat
 2021-06-23 20:08 UTC  (2+ messages)

[PATCH v2] libtracefs: Add APIs for data streaming
 2021-06-23 13:23 UTC  (5+ messages)

[PATCH] trace-cmd split: Copy trace_clock from input handler to output handler
 2021-06-22 21:38 UTC  (3+ messages)

[PATCH] trace-cmd split: Fail with an error message if appending data fails
 2021-06-22 21:18 UTC 

[PATCH v6 00/45] Add trace file compression
 2021-06-22 13:58 UTC  (19+ messages)
` [PATCH v6 17/45] trace-cmd library: Add support for zlib compression library
` [PATCH v6 18/45] trace-cmd library: Hide the logic for updating buffer offset
` [PATCH v6 21/45] trace-cmd library: Add compression of the option section of the trace file
` [PATCH v6 25/45] trace-cmd: Read compressed trace data
` [PATCH v6 45/45] trace-cmd: Update trace.dat man page

[PATCH v5 00/40] Add trace file compression
 2021-06-22 13:21 UTC  (5+ messages)
` [PATCH v5 06/40] trace-cmd: Add APIs for library initialization and free

[PATCH] trace-cmd: Initialize option list earlier in create_file_fd()
 2021-06-22  2:18 UTC 


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