linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-28 21:53:45 to 2024-01-23 01:49:36 UTC [more...]

[PATCH v2 0/7] trace-cmd: split: Handle splitting files with multiple instances
 2024-01-23  1:51 UTC  (12+ messages)
` [PATCH v2 1/7] trace-cmd split: Small fixes
` [PATCH v2 2/7] trace-cmd split: Correctly split with start/end/time-window parameters
` [PATCH v2 3/7] trace-cmd split: Store instances in local list
` [PATCH v2 4/7] trace-cmd split: Add functions to generate temp files
` [PATCH v2 5/7] trace-cmd split: Handle splitting files with multiple instances
` [PATCH v2 6/7] trace-cmd split: Enable support for buffer selection
` [PATCH v2 7/7] trace-cmd split: Update usage

[PATCHSET 0/9] perf tools: More updates on data type profiling (v4)
 2024-01-22 20:37 UTC  (12+ messages)
` [PATCH 1/9] perf annotate-data: Parse 'lock' prefix from llvm-objdump
` [PATCH 2/9] perf annotate-data: Handle macro fusion on x86
` [PATCH 3/9] perf annotate-data: Handle array style accesses
` [PATCH 4/9] perf annotate-data: Add stack operation pseudo type
` [PATCH 5/9] perf annotate-data: Handle PC-relative addressing
` [PATCH 6/9] perf annotate-data: Support global variables
` [PATCH 7/9] perf dwarf-aux: Add die_get_cfa()
` [PATCH 8/9] perf annotate-data: Support stack variables
` [PATCH 9/9] perf dwarf-aux: Check allowed DWARF Ops

[PATCH 00/34] Fix kernelshark issues introduced by the migration to Qt6
 2024-01-21 19:49 UTC  (43+ messages)
` [PATCH 01/34] kernelshark: Fix modelReset() signaling, rename update to updateGeom
` [PATCH 02/34] kernelshark: Add .gitignore
` [PATCH 03/34] kernelshark: Remove function param when not used, whenever possible
` [PATCH 04/34] kernelshark: Do not create a temporary container for looping over QMap
` [PATCH 05/34] kernelshark: Prevent potential detach of QMap container
` [PATCH 06/34] kernelshark: Fix used after free of QByteArray raw data
` [PATCH 07/34] kernelshark: Fix potential memory leak in KsGLWidget
` [PATCH 08/34] kernelshark: Use lambda parameter instead of captured local variable
` [PATCH 09/34] kernelshark: Keep overridden method protected instead of public
` [PATCH 10/34] kernelshark: Use sliced() or first() instead of mid/right/left()
` [PATCH 11/34] kernelshark: Prevent potential divide by zero in Shape::center()
` [PATCH 12/34] kernelshark: Fix potential access to uninitialized variable
` [PATCH 13/34] kernelshark: Remove unused locals variables
` [PATCH 14/34] kernelshark: Fix range-loop-reference Clazy warning
` [PATCH 15/34] kernelshark: Fix moving a temp object prevents copy elision warning
` [PATCH 16/34] kernelshark: Add receiver object to connect() call
` [PATCH 17/34] kernelshark: Return by reference the list of header in KsModels
` [PATCH 18/34] kernelshark: Fix detaching-temporary Clazy warning
` [PATCH 19/34] kernelshark: Fix qfileinfo-exists "
` [PATCH 20/34] kernelshark: Fix potential memory leaks in libkshark-configio
` [PATCH 21/34] kernelshark: Fix potential access to uninitialized variable
` [PATCH 22/34] kernelshark: Fix potential double free of histo->map, histo->bin_count
` [PATCH 23/34] kernelshark: Fix 'const' type qualifier on return type has no effect
` [PATCH 24/34] kernelshark: Fix potential memory leaks in libkshark-tepdata
` [PATCH 25/34] kernelshark: Fix typo in comment of KsGLWidget::resizeGL()
` [PATCH 26/34] kernelshark: Remove unused KsDataWidget::wipPtr() and broken function
` [PATCH 27/34] kernelshark: In KsTimeOffsetDialog() constructor use parent param
` [PATCH 28/34] kernelshark: Fixed loop counter incremented suspiciously twice
` [PATCH 29/34] kernelshark: Fix tepdata_dump_entry() for event_id = KS_EVENT_OVERFLOW
` [PATCH 30/34] kernelshark: Use static_cast instead of C cast in KsMainWindow
` [PATCH 31/34] kernelshark: Fix comparison of integers of different signs warnings
` [PATCH 32/34] kernelshark: Fix KsTableView columns width, and KsTraceViewer size
` [PATCH 33/34] kernelshark: Allow to reduce a bit more the graph height
` [PATCH 34/34] kernelshark: Cleanup of KsDualMarker methods

