libtracecmd API extensions
2025-11-20 18:08 UTC (2+ messages)
[PATCH] tracing: Fix several comment spelling mistakes
2025-11-16 21:03 UTC
[PATCH v2 0/6] trace-cmd: Use BTF to show the arguments for function tracers
2025-11-14 21:47 UTC (7+ messages)
` [PATCH v2 1/6] libtracecmd: Remove "compress" parameter from save_string_section()
` [PATCH v2 2/6] libtracecmd: Remove "compress" parameter from tcmd_out_compress*() functions
` [PATCH v2 3/6] libtracecmd: Add write_compress_section_header() for writing compress sections
` [PATCH v2 4/6] trace-cmd record / report: Record BTF file if function arguments are recorded
` [PATCH v2 5/6] libtracecmd: Add printing of arguments for function graph tracer
` [PATCH v2 6/6] trace-cmd documenatation: Update the trace.dat man page for BTF_FILE
[PATCH] libtraceevent: Use BTF_INT_BITS/OFFSET() when parsing int parameters
2025-11-14 19:09 UTC
[PATCH] meson.build: Build plugin_net.c
2025-11-14 11:10 UTC
i586: make test: event-parse.c:5643:(.text+0x16e6): undefined reference to `_tep_local___stack_chk_fail_local'
2025-11-14 9:48 UTC
[PATCH v3 0/4] libtraceevent: Add BTF parsing for function arguments
2025-11-12 21:42 UTC (5+ messages)
` [PATCH v3 1/4] libtraceevent: Add loading of BTF to the tep handle
` [PATCH v3 2/4] libtraceevent: Add man page for the new BTF functions
` [PATCH v3 3/4] libtraceevent: Have BTF find functions with extra characters
` [PATCH v3 4/4] libtraceevent utest: Add simple test to test BTF parsing
[PATCH 0/2] libtraceevent: Add BTF parsing for function arguments
2025-11-12 20:59 UTC (15+ messages)
` [PATCH 1/2] libtraceevent: Add loading of BTF to the tep handle
` [PATCH 2/2] libtraceevent: Add man page for the new BTF functions
[PATCH v2 0/2] libtraceevent: Fix static library to hide hidden functions
2025-11-12 16:30 UTC (5+ messages)
` [PATCH v2 1/2] libtraceevent: Have "
` [PATCH v2 2/2] libtraceevent: Have meson build rename hidden global functions
[PATCH] tracing: fix incorrcet short option in usage text for --threads
2025-11-07 1:00 UTC (2+ messages)
[PATCH] kbuffer: fix endianness flags for big-endian host
2025-11-04 8:45 UTC
[PATCH] Documentation: Update latency description for migration disabled
2025-10-31 15:55 UTC
[PATCH] kernelshark: fix bug in the behavior of ksglwidget rubber band
2025-10-30 19:01 UTC (4+ messages)
[PATCH v2] kernelshark: add .gitignore for generated/build files
2025-10-30 18:51 UTC (2+ messages)
[PATCH v2] kernelshark: fix bug in the behavior of ksglwidget rubber band
2025-10-28 20:45 UTC
[PATCH] kernelshark: add .gitignore for generated/build files
2025-10-27 20:01 UTC (2+ messages)
[PATCH] kernelshark: generate header file in the build directory
2025-10-27 19:47 UTC (2+ messages)
[PATCH] tracecmd: --poll option is not passed down to guest
2025-10-24 17:43 UTC
[PATCH] Print arrays like Linux does
2025-10-20 17:38 UTC (4+ messages)
[PATCH] kernelshark: make sure ksmodels index is valid before use
2025-10-19 14:48 UTC (2+ messages)
*** Urgent Change ***
2025-10-17 12:45 UTC
[PATCH] kernelshark: Allow building with CMake 4+
2025-10-13 15:55 UTC (2+ messages)
[PATCH] kernelshark: make sure ksmodels index is valid before use
2025-10-12 19:42 UTC (2+ messages)
Thematic Funds Letter Of Intent
2025-09-23 23:54 UTC
[PATCH] trace-cmd list: Allow adding a regex to filter out showing of options
2025-08-28 0:41 UTC
[PATCH] libtracefs: Make comm field a string
2025-08-27 22:40 UTC
[PATCH] trace-cmd record/set: Use write() instead of fwrite() for options
2025-08-26 14:52 UTC
[PATCH 0/2] ccli: Two small fixes for ccli
2025-08-21 0:23 UTC (7+ messages)
` [PATCH 1/2] ccli: cache: Fix -Wuninitialized warning
` [PATCH 2/2] ccli: commands: Fix optimized `strlen()` calls
[RFC][PATCH] libtraceevent: Fix static library to hide hidden functions
2025-08-20 10:39 UTC (8+ messages)
[PATCH] ccli: Relicense the library from LGPL-2.1 to MIT
2025-08-15 22:19 UTC
[PATCH] libtracefs: Fix tracefs_event_is_enabled() for all events
2025-08-11 21:55 UTC
[PATCH v3 0/2] libtracecmd: Support changing /proc/kallsyms
2025-08-11 8:22 UTC (4+ messages)
` [PATCH v3 1/2] libtracecmd: Support querying position within a new compressed block
` [PATCH v3 2/2] libtracecmd: Support changing /proc/kallsyms
[PATCH 0/5] trace-cmd: Use BTF to parse function arguments
2025-08-04 14:36 UTC (11+ messages)
` [PATCH 1/5] libtracecmd: Remove "compress" parameter from save_string_section()
` [PATCH 2/5] libtracecmd: Remove "compress" parameter from tcmd_out_compress*() functions
` [PATCH 3/5] libtracecmd: Add write_compress_section_header() for writing compress sections
` [PATCH 4/5] trace-cmd record / report: Record BTF file if function arguments are recorded
` [PATCH 5/5] libtracecmd: Add printing of arguments for function graph tracer
[PATCH 1/2] libtracefs: utest: Return non-zero exit code when something fails
2025-08-02 7:38 UTC (6+ messages)
` [PATCH 2/2] libtracefs/Documentation: Fix markup in the man page
` [PATCH v2 1/2] libtracefs: utest: Return non-zero exit code when something fails
` [PATCH v2 2/2] libtracefs/Documentation: Fix markup in the man page
[PATCH v2 0/2] libtraceevent: Add BTF parsing for function arguments
2025-08-02 2:39 UTC (3+ messages)
` [PATCH v2 1/2] libtraceevent: Add loading of BTF to the tep handle
` [PATCH v2 2/2] libtraceevent: Add man page for the new BTF functions
[PATCH] trace-cmd split: Only open one file descriptor per CPU
2025-07-08 18:38 UTC
[PATCH v2 0/2] libtracecmd: Support changing /proc/kallsyms
2025-07-08 18:24 UTC (4+ messages)
` [PATCH v2 1/2] libtracecmd: Support querying position within a new compressed block
` [PATCH v2 2/2] libtracecmd: Support changing /proc/kallsyms
[ANNOUNCE] uftrace v0.18 is released
2025-07-06 6:22 UTC
[PATCH 0/2] trace-cmd: glob() fixes
2025-07-03 11:53 UTC (3+ messages)
` [PATCH 1/2] trace-cmd: libtrace-cmd: fix glob() return value checks
` [PATCH 2/2] trace-cmd: record: "
For sale
2025-06-24 21:07 UTC
libtracecmd: tracecmd_filter_add filters unrelated events
2025-06-03 8:51 UTC (3+ messages)
[PATCH] libtracecmd: Support changing /proc/kallsyms
2025-06-02 15:19 UTC (6+ messages)
[PATCH v1] libtracefs: Fix enum type in read_event_state
2025-05-30 22:54 UTC
[PATCH] libtraceevent: Save missed events in kbuffer_read_buffer()
2025-05-30 21:22 UTC
[PATCH] trace-cmd completion: Fix trace-cmd report to show files
2025-05-30 19:45 UTC
Fw: Tracing Summit 2025 - Call for Proposals reminder
2025-05-30 18:28 UTC
[PATCH v1] libtracefs: Fix the /dev/null redirection compatibility in Makefile
2025-05-23 17:47 UTC
[PATCH v2] libtraceevent: Fix the /dev/null redirection compatibility in Makefile
2025-05-13 10:23 UTC
[PATCH v1] libtraceevent: Add the built binary test to .gitignore
2025-05-13 7:26 UTC
[PATCH] libtraceevent plugins: Add plugin_net to handle bswap during print
2025-04-17 14:58 UTC (9+ messages)
` [PATCH v2] libtraceevent plugins: Add plugin_net to handle byte swap "
[PATCH] trace-cmd completion: Fix trace-cmd report to show files
2025-04-17 0:12 UTC
[ANNOUNCE] trace-cmd 3.3.2 and libtracefs 1.8.2 have been released
2025-04-15 16:54 UTC
[PATCH] libtraceevent: Add support for nested ?: conditionals
2025-04-14 19:35 UTC
[PATCH] libtraceevent: Add support for __print_dynamic_array() macro
2025-04-14 19:30 UTC
[PATCH v2 0/2] trace-cmd record: Fix compression on big-endian systems
2025-04-11 22:49 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] libtracecmd: Add missing error handling to trace-compress.c
[PATCH] trace-cmd record: Fix compression on big-endian systems
2025-04-11 17:44 UTC (2+ messages)
[PATCH] trace-cmd list: Show all functions that match string by default
2025-04-11 13:36 UTC
[PATCH] trace-cmd show: Update help message for --hist and --trigger options
2025-04-11 13:13 UTC
[PATCH] trace-cmd: Install completion script in /usr/share/bash-completion/completions
2025-04-11 13:03 UTC
[PATCH] tracefs: Handle synthetic events with dynamic strings as fields
2025-04-11 2:04 UTC
[PATCH] libtacefs: Fix COMM for use as a field for tracefs_sqlhist()
2025-04-11 1:32 UTC
[PATCH v2] sqlhist: Add bash completion for the sqlhist utility
2025-04-11 1:23 UTC
[PATCH] libtracefs: Have tracefs_sql() cast handle stacktrace
2025-04-11 1:21 UTC
[PATCH v5] libtracefs: Add trace_sql.bash for tracefs_sql() bash completions
2025-04-11 1:15 UTC
[PATCH] libtracefs: Fix trace_sql() to handle buckets cast
2025-04-10 22:51 UTC
[PATCH v4] libtracefs: Add trace_sql.bash for tracefs_sql() bash completions
2025-04-10 20:00 UTC
[PATCH v3] libtracefs: Add trace_sql.bash for tracefs_sql() bash completions
2025-04-10 18:00 UTC
[PATCH v2] libtracefs: Add trace_sql.bash for tracefs_sql() bash completions
2025-04-10 16:15 UTC
[PATCH] sqlhish: Add bash completion for the sqlhist utility
2025-04-10 15:48 UTC
[PATCH] libtracefs: Add trace_sql.bash for tracefs_sql() bash completions
2025-04-10 15:47 UTC
[PATCH] trace-cmd sqlhist: Initialize err value to tracefs_sql()
2025-04-10 13:38 UTC
[PATCH] trace-cmd: Add sqlhist to bash completion
2025-04-10 2:43 UTC
[PATCH] trace-cmd list: Show events in bash completion
2025-04-08 15:37 UTC
[PATCH] libtracefs: Fix mistaken update to TRACEFS_STACKTRACE macro
2025-04-08 7:44 UTC (2+ messages)
[PATCH] trace-cmd: Add trace-cmd set to bash completion (like start)
2025-04-07 22:02 UTC
[PATCH] trace-cmd list: Check if any functions were found
2025-04-04 19:49 UTC
[PATCH] libtraceevent: If function has arguments print them
2025-04-04 19:30 UTC
[PATCH 0/2] libtracefs: Update sqlhist bison and flex
2025-04-04 16:12 UTC (3+ messages)
` [PATCH 1/2] libtracefs: Add make sqlhist_remake to run "
` [PATCH 2/2] libtracefs: Rerun bison and flex via make sqlhist_remake
[PATCH] libtrace: Fix memory leak in tracefs_cpu
2025-04-03 19:14 UTC (2+ messages)
[PATCH] libtracefs: utest: Do not fail if uprobes are not supported by kernel
2025-04-03 17:50 UTC
[PATCH v3] kernel-shark: Multi-thread the computaion of stream/combo plots
2025-04-03 17:35 UTC (2+ messages)
[PATCH] libtracefs: improve reproducibility
2025-04-03 1:45 UTC (2+ messages)
[PATCH] libtraceevent: Add NEED_RESCHED_LAZY flag
2025-04-02 16:23 UTC
[PATCH] trace-cmd lib: Copy message buffer content in get_trace_req_args()
2025-04-02 15:07 UTC
[PATCH RESEND v2] kernel-shark: Multi-thread the computaion of stream/combo plots
2025-03-26 23:46 UTC (4+ messages)
[PATCH 1/1 next] tools build: Remove the libunwind feature tests from the ones detected when test-all.o builds
2025-03-19 22:13 UTC (6+ messages)
[PATCH 1/1 perf-tools-next] tools features: Don't check for libunwind devel files by default
2025-03-17 17:12 UTC
[PATCH] libtraceevent: Add support for \t char in print fmt
2025-02-27 20:26 UTC
[PATCH v1] libtracefs: Fix the read file failure code checking
2025-02-14 12:35 UTC
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).