linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-07 13:22:26 to 2021-07-29 05:10:25 UTC [more...]

[PATCH v2 00/87] Trace file version 7
 2021-07-29  5:08 UTC  (23+ messages)
` [PATCH v2 01/87] trace-cmd library: Read option id with correct endian
` [PATCH v2 02/87] trace-cmd report: Fix typos in error messages
` [PATCH v2 03/87] tarce-cmd library: Fix version string memory leak
` [PATCH v2 04/87] trace-cmd library: Fixed a memory leak on input handler close
` [PATCH v2 05/87] trace-cmd library: Fix possible memory corruption on processing a trace buffer
` [PATCH v2 06/87] trace-cmd library: Add constructor and destructor
` [PATCH v2 07/87] trace-cmd library: Add cache functionality to network message handler
` [PATCH v2 08/87] trace-cmd library: Add support for compression algorithms
` [PATCH v2 09/87] trace-cmd list: Show supported "
` [PATCH v2 10/87] trace-cmd library: Internal helpers for compressing data
` [PATCH v2 11/87] trace-cmd library: Internal helpers for uncompressing data
` [PATCH v2 12/87] trace-cmd library: Define trace file version 7
` [PATCH v2 13/87] trace-cmd library: Refactor APIs for creating output handler
` [PATCH v2 14/87] trace-cmd library: Reuse within the library the function that checks file state
` [PATCH v2 15/87] trace-cmd library: New API to get the version of output handler
` [PATCH v2 16/87] trace-cmd library: Inherit compression algorithm from input file
` [PATCH v2 17/87] trace-cmd library: New API to configure compression on an output handler
` [PATCH v2 18/87] trace-cmd record: Add compression to the trace context
` [PATCH v2 19/87] trace-cmd library: Write compression header in the trace file
` [PATCH v2 20/87] trace-cmd library: Compress part of "
` [PATCH v2 21/87] trace-cmd library: Add internal helper functon for writing headers before file sections
` [PATCH v2 22/87] trace-cmd library: Write header "

[PATCH RESEND] MAINTAINERS: add TRACE EVENT LIBRARY section
 2021-07-28 14:43 UTC  (2+ messages)

[PATCH 00/87] Trace file version 7
 2021-07-28 13:32 UTC  (88+ messages)