kernel-shark fails to display
 2024-01-21 17:00 UTC  (2+ messages)

[PATCH] trace-cmd record: Fix top_instance.output_file being NULL
 2024-01-19 21:27 UTC 

[PATCH 0/5] trace-cmd: split: Handle splitting files with multiple instances
 2024-01-19 17:31 UTC  (16+ messages)
` [PATCH 1/5] trace-cmd: split: Small fixes
` [PATCH 2/5] trace-cmd: usage: Update usage for trace-cmd split
` [PATCH 3/5] trace-cmd: split: Store instances in local list
` [PATCH 4/5] trace-cmd: split: Add functions to generate temp files
` [PATCH 5/5] trace-cmd: split: Handle splitting files with multiple instances

[PATCH] trace-cmd split: Do not fail if cmdlines are not present
 2024-01-17  2:14 UTC 

[PATCH] trace-cmd meson: Add trace-sqlhist.c to meson.build
 2024-01-12  0:20 UTC 

[PATCH] libtracefs: Fix tracefs_instance_reset() of triggers
 2024-01-11 22:38 UTC 

[PATCH] trace-cmd utests: Add more tests to test the iterating
 2024-01-11 22:25 UTC 

[PATCH 0/3] libtracecmd: Fix iterators
 2024-01-11 22:15 UTC  (4+ messages)
` [PATCH 1/3] libtracecmd: Use cpu_data[cpu]->cpus and not ->max_cpu
` [PATCH 2/3] libtracecmd: Do not free records at end of iterator
` [PATCH 3/3] libtracecmd: Just save timestamps and not the records in iterators

[PATCH] libtracecmd: Fix comment for tracecmd_cpus()
 2024-01-11 22:15 UTC 

[PATCH] libtracecmd: Return NULL if page is NULL in peek_last_event()
 2024-01-11 22:13 UTC 

[PATCH] libtracecmd: Break function graph line if exit is on another CPU
 2024-01-11 22:13 UTC 

[PATCH] libtracecmd: Fix free_zpage() offset
 2024-01-11 22:12 UTC 

[PATCH] KsGLWidget: Fix modelReset() signaling, rename update to updateGeom
 2024-01-11 19:07 UTC 

[PATCH] libtracecmd rbtree: Fix deletion of leaf nodes
 2024-01-11  9:13 UTC  (2+ messages)

[PATCH 0/2] trace-cmd record: Add updates for subbuffer size
 2024-01-10 23:00 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd record: Add --subbuf-size option
` [PATCH 2/2] trace-cmd record: Reset buffer_size and subbuf_size when done

[PATCH] libtracefs meson: build tracefs-mmap by default
 2024-01-10 20:56 UTC  (2+ messages)

[PATCH] trace-cmd reset: Fix -d option
 2024-01-10  4:17 UTC 

[PATCH 0/7] libtracefs: More fixes for memory mapping ring buffer API
 2024-01-10  2:51 UTC  (8+ messages)
` [PATCH 1/7] libtracefs: Have mapping work with the other tracefs_cpu* functions
` [PATCH 2/7] libtracefs: Have tracefs_mmap_read() include subbuf meta data
` [PATCH 3/7] libtracefs: Have nonblock tracefs_cpu reads set errno EAGAIN
` [PATCH 4/7] libtracefs: Fix tracefs_mmap() kbuf usage
` [PATCH 5/7] libtracefs: Call mmap ioctl if a refresh happens
` [PATCH 6/7] libtracefs: Add tracefs_mapped_is_supported() API
` [PATCH 7/7] libtracefs utest: Add tests to use mapping if supported

