linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-10 11:34:38 to 2021-07-01 11:14:34 UTC [more...]

[PATCH v3 00/11] Build trace-cruncher as Python pakage
 2021-07-01 11:14 UTC 

[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] libtracefs: Fix tracefs_event_enable/disable() to not have open regex
 2021-06-29 20:40 UTC 

[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  (6+ messages)
` [PATCH 2/2] libtraceevent: Changed angled brackets to double quotes

[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  (64+ messages)
` [PATCH v6 01/45] trace-cmd library: Remove unused private APIs for creating trace files
` [PATCH v6 02/45] trace-cmd library: Remove unused API tracecmd_update_option
` [PATCH v6 03/45] trace-cmd: Check if file version is supported
` [PATCH v6 04/45] trace-cmd library: Add new API to get file version of input handler
` [PATCH v6 05/45] trace-cmd library: Select the file version when writing trace file
` [PATCH v6 06/45] trace-cmd: Add APIs for library initialization and free
` [PATCH v6 07/45] trace-cmd library: Add support for compression algorithms
` [PATCH v6 08/45] trace-cmd list: Show supported "
` [PATCH v6 09/45] trace-cmd library: Bump the trace file version to 7
` [PATCH v6 10/45] trace-cmd library: Compress part of the trace file
` [PATCH v6 11/45] trace-cmd library: Read compressed "
` [PATCH v6 12/45] trace-cmd library: Add new API to get compression of input handler
` [PATCH v6 13/45] trace-cmd library: Inherit compression algorithm from input file
` [PATCH v6 14/45] trace-cmd library: Extend the create file APIs to support different compression
` [PATCH v6 15/45] trace-cmd record: Add new parameter --compression
` [PATCH v6 16/45] trace-cmd dump: Add support for trace files version 7
` [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 19/45] trace-cmd: Move buffers description outside of options
` [PATCH v6 20/45] trace-cmd library: Track the offset in the option section in the trace file
` [PATCH v6 21/45] trace-cmd library: Add compression of the option section of "
` [PATCH v6 22/45] trace-cmd library: Refactor the logic for writing trace data in the file
` [PATCH v6 23/45] trace-cmd library: Add APIs for read and write compressed data in chunks
` [PATCH v6 24/45] trace-cmd: Compress trace data
` [PATCH v6 25/45] trace-cmd: Read compressed "
` [PATCH v6 26/45] trace-cmd library: Compress latency "
` [PATCH v6 27/45] trace-cmd: Read compressed "
` [PATCH v6 28/45] trace-cmd library: Reuse within the library the function that checks file state
` [PATCH v6 29/45] trace-cmd library: Make tracecmd_copy_headers() to work with output handler
` [PATCH v6 30/45] trace-cmd: Do not use trace file compression with streams
` [PATCH v6 31/45] trace-cmd library: Add new API to get file version of output handler
` [PATCH v6 32/45] trace-cmd: Add file state parameter to tracecmd_copy
` [PATCH v6 33/45] trace-cmd: Copy CPU count in tracecmd_copy
` [PATCH v6 34/45] trace-cmd: Copy buffers description "
` [PATCH v6 35/45] trace-cmd: Copy options "
` [PATCH v6 36/45] trace-cmd library: Refactor the logic for writing CPU trace data
` [PATCH v6 37/45] trace-cmd library: Refactor the logic for writing CPU instance "
` [PATCH v6 38/45] trace-cmd: Copy trace data in tracecmd_copy
` [PATCH v6 39/45] trace-cmd: Add compression parameter to tracecmd_copy
` [PATCH v6 40/45] trace-cmd: Add new command "trace-cmd convert"
` [PATCH v6 41/45] trace-cmd record: Update man page
` [PATCH v6 42/45] trace-cmd: Add convert "
` [PATCH v6 43/45] trace-cmd: Update bash completion
` [PATCH v6 44/45] trace-cmd list: Update the man page
` [PATCH v6 45/45] trace-cmd: Update trace.dat "

[PATCH v5 00/40] Add trace file compression
 2021-06-22 13:21 UTC  (43+ messages)
` [PATCH v5 01/40] trace-cmd library: Remove unused private APIs for creating trace files
` [PATCH v5 02/40] trace-cmd library: Remove unused API tracecmd_update_option
` [PATCH v5 03/40] trace-cmd: Check if file version is supported
` [PATCH v5 05/40] trace-cmd library: Select the file version when writing trace file
` [PATCH v5 06/40] trace-cmd: Add APIs for library initialization and free
` [PATCH v5 07/40] trace-cmd library: Add support for compression algorithms
` [PATCH v5 08/40] trace-cmd list: Show supported "
` [PATCH v5 09/40] trace-cmd library: Bump the trace file version to 7
` [PATCH v5 10/40] trace-cmd library: Compress part of the trace file
` [PATCH v5 11/40] trace-cmd library: Read compressed "
` [PATCH v5 12/40] trace-cmd library: Add new API to get compression of input handler
` [PATCH v5 13/40] trace-cmd library: Inherit compression algorithm from input file
` [PATCH v5 14/40] trace-cmd library: Extend the create file APIs to support different compression
` [PATCH v5 15/40] trace-cmd record: Add new parameter --compression
` [PATCH v5 16/40] trace-cmd dump: Add support for trace files version 7
` [PATCH v5 17/40] trace-cmd library: Add support for zlib compression library
` [PATCH v5 18/40] trace-cmd library: Hide the logic for updating buffer offset
` [PATCH v5 19/40] trace-cmd: Move buffers description outside of options
` [PATCH v5 20/40] trace-cmd library: Track the offset in the option section in the trace file
` [PATCH v5 21/40] trace-cmd library: Add compression of the option section of "
` [PATCH v5 22/40] trace-cmd library: Refactor the logic for writing trace data in the file
` [PATCH v5 23/40] trace-cmd library: Add APIs for read and write compressed data in chunks
` [PATCH v5 24/40] trace-cmd: Compress trace data
` [PATCH v5 25/40] trace-cmd: Read compressed "
` [PATCH v5 26/40] trace-cmd library: Compress latency "
` [PATCH v5 27/40] trace-cmd: Read compressed "
` [PATCH v5 28/40] trace-cmd library: Reuse within the library the function that checks file state
` [PATCH v5 29/40] trace-cmd library: Make tracecmd_copy_headers() to work with output handler
` [PATCH v5 30/40] trace-cmd: Do not use trace file compression with streams
` [PATCH v5 31/40] trace-cmd library: Add new API to get file version of output handler
` [PATCH v5 32/40] trace-cmd: Add file state parameter to tracecmd_copy
` [PATCH v5 33/40] trace-cmd: Copy CPU count in tracecmd_copy
` [PATCH v5 34/40] trace-cmd: Copy buffers description "
` [PATCH v5 35/40] trace-cmd: Copy options "
` [PATCH v5 36/40] trace-cmd library: Refactor the logic for writing CPU trace data
` [PATCH v5 37/40] trace-cmd library: Refactor the logic for writing CPU instance "
` [PATCH v5 38/40] trace-cmd: Copy trace data in tracecmd_copy
` [PATCH v5 39/40] trace-cmd: Add compression parameter to tracecmd_copy
` [PATCH v5 40/40] trace-cmd: Add new command "trace-cmd convert"

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

[PATCH] libtracefs: Add APIs for data streaming
 2021-06-21 14:01 UTC 

[PATCH 1/2] libtracefs: Fix typo in documentation
 2021-06-21  8:49 UTC  (2+ messages)
` [PATCH 2/2] libtracefs: Fix utest compilation

[lttng-dev] Usage example of libbabeltrace (babeltrace2) to read CTF traces from a GUI
 2021-06-19  3:42 UTC  (2+ messages)

[PATCH 0/2] Build and fuzzing related fixes
 2021-06-17 19:01 UTC  (10+ messages)
` [PATCH 1/2] libtraceevent: Add eof checks
` [PATCH 2/2] libtraceevent: Changed angled brackets to double quotes

[PATCH] libtracefs: Add memory test
 2021-06-17  9:44 UTC 

[PATCH] libtraceevent: Do not print zero length dynamic strings
 2021-06-16  2:55 UTC 

libtracefs: Implement tracefs_filter_functions()
 2021-06-15 18:15 UTC 

[PATCH v2 0/9] Build trace-cruncher as Python pakage
 2021-06-11 11:39 UTC  (10+ messages)
` [PATCH v2 1/9] trace-cruncher: Refactor the part that wraps ftrace
` [PATCH v2 2/9] trace-cruncher: Refactor the part that wraps libkshark
` [PATCH v2 3/9] trace-cruncher: Add "utils"
` [PATCH v2 4/9] trace-cruncher: Refactor the examples
` [PATCH v2 5/9] trace-cruncher: Add Makefile
` [PATCH v2 6/9] trace-cruncher: Update README.md
` [PATCH v2 7/9] trace-cruncher: Remove all leftover files
` [PATCH v2 8/9] trace-cruncher: Add testing
` [PATCH v2 9/9] trace-cruncher: Add github workflow for CI testing

[PATCH 1/4] libtracefs: Fix enable_disable_all() return value
 2021-06-11 11:03 UTC  (4+ messages)
` [PATCH 4/4] libtracefs: Propagate the return value of the callback function


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