linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-29 02:26:12 to 2021-07-27 13:50:44 UTC [more...]

[PATCH] libtracefs: Do not use "or" as function parameter name
 2021-07-27 13:50 UTC 

[PATCH] tracepoints: Update static_call before tp_funcs when adding a tracepoint
 2021-07-27 13:46 UTC  (8+ messages)

[PATCH 1/2] kernel-shark: Do not include trace-cmd.h in KsAdvFilteringDialog.cpp
 2021-07-27 13:42 UTC  (2+ messages)
` [PATCH 2/2] kernel-shark: Fix warnings from deprecated Qt APIs

[PATCH 0/3] trace-cmd: Clean up library and KernelShark remnants
 2021-07-26 16:28 UTC  (4+ messages)
` [PATCH 1/3] trace-cmd: Remove traceevent/ and tracefs/ from include headers
` [PATCH 2/3] trace-cmd: Remove leftover traces of libtraceevent in Makefiles
` [PATCH 3/3] trace-cmd: Remove remnants of KernelShark build

[PATCH] libtracefs: Remove "traceevent/" from referencing libtraceevent headers
 2021-07-26 15:24 UTC  (4+ messages)

[PATCH 1/2] kernel-shark: Cleanup in CMakeLists.txt
 2021-07-26 13:59 UTC  (3+ messages)
` [PATCH 2/2] kernel-shark: Treat all tracing headers as library headers

[PATCH 1/4] trace-cruncher: Add set_ftrace_loglevel()
 2021-07-26 13:48 UTC  (10+ 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

Tracing busy processes/threads freezes/stalls the whole machine
 2021-07-23 12:41 UTC  (14+ messages)
            ` sched_waking vs. set_event_pid crash (Re: Tracing busy processes/threads freezes/stalls the whole machine)

[PATCH] libtracefs: Add Requires libtraceevent to pkg-config file
 2021-07-23  0:02 UTC  (2+ messages)

[PATCH v3 1/1] tracing: fix bug in rb_per_cpu_empty() that might cause deadloop
 2021-07-22 14:32 UTC  (3+ messages)

[PATCH v2 0/4] libtracefs: Creating synthetic events
 2021-07-22 13:36 UTC  (5+ messages)
` [PATCH v2 1/4] libtracefs: Add tracefs_list_pop() to remove the last item
` [PATCH v2 2/4] libtracefs: Create a way to create a synthetic event
` [PATCH v2 3/4] libtracefs: Add TRACEFS_TIMESTAMP and TRACEFS_TIMESTAMP_USECS to synth
` [PATCH v2 4/4] libtracefs: Add man pages for creating synthetic events

[PATCH 0/4] libtracefs: Creating synthetic events
 2021-07-22  3:45 UTC  (6+ messages)
` [PATCH 1/4] libtracefs: Add tracefs_list_pop() to remove the last item
` [PATCH 2/4] libtracefs: Create a way to create a synthetic event
` [PATCH 3/4] libtracefs: Add TRACEFS_TIMESTAMP and TRACEFS_TIMESTAMP_USECS to synth
` [PATCH 4/4] libtracefs: Add man pages for creating synthetic events

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

[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 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 


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