Linux-Trace-Devel Archive mirror
 help / color / mirror / Atom feed
RFC: using NIC DMA ring as tracing buffer?
 2024-04-17 23:05 UTC  (4+ messages)

[PATCH 0/2] trace-cmd ftrace: support function retval feature in function_graph
 2024-04-15 15:49 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd ftrace: print function retval "
` [PATCH 2/2] trace-cmd: Add ftrace options with fgraph retval option

[PATCH] libtraceevent: Have single quotes represent characters
 2024-04-15  8:26 UTC 

[PATCH] libtraceevent: Make sure unit test binary fails when tests fail
 2024-04-12  0:35 UTC  (2+ messages)

[PATCH] libtraceevent: Fix tests running on big endian arch
 2024-04-02  8:34 UTC  (3+ messages)
  ` [PATCH] "

[PATCHSET 00/23] Remaining bits of data type profiling (v7)
 2024-03-19 20:34 UTC  (43+ messages)
` [PATCH 01/23] perf dwarf-aux: Remove unused pc argument
` [PATCH 02/23] perf dwarf-aux: Add die_collect_vars()
` [PATCH 03/23] perf dwarf-aux: Handle type transfer for memory access
` [PATCH 04/23] perf dwarf-aux: Add die_find_func_rettype()
` [PATCH 05/23] perf map: Add map__objdump_2rip()
` [PATCH 06/23] perf annotate-data: Introduce struct data_loc_info
` [PATCH 07/23] perf annotate: Add annotate_get_basic_blocks()
` [PATCH 08/23] perf annotate-data: Add debug messages
` [PATCH 09/23] perf annotate-data: Maintain variable type info
` [PATCH 10/23] perf annotate-data: Add update_insn_state()
` [PATCH 11/23] perf annotate-data: Add get_global_var_type()
` [PATCH 12/23] perf annotate-data: Handle global variable access
` [PATCH 13/23] perf annotate-data: Handle call instructions
` [PATCH 14/23] perf annotate-data: Implement instruction tracking
` [PATCH 15/23] perf annotate-data: Check register state for type
` [PATCH 16/23] perf annotate: Parse x86 segment register location
` [PATCH 17/23] perf annotate-data: Handle this-cpu variables in kernel
` [PATCH 18/23] perf annotate-data: Track instructions with a this-cpu variable
` [PATCH 19/23] perf annotate-data: Support general per-cpu access
` [PATCH 20/23] perf annotate-data: Handle ADD instructions
` [PATCH 21/23] perf annotate-data: Add stack canary type
` [PATCH 22/23] perf annotate-data: Add a cache for global variable types
` [PATCH 23/23] perf annotate-data: Do not retry for invalid types

[PATCH] libtracefs meson: Use SemVer in the build description
 2024-03-14 16:43 UTC  (2+ messages)

[PATCH] rtla: Remove tarfile functionality
 2024-03-12 16:00 UTC 

[PATCH] trace-cmd: support -m parameter for virt instances
 2024-03-12  4:12 UTC  (2+ messages)

[PATCH] build: various fixes for the Meson build of libtraceevent
 2024-03-11 11:11 UTC 

[PATCH 1/3] kernel-shark: Enable extra compile warnings
 2024-03-10 19:32 UTC  (3+ messages)
` [PATCH 2/3] kernelshark: Mute all "unused parameter" warnings
` [PATCH 3/3] kernel-shark: Fix various compile warnings

[PATCH 00/34] Fix kernelshark issues introduced by the migration to Qt6
 2024-03-03 20:43 UTC  (11+ messages)
` [PATCH 04/34] kernelshark: Do not create a temporary container for looping over QMap

kernel-shark fails to display
 2024-03-01 17:48 UTC  (4+ messages)

[PATCH] meson: add utest option
 2024-02-25 20:47 UTC 

[PATCH v2] libtracefs: Update trace_buffer_meta
 2024-02-23 22:48 UTC  (3+ messages)

[PATCH v3] libtracefs: Update trace_buffer_meta
 2024-02-23 22:47 UTC 

[LSF/MM/BPF TOPIC] perf tools issues with BPF
 2024-02-23 20:09 UTC 

[PATCH v2 0/3] utest: fix build with musl + clang >=15
 2024-02-22 17:24 UTC  (7+ messages)
` [PATCH v2 1/3] utest/tracefs-utest: include linux/limits.h
` [PATCH v2 2/3] utest/tracefs-utest: define _LARGEFILE64_SOURCE
` [PATCH v2 3/3] utest/trace-utest: include libgen.h

[PATCH v6 1/2] trace-cmd split: Remove const to (struct handle_list).name
 2024-02-22 17:00 UTC  (3+ messages)
` [PATCH v6 2/2] trace-cmd split: Enable support for buffer selection