[PATCH 0/4] libtracefs: More updates and fixes to mmap code
 2024-01-09 20:48 UTC  (5+ messages)
` [PATCH 1/4] libtracefs: Unmap mmap mapping on tracefs_cpu close
` [PATCH 2/4] libtracefs: Use tracefs_cpu_*_buf() calls for iterator
` [PATCH 3/4] libtracefs: Use mmapping for iterating raw events
` [PATCH 4/4] libtracefs: Have tracefs_cpu_flush(_buf)() use mapping

[PATCH] libtracefs Documentation: Fix tracefs_cpu_snapshot_open() man pages
 2024-01-09  4:06 UTC 

[PATCH] libtracefs Documentation: Add tracefs_follow_events_clear() to main man page
 2024-01-09  3:59 UTC 

[PATCH] libtracefs: Add man pages for tracefs_snapshot_*() functions
 2024-01-09  3:54 UTC 

[PATCH] libtracefs sql: Rename TIMESTAMP_USECS_DELTA to TIMESTAMP_DELTA_USECS
 2024-01-09  2:55 UTC 

[PATCH] trace-cmd report: Add interrupt info in output
 2024-01-09  0:17 UTC 

[PATCH v2] trace-cmd stat: Add sub-buffer size
 2024-01-08 23:41 UTC 

[PATCH v3] kbuffer: Update kbuf->next in kbuffer_refresh
 2024-01-08 20:14 UTC 

[PATCH v3] libtracefs: Add ring buffer memory mapping APIs
 2024-01-08 19:46 UTC 

[PATCH v2] libtracefs: add option to disable documentation
 2024-01-08 19:32 UTC  (3+ messages)

[PATCH] libtracefs: Force off trace mmapping
 2024-01-08 18:19 UTC 

[PATCH v2] libtracefs: Add ring buffer memory mapping APIs
 2024-01-08 17:49 UTC 

[PATCH v2] kbuffer: Update kbuf->next in kbuffer_refresh()
 2024-01-08 17:38 UTC 

[PATCH] libtracefs: Add ring buffer memory mapping APIs
 2024-01-08 17:34 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2] kbuffer: Always walk the events to calculate timestamp in kbuffer_read_buffer()
 2024-01-08 17:34 UTC 

[PATCH 0/3] kbuffer: Some minor fixes
 2024-01-08 16:47 UTC  (8+ messages)
` [PATCH 1/3] libtraceevent Documentation: Fix tep_kbuffer() prototype
` [PATCH 2/3] kbuffer: Add event if the buffer just fits in kbuffer_read_buffer()
` [PATCH 3/3] kbuffer: Update kbuf->next in kbuffer_refresh()

[PATCH] libtraceevent: add libdl dependency to meson
 2024-01-07 23:07 UTC 

[PATCH] libtracefs: add option to disable samples
 2024-01-07 23:07 UTC 

[PATCH] libtracefs: Fix tracefs_instance_reset to clear synthetic events
 2024-01-06  4:57 UTC 

[PATCH 0/3] trace-cmd: Add sqlhist option and show hist and triggers
 2024-01-06  4:22 UTC  (4+ messages)
` [PATCH 1/3] trace-cmd show: Add --hist and --trigger options
` [PATCH 2/3] trace-cmd sqlhist: Add 'sqlhist' command
` [PATCH 3/3] trace-cmd utest: Add tests for trace-cmd sqlhist