` [PATCH 01/87] trace-cmd library: Read option id with correct endian
` [PATCH 02/87] trace-cmd report: Fix typos in error messages
` [PATCH 03/87] tarce-cmd library: Fix version string memory leak
` [PATCH 04/87] trace-cmd library: Fixed a memory leak on input handler close
` [PATCH 05/87] trace-cmd library: Fix possible memory corruption on processing a trace buffer
` [PATCH 06/87] trace-cmd library: Add constructor and destructor
` [PATCH 07/87] trace-cmd library: Add cache functionality to network message handler
` [PATCH 08/87] trace-cmd library: Add support for compression algorithms
` [PATCH 09/87] trace-cmd list: Show supported "
` [PATCH 10/87] trace-cmd library: Internal helpers for compressing data
` [PATCH 11/87] trace-cmd library: Internal helpers for uncompressing data
` [PATCH 12/87] trace-cmd library: Define trace file version 7
` [PATCH 13/87] trace-cmd library: Refactor APIs for creating output handler
` [PATCH 14/87] trace-cmd library: Reuse within the library the function that checks file state
` [PATCH 15/87] trace-cmd library: New API to get the version of output handler
` [PATCH 16/87] trace-cmd library: Inherit compression algorithm from input file
` [PATCH 17/87] trace-cmd library: New API to configure compression on an output handler
` [PATCH 18/87] trace-cmd record: Add compression to the trace context
` [PATCH 19/87] trace-cmd library: Write compression header in the trace file
` [PATCH 20/87] trace-cmd library: Compress part of "
` [PATCH 21/87] trace-cmd library: Add internal helper functon for writing headers before file sections
` [PATCH 22/87] trace-cmd library: Write header "
` [PATCH 23/87] trace-cmd library: Refactor the logic for writing trace data in the file
` [PATCH 24/87] trace-cmd library: Add local helper function for data compression
` [PATCH 25/87] trace-cmd library: Compress the trace data
` [PATCH 26/87] tarce-cmd library: Add multiple options sections in trace file version 7
` [PATCH 27/87] trace-cmd library: Do not write CPU count section in trace files "
` [PATCH 28/87] trace-cmd library: Move CPU flyrecord trace metadata into the buffer option, for trace file "
` [PATCH 29/87] trace-cmd record: Append trace options after the trace data are written
` [PATCH 30/87] trace-cmd library: Add section header before flyrecord trace data
` [PATCH 31/87] trace-cmd library: Fit CPU latency trace data in the new trace file version 7 format
` [PATCH 32/87] trace-cmd library: Do not write CPUs with empty trace data
` [PATCH 33/87] trace-cmd library: Add macro to check file state on reading
` [PATCH 34/87] trace-cmd library: Introduce sections in trace file reading logic
` [PATCH 35/87] trace-cmd library: Initialize internal sections database on file read
` [PATCH 36/87] trace-cmd library: Use sections database when reading parts of the trace file
` [PATCH 37/87] trace-cmd library: Set log size to the input tep handler when it is read from the file
` [PATCH 38/87] trace-cmd library: Fix possible memory leak in read_ftrace_files()
` [PATCH 39/87] trace-cmd library: Fix possible memory leak in read_event_files()
` [PATCH 40/87] trace-cmd library: Fix possible memory leak in read_proc_kallsyms()
` [PATCH 41/87] trace-cmd library: Fix possible memory leak in read_ftrace_printk()
` [PATCH 42/87] trace-cmd library: Fix possible memory leak in read_and_parse_cmdlines()
` [PATCH 43/87] trace-cmd library: Track maximum CPUs count in input handler
` [PATCH 44/87] trace-cmd library: Set input handler default values in allocation function
` [PATCH 45/87] trace-cmd library: Read headers from trace file version 7
` [PATCH 46/87] tarce-cmd library: Do not use local variables when reading CPU stat option
` [PATCH 47/87] trace-cmd library: Read handle header and compression of the option section
` [PATCH 48/87] trace-cmd library: Read extended BUFFER option
` [PATCH 49/87] trace-cmd library: Handle the extended DONE option
` [PATCH 50/87] trace-cmd library: Read compression header
` [PATCH 51/87] trace-cmd library: Extend the input handler with trace data decompression context
` [PATCH 52/87] trace-cmd library: Initialize CPU data decompression logic
` [PATCH 53/87] trace-cmd library: Initialize CPU data for reading from version 7 trace files
` [PATCH 54/87] trace-cmd library: Add logic for in-memory decompression
` [PATCH 55/87] trace-cmd library: Handle latency trace in version 7 files
` [PATCH 56/87] trace-cmd library: Handle buffer trace data init for "
` [PATCH 57/87] trace-cmd report: Use the new latency API to read data
` [PATCH 58/87] trace-cmd report: Close input file handlers on exit
` [PATCH 59/87] trace-cmd report: Do not print empty buffer name
` [PATCH 60/87] trace-cmd report: Init the top trace instance earlier
` [PATCH 61/87] trace-cmd: Call additional APIs when creating trace file
` [PATCH 62/87] trace-cmd dump: Add helpers for processing trace file version 7
` [PATCH 63/87] trace-cmd dump: Print compression header
` [PATCH 64/87] trace-cmd dump: Add helpers for processing trace file sections
` [PATCH 65/87] trace-cmd dump: Read recursively all options sections
` [PATCH 66/87] trace-cmd dump: Read extended BUFFER option
` [PATCH 67/87] trace-cmd dump: Dump sections
` [PATCH 68/87] trace-cmd dump: Dump trace file version 7
` [PATCH 69/87] trace-cmd dump: Dump sections content
` [PATCH 70/87] trace-cmd dump: Add new argument --sections
` [PATCH 71/87] trace-cmd dump: Align better the output of flyrecord dump
` [PATCH 72/87] trace-cmd library: Add zlib compression algorithm
` [PATCH 73/87] trace-cmd library: Reuse local function that writes to output handler
` [PATCH 74/87] trace-cmd library: Use output handler when copying data from input file
` [PATCH 75/87] trace-cmd library: Handle version 7 files when copying headers between files
` [PATCH 76/87] tarce-cmd library: Copy CPU count between trace files
` [PATCH 77/87] tarce-cmd library: New API to copy buffer description "
` [PATCH 78/87] tarce-cmd library: New API to copy options "
` [PATCH 79/87] tarce-cmd library: New API to copy trace data "
` [PATCH 80/87] trace-cmd library: Extend tracecmd_copy() API
` [PATCH 81/87] trace-cmd library: Set correct CPU to the record, retrieved with tracecmd_peek_data
` [PATCH 82/87] trace-cmd: Add new subcommand "convert"
` [PATCH 83/87] trace-cmd report: Add new parameters for version 7 trace files
` [PATCH 84/87] trace-cmd: Update bash completion
` [PATCH 85/87] tarce-cmd: Man page for "trace-cmd convert"
` [PATCH 86/87] tarce-cmd: Update record man page
` [PATCH 87/87] trace-cmd: Document trace file version 7

[PATCH] libtracefs: Rename GR and NQ to GT and NE respectively
 2021-07-28  3:53 UTC 

[PATCH v2] libtracefs: Add "precedence" to tracefs_synth_add_start/end_filter()
 2021-07-28  3:39 UTC 

[PATCH] libtracefs: Add "precedence" to tracefs_synth_add_start/end_filter()
 2021-07-28  1:24 UTC 

[RFC PATCH] udiag - User mode to trace_event (ftrace, perf, eBPF) ABI
 2021-07-27 19:35 UTC 

[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  (6+ messages)
` [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  (2+ messages)
` [PATCH v4 11/11] trace-cruncher: Add github workflow for CI testing


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