linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-22 13:44:11 to 2020-07-31 12:04:15 UTC [more...]

[PATCH] tools lib traceevent: Fix memory leak in process_dynamic_array_len
 2020-07-31 12:04 UTC  (3+ messages)

[PATCH] libtraceevent: Fix build with binutils 2.35
 2020-07-30 10:02 UTC  (7+ messages)

[PATCH 0/5] Add support for opening trace.dat files with multuiple buffers
 2020-07-28 13:26 UTC  (9+ messages)
` [PATCH 1/5] KernelShark: Add stream name
` [PATCH 2/5] KernelShark: Fix compilation issues on Fedora 32
` [PATCH 3/5] KernelShark: Fix combo plot plugin crash in case of multiple streams
` [PATCH 4/5] KernelShark: Load trace.dat file with ftrace sub-buffers
` [PATCH 5/5] KernelShark: New libkshark API for loading all entries from given file

[PATCH 1/2] Makefile: Fix CUNIT_INSTALLED test to work with make 4.3 and dash
 2020-07-22 21:58 UTC  (3+ messages)
` [PATCH 2/2] Makefile: Fix build of utest on systems with --as-needed enabled

[PATCH 00/23 v3] tools lib traceevent: Synchronizing trace-cmd with tools
 2020-07-22  1:16 UTC  (24+ messages)
` [PATCH 01/23 v3] tools lib traceevent: Add API to read time information from kbuffer
` [PATCH 02/23 v3] tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handling
` [PATCH 03/23 v3] tools lib traceevent: Add tep_load_plugins_hook() API
` [PATCH 04/23 v3] tools lib traceevent: Add interface for options to plugins
` [PATCH 05/23 v3] tools lib traceevent: Introduced new traceevent API, for adding new plugins directories
` [PATCH 06/23 v3] tools lib traceevent: Add support for more printk format specifiers
` [PATCH 07/23 v3] tools lib traceevent: Optimize pretty_print() function
` [PATCH 08/23 v3] tools lib traceevent: Add plugin for tlb_flush
` [PATCH 09/23 v3] tools lib traceevent: Add more SVM exit reasons
` [PATCH 10/23 v3] tools lib traceevent: Add offset option for function plugin
` [PATCH 11/23 v3] tools lib traceevent: Add plugin for decoding syscalls/sys_enter_futex
` [PATCH 12/23 v3] tools lib traceevent: Move kernel_stack event handler to "function" plugin
` [PATCH 13/23 v3] tools lib traceevent: Add builtin handler for trace_marker_raw
` [PATCH 14/23 v3] tools lib traceevent: Change to SPDX License format
` [PATCH 15/23 v3] tools lib traceevent: Fix reporting of unknown SVM exit reasons
` [PATCH 16/23 v3] tools lib traceevent: Document tep_load_plugins_hook()
` [PATCH 17/23 v3] tools lib traceevent: Handle strdup() error in parse_option_name()
` [PATCH 18/23 v3] tools lib traceevent: Fix typo in tep_plugin_add_option() description
` [PATCH 19/23 v3] tools lib traceevent: Improve error handling of tep_plugin_add_option() API
` [PATCH 20/23 v3] tools lib traceevent: Fixed broken indentation in parse_ip4_print_args()
` [PATCH 21/23 v3] tools lib traceevent: Fixed type in PRINT_FMT_STING
` [PATCH 22/23 v3] tools lib traceevent: Fixed description of tep_add_plugin_path() API
` [PATCH 23/23 v3] tools lib traceevent: Handle possible strdup() error in "

[PATCH v5 02/17] perf ftrace: add option '-F/--funcs' to list available functions
 2020-07-18  7:06 UTC  (5+ messages)

[ANNOUNCE] trace-cmd 2.9
 2020-07-17 16:12 UTC 

[PATCH 0/2] Enhancements to trace-cmd clear
 2020-07-17 14:29 UTC  (7+ messages)
` [PATCH 1/2] trace-cmd: Add new tracefs API tracefs_instances_walk()
` [PATCH 2/2] trace-cmd: Enhance "trace-cmd clear" to be instance aware

[PATCH 0/2] trace-cmd documentation updates
 2020-07-17  7:57 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd: Man page of trace-cmd clear subcommand
` [PATCH 2/2] trace-cmd: Document "trace-cmd report --cpu ..." option