[PATCH] trace-cmd utest: Add PATH_MAX if it is not already defined
 2024-02-22 16:06 UTC 

[PATCH] libtracefs utest: Add PATH_MAX if it is not already defined
 2024-02-22 16:05 UTC 

[PATCH v2] utest/trace-utest: include libgen.h
 2024-02-22 10:16 UTC 

[PATCH 0/3] utest: fix FTBFS with clang >=15
 2024-02-22  8:59 UTC  (8+ messages)
` [PATCH 1/3] utest/tracefs-utest: add missing include
` [PATCH 2/3] utest/tracefs-utest: add missing define
` [PATCH 3/3] utest/trace-utest: add missing include

[PATCH v5] trace-cmd split: Enable support for buffer selection
 2024-02-22  0:48 UTC  (2+ messages)

[PATCHSET 00/14] perf tools: Remaining bits of data type profiling (v6)
 2024-02-16 23:54 UTC  (15+ messages)
` [PATCH 01/14] perf dwarf-aux: Add die_collect_vars()
` [PATCH 02/14] perf dwarf-aux: Handle type transfer for memory access
` [PATCH 03/14] perf annotate-data: Introduce struct data_loc_info
` [PATCH 04/14] perf map: Add map__objdump_2rip()
` [PATCH 05/14] perf annotate: Add annotate_get_basic_blocks()
` [PATCH 06/14] perf annotate-data: Maintain variable type info
` [PATCH 07/14] perf annotate-data: Add update_insn_state()
` [PATCH 08/14] perf annotate-data: Handle global variable access
` [PATCH 09/14] perf annotate-data: Handle call instructions
` [PATCH 10/14] perf annotate-data: Implement instruction tracking
` [PATCH 11/14] perf annotate: Parse x86 segment register location
` [PATCH 12/14] perf annotate-data: Handle this-cpu variables in kernel
` [PATCH 13/14] perf annotate-data: Track instructions with a this-cpu variable
` [PATCH 14/14] perf annotate-data: Add stack canary type

[PATCH v4] trace-cmd split: Enable support for buffer selection
 2024-02-16  3:24 UTC  (2+ messages)

[PATCH] utest/trace-utest: add missing include
 2024-02-15 10:25 UTC 

[PATCH v3 0/5] trace-cmd: split: Handle splitting files with multiple instances
 2024-02-12 21:28 UTC  (13+ messages)
` [PATCH v3 4/5] trace-cmd split: Enable support for buffer selection

[PATCH] rtla: osnoise: timerlat: exit with EXIT_SUCCESS when help is invoked
 2024-02-08 13:23 UTC  (2+ messages)

[PATCHSET 00/14] perf tools: Remaining bits of data type profiling (v5)
 2024-02-07 20:43 UTC  (33+ messages)
` [PATCH 01/14] perf dwarf-aux: Add die_collect_vars()
` [PATCH 02/14] perf dwarf-aux: Handle type transfer for memory access
` [PATCH 03/14] perf annotate-data: Introduce struct data_loc_info
` [PATCH 04/14] perf map: Add map__objdump_2rip()
` [PATCH 05/14] perf annotate: Add annotate_get_basic_blocks()
` [PATCH 06/14] perf annotate-data: Maintain variable type info
` [PATCH 07/14] perf annotate-data: Add update_insn_state()
` [PATCH 08/14] perf annotate-data: Handle global variable access
` [PATCH 09/14] perf annotate-data: Handle call instructions
` [PATCH 10/14] perf annotate-data: Implement instruction tracking
` [PATCH 11/14] perf annotate: Parse x86 segment register location
` [PATCH 12/14] perf annotate-data: Handle this-cpu variables in kernel
` [PATCH 13/14] perf annotate-data: Track instructions with a this-cpu variable
` [PATCH 14/14] perf annotate-data: Add stack canary type

[PATCH] trace-cmd: fix --poll trace recording
 2024-01-29 20:42 UTC 

[PATCH] eventfs: Have inodes have unique inode numbers
 2024-01-29 18:58 UTC  (48+ messages)

[PATCH 05/34] kernelshark: Prevent potential detach of QMap container
 2024-01-28 19:38 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 11/34] kernelshark: Prevent potential divide by zero in Shape::center()
 2024-01-28 19:26 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 20/34] kernelshark: Fix potential memory leaks in libkshark-configio
 2024-01-28 19:25 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 24/34] kernelshark: Fix potential memory leaks in libkshark-tepdata
 2024-01-28 19:24 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 33/34] kernelshark: Allow to reduce a bit more the graph height
 2024-01-28 18:59 UTC  (2+ messages)
` [PATCH v2 "


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 read-only IMAP folder(s) and NNTP newsgroup(s).