linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-05 20:27:58 to 2024-01-27 09:43:12 UTC [more...]

[PATCH] eventfs: Have inodes have unique inode numbers
 2024-01-27  9:36 UTC  (21+ messages)

[PATCH v3 0/5] trace-cmd: split: Handle splitting files with multiple instances
 2024-01-26  8:54 UTC  (13+ messages)
` [PATCH v3 1/5] trace-cmd split: Store instances in local list
` [PATCH v3 2/5] trace-cmd split: Add functions to generate temp files
` [PATCH v3 3/5] trace-cmd split: Handle splitting files with multiple instances
` [PATCH v3 4/5] trace-cmd split: Enable support for buffer selection
` [PATCH v3 5/5] trace-cmd split: Update usage

[PATCH v2 0/7] trace-cmd: split: Handle splitting files with multiple instances
 2024-01-24 22:36 UTC  (16+ 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

[PATCH] trace-cmd report: Allow for multiple files without having -i
 2024-01-24 18:22 UTC 

[PATCH] libtracefs: Update the kbuf for previous read in trace_mmap_load_subbuf()
 2024-01-24 17:58 UTC  (5+ messages)

[PATCH v2] trace-cmd split: Initialize current in parse_file()
 2024-01-24 17:49 UTC 

[PATCH] trace-cmd split: Initialize current in parse_file()
 2024-01-24 17:34 UTC 

[PATCH] libtracefs: Update trace_buffer_meta
 2024-01-23 18:06 UTC  (2+ messages)

[PATCH] libtracefs: Add ring buffer memory mapping APIs
 2024-01-23 15:15 UTC  (7+ messages)
` [PATCH v2] "

[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 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  (6+ messages)
` [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


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