[PATCH 0/8] Backported libtraceevent fixes, suggested by Namhyung Kim
 2020-07-16  9:20 UTC  (9+ messages)
` [PATCH 1/8] tools lib traceevent: Document tep_load_plugins_hook()
` [PATCH 2/8] tools lib traceevent: Handle strdup() error in parse_option_name()
` [PATCH 3/8] tools lib traceevent: Fix typo in tep_plugin_add_option() description
` [PATCH 4/8] tools lib traceevent: Improve error handling of tep_plugin_add_option() API
` [PATCH 5/8] tools lib traceevent: Fixed broken indentation in parse_ip4_print_args()
` [PATCH 6/8] tools lib traceevent: Fixed type in PRINT_FMT_STING
` [PATCH 7/8] tools lib traceevent: Fixed description of tep_add_plugin_path() API
` [PATCH 8/8] tools lib traceevent: Handle possible strdup() error in "

[PATCH 0/8] Backported libtraceevent fixes, suggested by Namhyung Kim
 2020-07-16  9:19 UTC  (9+ messages)
` [PATCH 1/8] tools lib traceevent: Document tep_load_plugins_hook()
` [PATCH 2/8] tools lib traceevent: Handle strdup() error in parse_option_name()
` [PATCH 3/8] tools lib traceevent: Fix typo in tep_plugin_add_option() description
` [PATCH 4/8] tools lib traceevent: Improve error handling of tep_plugin_add_option() API
` [PATCH 5/8] tools lib traceevent: Fixed broken indentation in parse_ip4_print_args()
` [PATCH 6/8] tools lib traceevent: Fixed type in PRINT_FMT_STING
` [PATCH 7/8] tools lib traceevent: Fixed description of tep_add_plugin_path() API
` [PATCH 8/8] tools lib traceevent: Handle possible strdup() error in "

[PATCH v2 0/8] Few libtraceeevnt fixes, suggested Namhyung Kim
 2020-07-15  4:12 UTC  (11+ messages)
` [PATCH v2 1/8] trace-cmd libtraceevent: Document tep_load_plugins_hook()
` [PATCH v2 2/8] trace-cmd libtraceevent: Handle strdup() error in parse_option_name()
` [PATCH v2 3/8] trace-cmd libtraceevent: Fix typo in tep_plugin_add_option() description
` [PATCH v2 4/8] trace-cmd libtraceevent: Improve error handling of tep_plugin_add_option() API
` [PATCH v2 5/8] trace-cmd libtraceevent: Fix broken indentation in parse_ip4_print_args()
` [PATCH v2 6/8] trace-cmd libtraceevent: Fix type in PRINT_FMT_STING
` [PATCH v2 7/8] trace-cmd libtraceevent: Fix description of tep_add_plugin_path() API
` [PATCH v2 8/8] trace-cmd libtraceevent: Handle possible strdup() error in "

[PATCH 0/8] trace-cmd libtraceevent: Tzvetomir's updates from Namhyung's comments
 2020-07-14 21:30 UTC  (10+ messages)
` [PATCH 1/8] libtraceevent: Document tep_load_plugins_hook()
` [PATCH 2/8] libtraceevent: Handle strdup() error in parse_option_name()
` [PATCH 3/8] libtraceevent: Fix typo in tep_plugin_add_option() description
` [PATCH 4/8] libtraceevent: Improve error handling of tep_plugin_add_option() API
` [PATCH 5/8] libtraceevent: Fixed broken indentation in parse_ip4_print_args()
` [PATCH 6/8] libtraceevent: Fixed type in PRINT_FMT_STING
` [PATCH 7/8] libtraceevent: Fixed description of tep_add_plugin_path() API
` [PATCH 8/8] libtraceevent: Handle possible strdup() error in "

