Linux Trace Devel
[Prev Page][Next Page]
- [PATCH v2 82/87] trace-cmd: Add new subcommand "convert", (continued)
- [PATCH 00/87] Trace file version 7,
Tzvetomir Stoyanov (VMware)
- [PATCH 01/87] trace-cmd library: Read option id with correct endian, Tzvetomir Stoyanov (VMware)
- [PATCH 02/87] trace-cmd report: Fix typos in error messages, Tzvetomir Stoyanov (VMware)
- [PATCH 03/87] tarce-cmd library: Fix version string memory leak, Tzvetomir Stoyanov (VMware)
- [PATCH 04/87] trace-cmd library: Fixed a memory leak on input handler close, Tzvetomir Stoyanov (VMware)
- [PATCH 05/87] trace-cmd library: Fix possible memory corruption on processing a trace buffer, Tzvetomir Stoyanov (VMware)
- [PATCH 07/87] trace-cmd library: Add cache functionality to network message handler, Tzvetomir Stoyanov (VMware)
- [PATCH 06/87] trace-cmd library: Add constructor and destructor, Tzvetomir Stoyanov (VMware)
- [PATCH 08/87] trace-cmd library: Add support for compression algorithms, Tzvetomir Stoyanov (VMware)
- [PATCH 09/87] trace-cmd list: Show supported compression algorithms, Tzvetomir Stoyanov (VMware)
- [PATCH 10/87] trace-cmd library: Internal helpers for compressing data, Tzvetomir Stoyanov (VMware)
- [PATCH 11/87] trace-cmd library: Internal helpers for uncompressing data, Tzvetomir Stoyanov (VMware)
- [PATCH 12/87] trace-cmd library: Define trace file version 7, Tzvetomir Stoyanov (VMware)
- [PATCH 13/87] trace-cmd library: Refactor APIs for creating output handler, Tzvetomir Stoyanov (VMware)
- [PATCH 16/87] trace-cmd library: Inherit compression algorithm from input file, Tzvetomir Stoyanov (VMware)
- [PATCH 14/87] trace-cmd library: Reuse within the library the function that checks file state., Tzvetomir Stoyanov (VMware)
- [PATCH 15/87] trace-cmd library: New API to get the version of output handler, Tzvetomir Stoyanov (VMware)
- [PATCH 17/87] trace-cmd library: New API to configure compression on an output handler, Tzvetomir Stoyanov (VMware)
- [PATCH 18/87] trace-cmd record: Add compression to the trace context, Tzvetomir Stoyanov (VMware)
- [PATCH 19/87] trace-cmd library: Write compression header in the trace file, Tzvetomir Stoyanov (VMware)
- [PATCH 20/87] trace-cmd library: Compress part of the trace file, Tzvetomir Stoyanov (VMware)
- [PATCH 21/87] trace-cmd library: Add internal helper functon for writing headers before file sections, Tzvetomir Stoyanov (VMware)
- [PATCH 23/87] trace-cmd library: Refactor the logic for writing trace data in the file, Tzvetomir Stoyanov (VMware)
- [PATCH 22/87] trace-cmd library: Write header before file sections, Tzvetomir Stoyanov (VMware)
- [PATCH 24/87] trace-cmd library: Add local helper function for data compression, Tzvetomir Stoyanov (VMware)
- [PATCH 25/87] trace-cmd library: Compress the trace data, Tzvetomir Stoyanov (VMware)
- [PATCH 29/87] trace-cmd record: Append trace options after the trace data are written, Tzvetomir Stoyanov (VMware)
- [PATCH 26/87] tarce-cmd library: Add multiple options sections in trace file version 7, Tzvetomir Stoyanov (VMware)
- [PATCH 27/87] trace-cmd library: Do not write CPU count section in trace files version 7, Tzvetomir Stoyanov (VMware)
- [PATCH 30/87] trace-cmd library: Add section header before flyrecord trace data, Tzvetomir Stoyanov (VMware)
- [PATCH 28/87] trace-cmd library: Move CPU flyrecord trace metadata into the buffer option, for trace file version 7, Tzvetomir Stoyanov (VMware)
- [PATCH 31/87] trace-cmd library: Fit CPU latency trace data in the new trace file version 7 format, Tzvetomir Stoyanov (VMware)
- [PATCH 32/87] trace-cmd library: Do not write CPUs with empty trace data, Tzvetomir Stoyanov (VMware)
- [PATCH 33/87] trace-cmd library: Add macro to check file state on reading, Tzvetomir Stoyanov (VMware)
- [PATCH 34/87] trace-cmd library: Introduce sections in trace file reading logic, Tzvetomir Stoyanov (VMware)
- [PATCH 36/87] trace-cmd library: Use sections database when reading parts of the trace file, Tzvetomir Stoyanov (VMware)
- [PATCH 35/87] trace-cmd library: Initialize internal sections database on file read, Tzvetomir Stoyanov (VMware)
- [PATCH 38/87] trace-cmd library: Fix possible memory leak in read_ftrace_files(), Tzvetomir Stoyanov (VMware)
- [PATCH 37/87] trace-cmd library: Set log size to the input tep handler when it is read from the file, Tzvetomir Stoyanov (VMware)
- [PATCH 40/87] trace-cmd library: Fix possible memory leak in read_proc_kallsyms(), Tzvetomir Stoyanov (VMware)
- [PATCH 39/87] trace-cmd library: Fix possible memory leak in read_event_files(), Tzvetomir Stoyanov (VMware)
- [PATCH 41/87] trace-cmd library: Fix possible memory leak in read_ftrace_printk(), Tzvetomir Stoyanov (VMware)
- [PATCH 42/87] trace-cmd library: Fix possible memory leak in read_and_parse_cmdlines(), Tzvetomir Stoyanov (VMware)
- [PATCH 43/87] trace-cmd library: Track maximum CPUs count in input handler, Tzvetomir Stoyanov (VMware)
- [PATCH 44/87] trace-cmd library: Set input handler default values in allocation function, Tzvetomir Stoyanov (VMware)
- [PATCH 45/87] trace-cmd library: Read headers from trace file version 7, Tzvetomir Stoyanov (VMware)
- [PATCH 46/87] tarce-cmd library: Do not use local variables when reading CPU stat option, Tzvetomir Stoyanov (VMware)
- [PATCH 47/87] trace-cmd library: Read handle header and compression of the option section, Tzvetomir Stoyanov (VMware)
- [PATCH 48/87] trace-cmd library: Read extended BUFFER option, Tzvetomir Stoyanov (VMware)
- [PATCH 50/87] trace-cmd library: Read compression header, Tzvetomir Stoyanov (VMware)
- [PATCH 49/87] trace-cmd library: Handle the extended DONE option, Tzvetomir Stoyanov (VMware)
- [PATCH 51/87] trace-cmd library: Extend the input handler with trace data decompression context, Tzvetomir Stoyanov (VMware)
- [PATCH 52/87] trace-cmd library: Initialize CPU data decompression logic, Tzvetomir Stoyanov (VMware)
- [PATCH 53/87] trace-cmd library: Initialize CPU data for reading from version 7 trace files, Tzvetomir Stoyanov (VMware)
- [PATCH 54/87] trace-cmd library: Add logic for in-memory decompression, Tzvetomir Stoyanov (VMware)
- [PATCH 55/87] trace-cmd library: Handle latency trace in version 7 files, Tzvetomir Stoyanov (VMware)
- [PATCH 56/87] trace-cmd library: Handle buffer trace data init for version 7 files, Tzvetomir Stoyanov (VMware)
- [PATCH 57/87] trace-cmd report: Use the new latency API to read data, Tzvetomir Stoyanov (VMware)
- [PATCH 58/87] trace-cmd report: Close input file handlers on exit, Tzvetomir Stoyanov (VMware)
- [PATCH 59/87] trace-cmd report: Do not print empty buffer name, Tzvetomir Stoyanov (VMware)
- [PATCH 60/87] trace-cmd report: Init the top trace instance earlier, Tzvetomir Stoyanov (VMware)
- [PATCH 62/87] trace-cmd dump: Add helpers for processing trace file version 7, Tzvetomir Stoyanov (VMware)
- [PATCH 61/87] trace-cmd: Call additional APIs when creating trace file, Tzvetomir Stoyanov (VMware)
- [PATCH 65/87] trace-cmd dump: Read recursively all options sections, Tzvetomir Stoyanov (VMware)
- [PATCH 63/87] trace-cmd dump: Print compression header, Tzvetomir Stoyanov (VMware)
- [PATCH 66/87] trace-cmd dump: Read extended BUFFER option, Tzvetomir Stoyanov (VMware)
- [PATCH 64/87] trace-cmd dump: Add helpers for processing trace file sections, Tzvetomir Stoyanov (VMware)
- [PATCH 69/87] trace-cmd dump: Dump sections content, Tzvetomir Stoyanov (VMware)
- [PATCH 67/87] trace-cmd dump: Dump sections, Tzvetomir Stoyanov (VMware)
- [PATCH 70/87] trace-cmd dump: Add new argument --sections, Tzvetomir Stoyanov (VMware)
- [PATCH 68/87] trace-cmd dump: Dump trace file version 7, Tzvetomir Stoyanov (VMware)
- [PATCH 71/87] trace-cmd dump: Align better the output of flyrecord dump, Tzvetomir Stoyanov (VMware)
- [PATCH 72/87] trace-cmd library: Add zlib compression algorithm, Tzvetomir Stoyanov (VMware)
- [PATCH 73/87] trace-cmd library: Reuse local function that writes to output handler, Tzvetomir Stoyanov (VMware)
- [PATCH 74/87] trace-cmd library: Use output handler when copying data from input file, Tzvetomir Stoyanov (VMware)
- [PATCH 75/87] trace-cmd library: Handle version 7 files when copying headers between files, Tzvetomir Stoyanov (VMware)
- [PATCH 76/87] tarce-cmd library: Copy CPU count between trace files, Tzvetomir Stoyanov (VMware)
- [PATCH 77/87] tarce-cmd library: New API to copy buffer description between trace files, Tzvetomir Stoyanov (VMware)
- [PATCH 78/87] tarce-cmd library: New API to copy options between trace files, Tzvetomir Stoyanov (VMware)
- [PATCH 79/87] tarce-cmd library: New API to copy trace data between trace files, Tzvetomir Stoyanov (VMware)
- [PATCH 80/87] trace-cmd library: Extend tracecmd_copy() API, Tzvetomir Stoyanov (VMware)
- [PATCH 81/87] trace-cmd library: Set correct CPU to the record, retrieved with tracecmd_peek_data, Tzvetomir Stoyanov (VMware)
- [PATCH 82/87] trace-cmd: Add new subcommand "convert", Tzvetomir Stoyanov (VMware)
- [PATCH 84/87] trace-cmd: Update bash completion, Tzvetomir Stoyanov (VMware)
- [PATCH 83/87] trace-cmd report: Add new parameters for version 7 trace files, Tzvetomir Stoyanov (VMware)
- [PATCH 85/87] tarce-cmd: Man page for "trace-cmd convert", Tzvetomir Stoyanov (VMware)
- [PATCH 86/87] tarce-cmd: Update record man page, Tzvetomir Stoyanov (VMware)
- [PATCH 87/87] trace-cmd: Document trace file version 7, Tzvetomir Stoyanov (VMware)
- [PATCH RESEND] MAINTAINERS: add TRACE EVENT LIBRARY section,
Lukas Bulwahn
- [PATCH] libtracefs: Rename GR and NQ to GT and NE respectively, Steven Rostedt
- [PATCH v2] libtracefs: Add "precedence" to tracefs_synth_add_start/end_filter(), Steven Rostedt
- [PATCH] libtracefs: Add "precedence" to tracefs_synth_add_start/end_filter(), Steven Rostedt
- [RFC PATCH] udiag - User mode to trace_event (ftrace, perf, eBPF) ABI,
Beau Belgrave
- [PATCH] libtracefs: Do not use "or" as function parameter name, Yordan Karadzhov (VMware)
- [PATCH 1/2] kernel-shark: Do not include trace-cmd.h in KsAdvFilteringDialog.cpp,
Yordan Karadzhov (VMware)
- [PATCH 0/3] trace-cmd: Clean up library and KernelShark remnants,
Steven Rostedt
- [PATCH 1/2] kernel-shark: Cleanup in CMakeLists.txt,
Yordan Karadzhov (VMware)
- [PATCH] tracepoints: Update static_call before tp_funcs when adding a tracepoint,
Steven Rostedt
- [PATCH] libtracefs: Add Requires libtraceevent to pkg-config file,
Steven Rostedt
- [PATCH v2 0/4] libtracefs: Creating synthetic events,
Steven Rostedt
- [PATCH 0/4] libtracefs: Creating synthetic events,
Steven Rostedt
- [PATCH v3 1/1] tracing: fix bug in rb_per_cpu_empty() that might cause deadloop.,
Haoran Luo
- [PATCH v2 1/1] tracing: fix bug in rb_per_cpu_empty() that might cause deadloop.,
Haoran Luo
- [PATCH 1/1] tracing: fix bug in rb_per_cpu_empty() that might cause deadloop.,
Haoran Luo
- [PATCH for v2.9] trace-cmd: For libtraceevent 1.3 have pr_info equal tep_info, Steven Rostedt
- [PATCH for v2.9 ] trace-cmd: For libtraceevent 1.3 have warning equal tep_warning, Steven Rostedt
- [PATCH] libtracefs: Remove "traceevent/" from referencing libtraceevent headers,
Steven Rostedt
- [PATCH 0/2] tracing: addition of event probe,
Steven Rostedt
- [PATCH] trace-cmd: KernelShark has left the nest, Steven Rostedt
- [PATCH 1/4] trace-cruncher: Add set_ftrace_loglevel(),
Yordan Karadzhov (VMware)
- Re: [PATCH 1/4] trace-cruncher: Add set_ftrace_loglevel(), Steven Rostedt
[PATCH v2 0/3] trace-cruncher: Add Kprobes,
Yordan Karadzhov (VMware)
[PATCH 0/3] trace-cruncher: Add Kprobes,
Yordan Karadzhov (VMware)
[PATCH v4 00/11] Build trace-cruncher as Python pakage,
Yordan Karadzhov (VMware)
- [PATCH v4 02/11] trace-cruncher: Add basic methods for tracing, Yordan Karadzhov (VMware)
- [PATCH v4 01/11] trace-cruncher: Refactor the part that wraps ftrace, Yordan Karadzhov (VMware)
- [PATCH v4 03/11] trace-cruncher: Refactor the part that wraps libkshark, Yordan Karadzhov (VMware)
- [PATCH v4 04/11] trace-cruncher: Add "utils", Yordan Karadzhov (VMware)
- [PATCH v4 05/11] trace-cruncher: Refactor the examples, Yordan Karadzhov (VMware)
- [PATCH v4 06/11] trace-cruncher: Add ftracefy example, Yordan Karadzhov (VMware)
- [PATCH v4 07/11] trace-cruncher: Add Makefile, Yordan Karadzhov (VMware)
- [PATCH v4 06/11] trace-cruncher: Add ftracepy example, Yordan Karadzhov (VMware)
- [PATCH v4 08/11] trace-cruncher: Update README.md, Yordan Karadzhov (VMware)
- [PATCH v4 09/11] trace-cruncher: Remove all leftover files., Yordan Karadzhov (VMware)
- [PATCH v4 10/11] trace-cruncher: Add testing, Yordan Karadzhov (VMware)
- [PATCH v4 11/11] trace-cruncher: Add github workflow for CI testing, Yordan Karadzhov (VMware)
[PATCH] libtracefs: Fix bug in tracefs_instances(),
Yordan Karadzhov (VMware)
[PATCH 0/4] libtracefs: Work to add histogram APIs,
Steven Rostedt
[RFC PATCH] libtracefs: Add tracefs_iterate_stop(), Yordan Karadzhov (VMware)
[PATCH 0/2] libtracefs: Have string lists contain their size,
Steven Rostedt
[PATCH v7 00/10] libtracefs: Facilitate adding and removing kprobes,
Steven Rostedt
- [PATCH v7 03/10] libtracefs: Implement tracefs_kretprobe_raw(), Steven Rostedt
- [PATCH v7 01/10] libtracefs: Implement tracefs_instances(), Steven Rostedt
- [PATCH v7 05/10] libtracefs: Add helper function to parse kprobes, Steven Rostedt
- [PATCH v7 02/10] libtracefs: Implement tracefs_kprobe_raw(), Steven Rostedt
- [PATCH v7 07/10] libtracefs: Implement tracefs_kprobe_clear_all() to remove all kprobes, Steven Rostedt
- [PATCH v7 06/10] libtracefs: Implement tracefs_kprobe_info(), Steven Rostedt
- [PATCH v7 04/10] libtracefs: Implement tracefs_get_kprobes(), Steven Rostedt
- [PATCH v7 09/10] libtracefs: Add man pages for kprobe functions, Steven Rostedt
- [PATCH v7 10/10] libtracefs: Update the unit tests to use the kprobe API instead, Steven Rostedt
- [PATCH v7 08/10] libtracefs: Implement tracefs_kprobe_clear_probe(), Steven Rostedt
[PATCH v6 00/10] libtracefs: Facilitate adding and removing kprobes,
Steven Rostedt
- [PATCH v6 08/10] libtracefs: Implement tracefs_kprobe_clear_probe(), Steven Rostedt
- [PATCH v6 09/10] libtracefs: Add man pages for kprobe functions, Steven Rostedt
- [PATCH v6 02/10] libtracefs: Implement tracefs_kprobe_raw(), Steven Rostedt
- [PATCH v6 01/10] libtracefs: Implement tracefs_instances(), Steven Rostedt
- [PATCH v6 10/10] libtracefs: Update the unit tests to use the kprobe API instead, Steven Rostedt
- [PATCH v6 03/10] libtracefs: Implement tracefs_kretprobe_raw(), Steven Rostedt
- [PATCH v6 05/10] libtracefs: Add helper function to parse kprobes, Steven Rostedt
- [PATCH v6 07/10] libtracefs: Implement tracefs_kprobe_clear_all() to remove all kprobes, Steven Rostedt
- [PATCH v6 06/10] libtracefs: Implement tracefs_kprobe_info(), Steven Rostedt
- [PATCH v6 04/10] libtracefs: Implement tracefs_get_kprobes(), Steven Rostedt
- Re: [PATCH v6 00/10] libtracefs: Facilitate adding and removing kprobes, Steven Rostedt
[PATCH v5 0/7] libtracefs: Facilitate adding and removing kprobes,
Steven Rostedt
[PATCH] libtracefs: Remove leftover regcomp() in event_enable_disable(), Steven Rostedt
[PATCH] libtracefs: Add man pages for tracefs_error_*() functions, Steven Rostedt
[PATCH v4 0/7] libtracefs: Facilitate adding and removing kprobes,
Steven Rostedt
[PATCH v3 0/7] libtracefs: Facilitate adding and removing kprobes,
Steven Rostedt
[PATCH v3 00/11] Build trace-cruncher as Python pakage,
Yordan Karadzhov (VMware)
- [PATCH v3 02/11] trace-cruncher: Add basic methods for tracing, Yordan Karadzhov (VMware)
- [PATCH v3 01/11] trace-cruncher: Refactor the part that wraps ftrace, Yordan Karadzhov (VMware)
- [PATCH v3 03/11] trace-cruncher: Refactor the part that wraps libkshark, Yordan Karadzhov (VMware)
- [PATCH v3 04/11] trace-cruncher: Add "utils", Yordan Karadzhov (VMware)
- [PATCH v3 06/11] trace-cruncher: Add ftracefy example, Yordan Karadzhov (VMware)
- [PATCH v3 07/11] trace-cruncher: Add Makefile, Yordan Karadzhov (VMware)
- [PATCH v3 08/11] trace-cruncher: Update README.md, Yordan Karadzhov (VMware)
- [PATCH v3 10/11] trace-cruncher: Add testing, Yordan Karadzhov (VMware)
- [PATCH v3 11/11] trace-cruncher: Add github workflow for CI testing, Yordan Karadzhov (VMware)
- [PATCH v3 05/11] trace-cruncher: Refactor the examples, Yordan Karadzhov (VMware)
- [PATCH v3 09/11] trace-cruncher: Remove all leftover files., Yordan Karadzhov (VMware)
[PATCH] libtracefs: Implement tracefs_kretprobe_raw(), Steven Rostedt
[PATCH v2] libtraceevent: Fix bug in tep_print_event(), Yordan Karadzhov (VMware)
[PATCH v2 0/4] libtracefs: Facilitate adding and removing kprobes,
Steven Rostedt
[PATCH] libtraceevent: Fix bug in tep_print_event(),
Yordan Karadzhov (VMware)
[PATCH] libtracefs: Implement tracefs_error_last/all(), Steven Rostedt
[PATCH 0/3] libtracefs: Facilitate adding and removing kprobes,
Steven Rostedt
[PATCH] libtracefs: Fix tracefs_event_enable/disable() to not have open regex,
Steven Rostedt
[PATCH] trace-cmd split: Assert if the calculated record size is too big, Steven Rostedt
[PATCH] trace-cmd split: Fix off-by-one error when calculating record len, Steven Rostedt
[PATCH v6] libtracefs: Add APIs for data streaming, Steven Rostedt
[PATCH 0/4] libtracefs: Updates to tracefs_tracer_set(),
Steven Rostedt
[PATCH 0/3] trace-cmd: Update verbose logic,
Steven Rostedt
[PATCH v5] libtracefs: Add APIs for data streaming,
Steven Rostedt
[PATCH v4] libtracefs: Add APIs for data streaming, Steven Rostedt
[PATCH v3] libtracefs: Add APIs for data streaming,
Yordan Karadzhov (VMware)
[PATCH] libtraceevent: Free "->" token in process_entry(), Steven Rostedt
[RFC] Man page for trace-cmd-v7.dat,
Steven Rostedt
[PATCH v2] libtracefs: Add APIs for data streaming,
Yordan Karadzhov (VMware)
[PATCH] trace-cmd split: Fail with an error message if appending data fails, Steven Rostedt
[PATCH] trace-cmd split: Copy trace_clock from input handler to output handler,
Steven Rostedt
[PATCH] trace-cmd: Initialize option list earlier in create_file_fd(), Steven Rostedt
[PATCH] libtracefs: Add APIs for data streaming, Yordan Karadzhov (VMware)
[PATCH 1/2] libtracefs: Fix typo in documentation,
Yordan Karadzhov (VMware)
[PATCH 1/2] libtraceevent: Add eof checks.,
Claire Jensen
[PATCH] libtracefs: Add memory test, Tzvetomir Stoyanov (VMware)
[PATCH] libtraceevent: Do not print zero length dynamic strings, Steven Rostedt
libtracefs: Implement tracefs_filter_functions(), Steven Rostedt
Re: [lttng-dev] Usage example of libbabeltrace (babeltrace2) to read CTF traces from a GUI,
Steven Rostedt
[PATCH v6 00/45] Add trace file compression,
Tzvetomir Stoyanov (VMware)
- [PATCH v6 01/45] trace-cmd library: Remove unused private APIs for creating trace files, Tzvetomir Stoyanov (VMware)
- [PATCH v6 03/45] trace-cmd: Check if file version is supported, Tzvetomir Stoyanov (VMware)
- [PATCH v6 04/45] trace-cmd library: Add new API to get file version of input handler, Tzvetomir Stoyanov (VMware)
- [PATCH v6 06/45] trace-cmd: Add APIs for library initialization and free, Tzvetomir Stoyanov (VMware)
- [PATCH v6 08/45] trace-cmd list: Show supported compression algorithms, Tzvetomir Stoyanov (VMware)
- [PATCH v6 02/45] trace-cmd library: Remove unused API tracecmd_update_option, Tzvetomir Stoyanov (VMware)
- [PATCH v6 18/45] trace-cmd library: Hide the logic for updating buffer offset, Tzvetomir Stoyanov (VMware)
- [PATCH v6 10/45] trace-cmd library: Compress part of the trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v6 25/45] trace-cmd: Read compressed trace data, Tzvetomir Stoyanov (VMware)
- [PATCH v6 09/45] trace-cmd library: Bump the trace file version to 7, Tzvetomir Stoyanov (VMware)
- [PATCH v6 28/45] trace-cmd library: Reuse within the library the function that checks file state., Tzvetomir Stoyanov (VMware)
- [PATCH v6 29/45] trace-cmd library: Make tracecmd_copy_headers() to work with output handler, Tzvetomir Stoyanov (VMware)
- [PATCH v6 16/45] trace-cmd dump: Add support for trace files version 7, Tzvetomir Stoyanov (VMware)
- [PATCH v6 33/45] trace-cmd: Copy CPU count in tracecmd_copy, Tzvetomir Stoyanov (VMware)
- [PATCH v6 36/45] trace-cmd library: Refactor the logic for writing CPU trace data, Tzvetomir Stoyanov (VMware)
- [PATCH v6 43/45] trace-cmd: Update bash completion, Tzvetomir Stoyanov (VMware)
- [PATCH v6 31/45] trace-cmd library: Add new API to get file version of output handler, Tzvetomir Stoyanov (VMware)
- [PATCH v6 39/45] trace-cmd: Add compression parameter to tracecmd_copy, Tzvetomir Stoyanov (VMware)
- [PATCH v6 34/45] trace-cmd: Copy buffers description in tracecmd_copy, Tzvetomir Stoyanov (VMware)
- [PATCH v6 41/45] trace-cmd record: Update man page, Tzvetomir Stoyanov (VMware)
- [PATCH v6 44/45] trace-cmd list: Update the man page, Tzvetomir Stoyanov (VMware)
- [PATCH v6 05/45] trace-cmd library: Select the file version when writing trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v6 12/45] trace-cmd library: Add new API to get compression of input handler, Tzvetomir Stoyanov (VMware)
- [PATCH v6 13/45] trace-cmd library: Inherit compression algorithm from input file, Tzvetomir Stoyanov (VMware)
- [PATCH v6 17/45] trace-cmd library: Add support for zlib compression library, Tzvetomir Stoyanov (VMware)
- [PATCH v6 20/45] trace-cmd library: Track the offset in the option section in the trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v6 07/45] trace-cmd library: Add support for compression algorithms, Tzvetomir Stoyanov (VMware)
- [PATCH v6 22/45] trace-cmd library: Refactor the logic for writing trace data in the file, Tzvetomir Stoyanov (VMware)
- [PATCH v6 24/45] trace-cmd: Compress trace data, Tzvetomir Stoyanov (VMware)
- [PATCH v6 11/45] trace-cmd library: Read compressed trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v6 14/45] trace-cmd library: Extend the create file APIs to support different compression, Tzvetomir Stoyanov (VMware)
- [PATCH v6 26/45] trace-cmd library: Compress latency trace data, Tzvetomir Stoyanov (VMware)
- [PATCH v6 27/45] trace-cmd: Read compressed latency trace data, Tzvetomir Stoyanov (VMware)
- [PATCH v6 30/45] trace-cmd: Do not use trace file compression with streams, Tzvetomir Stoyanov (VMware)
- [PATCH v6 15/45] trace-cmd record: Add new parameter --compression, Tzvetomir Stoyanov (VMware)
- [PATCH v6 21/45] trace-cmd library: Add compression of the option section of the trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v6 19/45] trace-cmd: Move buffers description outside of options, Tzvetomir Stoyanov (VMware)
- [PATCH v6 37/45] trace-cmd library: Refactor the logic for writing CPU instance trace data, Tzvetomir Stoyanov (VMware)
- [PATCH v6 23/45] trace-cmd library: Add APIs for read and write compressed data in chunks, Tzvetomir Stoyanov (VMware)
- [PATCH v6 45/45] trace-cmd: Update trace.dat man page, Tzvetomir Stoyanov (VMware)
- [PATCH v6 35/45] trace-cmd: Copy options in tracecmd_copy, Tzvetomir Stoyanov (VMware)
- [PATCH v6 32/45] trace-cmd: Add file state parameter to tracecmd_copy, Tzvetomir Stoyanov (VMware)
- [PATCH v6 40/45] trace-cmd: Add new command "trace-cmd convert", Tzvetomir Stoyanov (VMware)
- [PATCH v6 38/45] trace-cmd: Copy trace data in tracecmd_copy, Tzvetomir Stoyanov (VMware)
- [PATCH v6 42/45] trace-cmd: Add convert man page, Tzvetomir Stoyanov (VMware)
- Re: [PATCH v6 00/45] Add trace file compression, Steven Rostedt
[PATCH 0/2] Build and fuzzing related fixes,
Ian Rogers
[PATCH 2/2] libtraceevent: Changed angled brackets to double quotes., Ian Rogers
[PATCH v2 0/9] Build trace-cruncher as Python pakage,
Yordan Karadzhov (VMware)
[PATCH v5 00/40] Add trace file compression,
Tzvetomir Stoyanov (VMware)
- [PATCH v5 04/40] trace-cmd library: Add new API to get file version of input handler, Tzvetomir Stoyanov (VMware)
- [PATCH v5 05/40] trace-cmd library: Select the file version when writing trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v5 09/40] trace-cmd library: Bump the trace file version to 7, Tzvetomir Stoyanov (VMware)
- [PATCH v5 06/40] trace-cmd: Add APIs for library initialization and free, Tzvetomir Stoyanov (VMware)
- [PATCH v5 28/40] trace-cmd library: Reuse within the library the function that checks file state., Tzvetomir Stoyanov (VMware)
- [PATCH v5 13/40] trace-cmd library: Inherit compression algorithm from input file, Tzvetomir Stoyanov (VMware)
- [PATCH v5 30/40] trace-cmd: Do not use trace file compression with streams, Tzvetomir Stoyanov (VMware)
- [PATCH v5 16/40] trace-cmd dump: Add support for trace files version 7, Tzvetomir Stoyanov (VMware)
- [PATCH v5 17/40] trace-cmd library: Add support for zlib compression library, Tzvetomir Stoyanov (VMware)
- [PATCH v5 26/40] trace-cmd library: Compress latency trace data, Tzvetomir Stoyanov (VMware)
- [PATCH v5 31/40] trace-cmd library: Add new API to get file version of output handler, Tzvetomir Stoyanov (VMware)
- [PATCH v5 34/40] trace-cmd: Copy buffers description in tracecmd_copy, Tzvetomir Stoyanov (VMware)
- [PATCH v5 32/40] trace-cmd: Add file state parameter to tracecmd_copy, Tzvetomir Stoyanov (VMware)
- [PATCH v5 40/40] trace-cmd: Add new command "trace-cmd convert", Tzvetomir Stoyanov (VMware)
- [PATCH v5 36/40] trace-cmd library: Refactor the logic for writing CPU trace data, Tzvetomir Stoyanov (VMware)
- [PATCH v5 35/40] trace-cmd: Copy options in tracecmd_copy, Tzvetomir Stoyanov (VMware)
- [PATCH v5 39/40] trace-cmd: Add compression parameter to tracecmd_copy, Tzvetomir Stoyanov (VMware)
- [PATCH v5 02/40] trace-cmd library: Remove unused API tracecmd_update_option, Tzvetomir Stoyanov (VMware)
- [PATCH v5 07/40] trace-cmd library: Add support for compression algorithms, Tzvetomir Stoyanov (VMware)
- [PATCH v5 08/40] trace-cmd list: Show supported compression algorithms, Tzvetomir Stoyanov (VMware)
- [PATCH v5 10/40] trace-cmd library: Compress part of the trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v5 11/40] trace-cmd library: Read compressed trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v5 12/40] trace-cmd library: Add new API to get compression of input handler, Tzvetomir Stoyanov (VMware)
- [PATCH v5 01/40] trace-cmd library: Remove unused private APIs for creating trace files, Tzvetomir Stoyanov (VMware)
- [PATCH v5 15/40] trace-cmd record: Add new parameter --compression, Tzvetomir Stoyanov (VMware)
- [PATCH v5 03/40] trace-cmd: Check if file version is supported, Tzvetomir Stoyanov (VMware)
- [PATCH v5 19/40] trace-cmd: Move buffers description outside of options, Tzvetomir Stoyanov (VMware)
- [PATCH v5 20/40] trace-cmd library: Track the offset in the option section in the trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v5 21/40] trace-cmd library: Add compression of the option section of the trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v5 23/40] trace-cmd library: Add APIs for read and write compressed data in chunks, Tzvetomir Stoyanov (VMware)
- [PATCH v5 14/40] trace-cmd library: Extend the create file APIs to support different compression, Tzvetomir Stoyanov (VMware)
- [PATCH v5 29/40] trace-cmd library: Make tracecmd_copy_headers() to work with output handler, Tzvetomir Stoyanov (VMware)
- [PATCH v5 27/40] trace-cmd: Read compressed latency trace data, Tzvetomir Stoyanov (VMware)
- [PATCH v5 22/40] trace-cmd library: Refactor the logic for writing trace data in the file, Tzvetomir Stoyanov (VMware)
- [PATCH v5 18/40] trace-cmd library: Hide the logic for updating buffer offset, Tzvetomir Stoyanov (VMware)
- [PATCH v5 25/40] trace-cmd: Read compressed trace data, Tzvetomir Stoyanov (VMware)
- [PATCH v5 24/40] trace-cmd: Compress trace data, Tzvetomir Stoyanov (VMware)
- [PATCH v5 33/40] trace-cmd: Copy CPU count in tracecmd_copy, Tzvetomir Stoyanov (VMware)
- [PATCH v5 37/40] trace-cmd library: Refactor the logic for writing CPU instance trace data, Tzvetomir Stoyanov (VMware)
- [PATCH v5 38/40] trace-cmd: Copy trace data in tracecmd_copy, Tzvetomir Stoyanov (VMware)
[PATCH] libtraceevent: Workaround address sanitizer warnings., Ian Rogers
[PATCH] trace-cmd: Do not require --verbose to have an argument, Steven Rostedt
[PATCH] libtracefs: Do not free filter regex if it was not created in update_filter(), Steven Rostedt
[PATCH v2] libtraceevent: Handle parsing of "(REC)->" case,
Steven Rostedt
[PATCH] libtraceevent: Handle parsing of "(REC)->" case, Steven Rostedt
[PATCH 1/4] libtracefs: Fix enable_disable_all() return value,
Yordan Karadzhov (VMware)
[PATCH] trace-cmd: Add option to poll trace buffers,
Nicolas Saenz Julienne
[PATCH] libtracefs: Fix event_enable_disable() return value, Yordan Karadzhov (VMware)
[PATCH] libtraceevent: Fix a typo in the log man page, Tzvetomir Stoyanov (VMware)
[PATCH v4 00/29] Add trace file compression,
Tzvetomir Stoyanov (VMware)
- [PATCH v4 01/29] trace-cmd library: Remove unused private APIs for creating trace files, Tzvetomir Stoyanov (VMware)
- [PATCH v4 02/29] trace-cmd library: Remove unused API tracecmd_update_option, Tzvetomir Stoyanov (VMware)
- [PATCH v4 03/29] trace-cmd: Check if file version is supported, Tzvetomir Stoyanov (VMware)
- [PATCH v4 04/29] trace-cmd library: Add new API to get file version of input handler, Tzvetomir Stoyanov (VMware)
- [PATCH v4 05/29] trace-cmd library: Select the file version when writing trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v4 06/29] trace-cmd: Add APIs for library initialization and free, Tzvetomir Stoyanov (VMware)
- [PATCH v4 07/29] trace-cmd library: Add support for compression algorithms, Tzvetomir Stoyanov (VMware)
- [PATCH v4 08/29] trace-cmd list: Show supported compression algorithms, Tzvetomir Stoyanov (VMware)
- [PATCH v4 09/29] trace-cmd library: Bump the trace file version to 7, Tzvetomir Stoyanov (VMware)
- [PATCH v4 10/29] trace-cmd library: Compress part of the trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v4 11/29] trace-cmd library: Read compressed trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v4 12/29] trace-cmd library: Add new API to get compression of input handler, Tzvetomir Stoyanov (VMware)
- [PATCH v4 13/29] trace-cmd library: Inherit compression algorithm from input file, Tzvetomir Stoyanov (VMware)
- [PATCH v4 14/29] trace-cmd library: Extend the create file APIs to support different compression, Tzvetomir Stoyanov (VMware)
- [PATCH v4 15/29] trace-cmd record: Add new parameter --compression, Tzvetomir Stoyanov (VMware)
- [PATCH v4 16/29] trace-cmd dump: Add support for trace files version 7, Tzvetomir Stoyanov (VMware)
- [PATCH v4 17/29] trace-cmd library: Add support for zlib compression library, Tzvetomir Stoyanov (VMware)
- [PATCH v4 18/29] trace-cmd library: Hide the logic for updating buffer offset, Tzvetomir Stoyanov (VMware)
- [PATCH v4 19/29] trace-cmd: Move buffers description outside of options, Tzvetomir Stoyanov (VMware)
- [PATCH v4 20/29] trace-cmd library: Track the offset in the option section in the trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v4 21/29] trace-cmd library: Add compression of the option section of the trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v4 23/29] trace-cmd library: Add APIs for read and write compressed data in chunks, Tzvetomir Stoyanov (VMware)
- [PATCH v4 22/29] trace-cmd library: Refactor the logic for writing trace data in the file, Tzvetomir Stoyanov (VMware)
- [PATCH v4 24/29] trace-cmd: Compress trace data, Tzvetomir Stoyanov (VMware)
- [PATCH v4 25/29] trace-cmd: Read compressed trace data, Tzvetomir Stoyanov (VMware)
- [PATCH v4 26/29] trace-cmd library: Reuse within the library the function that checks file state., Tzvetomir Stoyanov (VMware)
- [PATCH v4 27/29] trace-cmd library: New internal API to set file state of output handler, Tzvetomir Stoyanov (VMware)
- [PATCH v4 28/29] trace-cmd library: Make tracecmd_copy_headers() to work with output handler, Tzvetomir Stoyanov (VMware)
- [PATCH v4 29/29] trace-cmd: Do not use trace file compression with streams, Tzvetomir Stoyanov (VMware)
[PATCH v2 0/7] Final fixes before KS 2.0,
Yordan Karadzhov (VMware)
[PATCH v2 0/6] Changes to trace-cmd logs,
Tzvetomir Stoyanov (VMware)
[PATCH] libtracefs: Add support for setting tracers,
Sameeruddin shaik
[PATCH 0/3] libtraceevent: Add __tep_vprint() for overrides,
Steven Rostedt
[PATCH v4 0/2] trace-cmd: Use vsock tracing to find cids and threads,
Steven Rostedt
[PATCH] libtraceevent: Add new line to trace-seq warnings, Steven Rostedt
[PATCH] libtraceevent: Better warning print-out,
Yordan Karadzhov (VMware)
[PATCH 0/7] Final fixes before KS 2.0,
Yordan Karadzhov (VMware)
[PATCH] trace-cmd: Fix broken profile command, Tzvetomir Stoyanov (VMware)
[PATCH v2] trace-cmd: Auto discover running KVM VMs using virsh, Tzvetomir Stoyanov (VMware)
[PATCH] trace-cmd: Auto discover running KVM VMs using virsh, Tzvetomir Stoyanov (VMware)
trace-cmd record: Update filter_command() to use tracefs_instance_file_append(), Steven Rostedt
[PATCH v3 0/2] trace-cmd: Use vsock tracing to find cids and threads,
Steven Rostedt
[PATCH] trace-cmd: Up the min version of libtraceevent to 1.3 and libtracefs to 1.2, Steven Rostedt
[PATCH v3] libtraceevent: Add back log functions for backward compatibility, Steven Rostedt
[PATCH v2] libtraceevent: Add back log functions for backward compatibility, Steven Rostedt
trace-cmd profile is not working,
Jerome Marchand
[PoC PATCH v3 00/25] Add trace file compression,
Tzvetomir Stoyanov (VMware)
- [PATCH v3 01/25] trace-cmd library: Remove unused private APIs for creating trace files, Tzvetomir Stoyanov (VMware)
- [PATCH v3 02/25] trace-cmd library: Remove unused API tracecmd_update_option, Tzvetomir Stoyanov (VMware)
- [PATCH v3 03/25] trace-cmd: Check if file version is supported, Tzvetomir Stoyanov (VMware)
- [PATCH v3 05/25] trace-cmd library: Select the file version when writing trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v3 04/25] trace-cmd library: Add new API to get file version of input handler, Tzvetomir Stoyanov (VMware)
- [PATCH v3 07/25] trace-cmd library: Add support for compression algorithms, Tzvetomir Stoyanov (VMware)
- [PATCH v3 09/25] trace-cmd library: Bump the trace file version to 7, Tzvetomir Stoyanov (VMware)
- [PATCH v3 08/25] trace-cmd list: Show supported compression algorithms, Tzvetomir Stoyanov (VMware)
- [PATCH v3 06/25] trace-cmd: Add APIs for library initialization and free, Tzvetomir Stoyanov (VMware)
- [PATCH v3 10/25] trace-cmd library: Compress part of the trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v3 11/25] trace-cmd library: Read compressed trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v3 12/25] trace-cmd library: Add new API to get compression of input handler, Tzvetomir Stoyanov (VMware)
- [PATCH v3 13/25] trace-cmd library: Inherit compression algorithm from input file, Tzvetomir Stoyanov (VMware)
- [PATCH v3 14/25] trace-cmd library: Extend the create file APIs to support different compression, Tzvetomir Stoyanov (VMware)
- [PATCH v3 16/25] trace-cmd dump: Add support for trace files version 7, Tzvetomir Stoyanov (VMware)
- [PATCH v3 15/25] trace-cmd record: Add new parameter --compression, Tzvetomir Stoyanov (VMware)
- [PATCH v3 17/25] trace-cmd library: Add support for zlib compression library, Tzvetomir Stoyanov (VMware)
- [PATCH v3 18/25] trace-cmd library: Hide the logic for updating buffer offset, Tzvetomir Stoyanov (VMware)
- [PATCH v3 19/25] trace-cmd: Move buffers description outside of options, Tzvetomir Stoyanov (VMware)
- [PATCH v3 20/25] trace-cmd library: Track the offset in the option section in the trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v3 21/25] trace-cmd library: Add compression of the option section of the trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v3 22/25] trace-cmd library: Refactor the logic for writing trace data in the file, Tzvetomir Stoyanov (VMware)
- [PATCH v3 23/25] trace-cmd library: Add APIs for read and write compressed data in chunks, Tzvetomir Stoyanov (VMware)
- [PATCH v3 24/25] trace-cmd: Compress trace data, Tzvetomir Stoyanov (VMware)
- [PATCH v3 25/25] trace-cmd: Read compressed trace data, Tzvetomir Stoyanov (VMware)
[PATCH] kernel-shark: Add KVMCombo plugin, Yordan Karadzhov (VMware)
[PATCH] kernel-shark: Fix bug in filter clearing, Yordan Karadzhov (VMware)
[PoC PATCH v2 00/21] Add trace file compression,
Tzvetomir Stoyanov (VMware)
- [PATCH v2 01/21] trace-cmd library: Remove unused private APIs for creating trace files, Tzvetomir Stoyanov (VMware)
- [PATCH v2 02/21] trace-cmd library: Remove unused API tracecmd_update_option, Tzvetomir Stoyanov (VMware)
- [PATCH v2 03/21] trace-cmd: Check if file version is supported, Tzvetomir Stoyanov (VMware)
- [PATCH v2 04/21] trace-cmd library: Add new API to get file version of input handler, Tzvetomir Stoyanov (VMware)
- [PATCH v2 05/21] trace-cmd library: Select the file version when writing trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v2 06/21] trace-cmd: Add APIs for library initialization and free, Tzvetomir Stoyanov (VMware)
- [PATCH v2 07/21] trace-cmd library: Add support for compression algorithms, Tzvetomir Stoyanov (VMware)
- [PATCH v2 08/21] trace-cmd list: Show supported compression algorithms, Tzvetomir Stoyanov (VMware)
- [PATCH v2 09/21] trace-cmd library: Bump the trace file version to 7, Tzvetomir Stoyanov (VMware)
- [PATCH v2 10/21] trace-cmd library: Compress part of the trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v2 11/21] trace-cmd library: Read compressed trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v2 12/21] trace-cmd library: Add new API to get compression of input handler, Tzvetomir Stoyanov (VMware)
- [PATCH v2 13/21] trace-cmd library: Inherit compression algorithm from input file, Tzvetomir Stoyanov (VMware)
- [PATCH v2 14/21] trace-cmd library: Extend the create file APIs to support different compression, Tzvetomir Stoyanov (VMware)
- [PATCH v2 15/21] trace-cmd record: Add new parameter --compression, Tzvetomir Stoyanov (VMware)
- [PATCH v2 16/21] trace-cmd dump: Add support for trace files version 7, Tzvetomir Stoyanov (VMware)
- [PATCH v2 17/21] trace-cmd library: Add support for zlib compression library, Tzvetomir Stoyanov (VMware)
- [PATCH v2 18/21] trace-cmd library: Hide the logic for updating buffer offset, Tzvetomir Stoyanov (VMware)
- [PATCH v2 19/21] trace-cmd: Move buffers description outside of options, Tzvetomir Stoyanov (VMware)
- [PATCH v2 20/21] trace-cmd library: Track the offset in the option section in the trace file, Tzvetomir Stoyanov (VMware)
- [PATCH v2 21/21] trace-cmd library: Add compression of the option section of the trace file, Tzvetomir Stoyanov (VMware)
[PATCH] trace-cmd: Trace timesync to find pids that map vCPUs,
Steven Rostedt
[PATCH] trace-cmd: Set user specified clock to all trace instances, Tzvetomir Stoyanov (VMware)
[PATCH] kernel-shark: Add check for return of ksmodel_get_cpu_front(),
Steven Rostedt
[PATCH] trace-cmd report: Document --align-ts option, Tzvetomir Stoyanov (VMware)
[PATCH v2 0/8] Changes to trace-cmd logs,
Tzvetomir Stoyanov (VMware)
[Index of Archives]
[Linux USB Devel]
[Media for Linux]
[Linux SCSI]
[Yosemite Forum]