[PATCH] libtracefs: Add ring buffer memory mapping APIs
 2024-01-05 20:22 UTC  (9+ messages)

[PATCH 0/2] libtracefs sql: A couple of fixes
 2024-01-05  5:21 UTC  (3+ messages)
` [PATCH 1/2] libtracefs synthetic: Remove multiple adding of action in tracefs_synth_save()
` [PATCH 2/2] libtracefs synthetic: Handle hashed name variables

[PATCH 0/2] libtracefs: Add more tracefs_sql tests
 2024-01-05  5:15 UTC  (3+ messages)
` [PATCH 1/2] libtracefs utest: Add matches to trace_sql() tests
` [PATCH 2/2] libtracefs utest: Add more tests to test tracefs_sql()

[PATCH v1] libtracefs: Fix sqlhist used uninitialized error
 2024-01-02 17:48 UTC 

[PATCH] libtraceevent Documentation: Fix tep_kbuffer() prototype
 2023-12-29 17:14 UTC 

[PATCH] trace-cmd stat: Add sub-buffer size
 2023-12-29  3:20 UTC 

[PATCH 0/4] trace-cmd: Add ways to read more tracefs files
 2023-12-29  3:16 UTC  (5+ messages)
` [PATCH 1/4] trace-cmd show: Re-arrange the enum long option values
` [PATCH 2/4] trace-cmd show: Add --buffer-subbuf-size option
` [PATCH 3/4] trace-cmd show: Add option to read buffer_percent
` [PATCH 4/4] trace-cmd stat: Use tracefs_instance_file_read()

[PATCH 0/3] trace-cmd library: Fixes and add a reset
 2023-12-29  3:10 UTC  (4+ messages)
` [PATCH 1/3] trace-cmd library: Fix tracecmd_iterate_events_multi() CPU clean up
` [PATCH 2/3] trace-cmd library: Add back setting errno to zero in tracecmd_stack_tracer_status()
` [PATCH 3/3] trace-cmd library: Add tracecmd_iterate_reset()

[RFC][PATCH] libtraceevent: Add meson build targets to Makefile
 2023-12-29  2:51 UTC 

[PATCH v2 00/22] libtracefs: Several updates
 2023-12-28 21:52 UTC  (19+ messages)
` [PATCH v2 02/22] libtracefs testing: Use one tep handle for most tests
` [PATCH v2 06/22] libtracefs: Free dynamic event list in utest
` [PATCH v2 07/22] libtracefs: Reset tracing before and after unit tests
` [PATCH v2 08/22] libtracefs: Add API to remove followers from an instance or toplevel
` [PATCH v2 09/22] libtracefs: Increase splice to use pipe max size
` [PATCH v2 10/22] libtracefs: Add tracefs_instance_file_write_number()
` [PATCH v2 11/22] libtracefs: Add API to read tracefs_cpu and return a kbuffer
` [PATCH v2 12/22] libtracefs: Add tracefs_instance_get/set_buffer_percent()
` [PATCH v2 13/22] libtracefs: Add tracefs_instance_clear() API
` [PATCH v2 14/22] libtracefs utest: Add test to test tracefs_instance_set/get_buffer_percent()
` [PATCH v2 15/22] libtracefs: Add kerneldoc comments to tracefs_instance_set_buffer_size()
` [PATCH v2 16/22] libtracefs: Add tracefs_load_headers() API
` [PATCH v2 17/22] libtracefs: Add API to extract ring buffer statistics
` [PATCH v2 18/22] libtracefs: Add tracefs_instance_set/get_subbuf_size()
` [PATCH v2 19/22] libtracefs: Add TIMESTAMP_USECS_DELTA to simplify SQL timestamp compares
` [PATCH v2 20/22] libtracefs: Also clear max_graph_depth on reset
` [PATCH v2 21/22] libtracefs: Add PID filtering API
` [PATCH v2 22/22] libtracefs: Add updating and reading snapshot buffers


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