[PATCH 0/8] Few libtraceeevnt fixes, suggested Namhyung Kim
 2020-07-14 15:53 UTC  (16+ messages)
` [PATCH 1/8] trace-cmd: Document tep_load_plugins_hook()
` [PATCH 2/8] trace-cmd: Handle strdup() error in parse_option_name()
` [PATCH 3/8] trace-cmd: Fix typo in tep_plugin_add_option() description
` [PATCH 4/8] trace-cmd: Improve error handling of tep_plugin_add_option() API
` [PATCH 5/8] trace-cmd: Fixed broken indentation in parse_ip4_print_args()
` [PATCH 6/8] trace-cmd: Fixed type in PRINT_FMT_STING
` [PATCH 7/8] trace-cmd: Fixed description of tep_add_plugin_path() API
` [PATCH 8/8] trace-cmd: Handle possible strdup() error in "

[PATCH] libtracefs: Have libtracefs depend on libtraceevent and not libtracecmd
 2020-07-09 19:13 UTC 

[PATCH 0/5] trace-cmd: Triaging bugzillas and fixes
 2020-07-08 20:28 UTC  (6+ messages)
` [PATCH 1/5] trace-cmd: Fix trace-cmd report -t to show full timestamp
` [PATCH 2/5] tools lib traceveent: Fix kbuffer_start_of_data() to return the first record
` [PATCH 3/5] trace-cmd: Explicitly state what trace-cmd report -f does
` [PATCH 4/5] tools lib traceevent: Let function symbols be used in operations
` [PATCH 5/5] trace-cmd: Print raw hex for flags when trace-cmd report -R

[PATCH v2 00/15] tools lib traceevent: Patches from the trace-cmd repo
 2020-07-08  2:02 UTC  (28+ messages)
` [PATCH v2 01/15] tools lib traceevent: Add API to read time information from kbuffer
` [PATCH v2 02/15] tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handling
` [PATCH v2 03/15] tools lib traceevent: Add tep_load_plugins_hook() API
` [PATCH v2 04/15] tools lib traceevent: Add interface for options to plugins
` [PATCH v2 05/15] tools lib traceevent: Introduced new traceevent API, for adding new plugins directories
` [PATCH v2 06/15] tools lib traceevent: Add support for more printk format specifiers
` [PATCH v2 07/15] tools lib traceevent: Optimize pretty_print() function
` [PATCH v2 08/15] tools lib traceevent: Add plugin for tlb_flush
` [PATCH v2 09/15] tools lib traceevent: Add more SVM exit reasons
` [PATCH v2 10/15] tools lib traceevent: Add offset option for function plugin
` [PATCH v2 11/15] tools lib traceevent: Add plugin for decoding syscalls/sys_enter_futex
` [PATCH v2 12/15] tools lib traceevent: Move kernel_stack event handler to "function" plugin
` [PATCH v2 13/15] tools lib traceevent: Add builtin handler for trace_marker_raw
` [PATCH v2 14/15] tools lib traceevent: Change to SPDX License format
` [PATCH v2 15/15] tools lib traceevent: Fix reporting of unknown SVM exit reasons

[PATCH 5.4 10/65] tools lib traceevent: Add append() function helper for appending strings
 2020-07-07 15:16 UTC  (2+ messages)
` [PATCH 5.4 11/65] tools lib traceevent: Handle __attribute__((user)) in field names

[PATCH 5.7 030/112] tools lib traceevent: Add append() function helper for appending strings
 2020-07-07 15:16 UTC  (2+ messages)
` [PATCH 5.7 031/112] tools lib traceevent: Handle __attribute__((user)) in field names

[PATCH] trace-cmd: Add helper function to get the time stamp print format
 2020-07-07  0:54 UTC  (2+ messages)

[PATCH] trace-cmd: Fix kbuffer_start_of_data() to return the first record
 2020-07-06 15:53 UTC  (2+ messages)

[PATCH 0/2] Display more ftrace configuration by trace-cmd stat
 2020-07-02 18:10 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd: Add helper function to print content of a trace file

[PATCH 00/15] Synchronize libtraceevent with trace-cmd
 2020-07-02 17:49 UTC  (7+ messages)
` [PATCH 10/15] tools lib traceevent: Add -O offset for function plugin
` [PATCH 11/15] tools lib traceevent: Add plugin for decoding syscalls/sys_enter_futex
` [PATCH 12/15] tools lib traceevent: Move kernel_stack event handler to "function" plugin
` [PATCH 13/15] tools lib traceevent: Add builtin handler for trace_marker_raw
` [PATCH 14/15] tools lib traceevent: Change to SPDX License format
` [PATCH 15/15] tools lib traceevent: Fix reporting of unknown SVM exit reasons

[PATCH 00/15] Synchronize libtraceevent with trace-cmd
 2020-07-02 17:37 UTC  (11+ messages)
` [PATCH 01/15] tools lib traceevent: Add --debug to trace-cmd report
` [PATCH 02/15] tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handling
` [PATCH 03/15] tools lib traceevent: Remove trace-cmd plugin handling routines
` [PATCH 04/15] tools lib traceevent: Move plugin options from trace-cmd to libtraceevent
` [PATCH 05/15] tools lib traceevent: Introduced new traceevent API, for adding new plugins directories
` [PATCH 06/15] tools lib traceevent: Add support for more printk format specifiers
` [PATCH 07/15] tools lib traceevent: Optimize pretty_print() function
` [PATCH 08/15] tools lib traceevent: Add plugin for tlb_flush
` [PATCH 09/15] tools lib traceevent: Add more SVM exit reasons

[PATCH 0/9] tools lib traceevent: Patches from the trace-cmd repo
 2020-07-02 17:10 UTC  (10+ messages)
` [PATCH 1/9] tools lib traceevent: Add API to read time information from kbuffer
` [PATCH 2/9] tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handling
` [PATCH 3/9] tools lib traceevent: Add tep_load_plugins_hook() API
` [PATCH 4/9] tools lib traceevent: Add interface for options to plugins
` [PATCH 5/9] tools lib traceevent: Introduced new traceevent API, for adding new plugins directories
` [PATCH 6/9] tools lib traceevent: Add support for more printk format specifiers
` [PATCH 7/9] tools lib traceevent: Optimize pretty_print() function
` [PATCH 8/9] tools lib traceevent: Add plugin for tlb_flush
` [PATCH 9/9] tools lib traceevent: Add more SVM exit reasons

[PATCH RFC] MAINTAINERS: add TRACE EVENT LIBRARY section
 2020-07-01 11:50 UTC  (4+ messages)

[PATCH 0/3] Synchronize libtraceevent with kernel tree
 2020-06-25 10:04 UTC  (4+ messages)
` [PATCH 1/3] trace-cmd traceevent: Add append() function helper for appending strings
` [PATCH 2/3] trace-cmd traceevent: Handle __attribute__((user)) in field names
` [PATCH 3/3] trace-cmd traceevent: Add handler for __builtin_expect()

[PATCH v2 0/4]Synchronize libtraceevent with kernel tree
 2020-06-22 14:36 UTC  (5+ messages)
` [PATCH v2 1/4] trace-cmd libtraceevent: Remove unneeded semicolon
` [PATCH v2 2/4] trace-cmd traceevent: Fix memory leakage in filter_event
` [PATCH v2 3/4] trace-cmd traceevent: Take care of return value of asprintf
` [PATCH v2 4/4] trace-cmd traceevent: update KVM plugin

[PATCH 0/4] Synchronize libtraceevent with kernel tree
 2020-06-22 13:44 UTC  (2+ messages)


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