linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-08 12:53:44 to 2021-04-21 09:14:08 UTC [more...]

[RFC] Simple tool for VMEnters/VMExits matching and trace validation
 2021-04-21  9:14 UTC  (8+ messages)

libtraceevent and copy in linux/tools
 2021-04-21  3:27 UTC  (2+ messages)

[PATCH 0/9] Build trace-cruncher as Python pakage
 2021-04-21  2:13 UTC  (11+ messages)
` [PATCH 1/9] trace-cruncher: Refactor the part that wraps ftrace
` [PATCH 2/9] trace-cruncher: Refactor the part that wraps libkshark
` [PATCH 3/9] trace-cruncher: Add "utils"
` [PATCH 4/9] trace-cruncher: Refactor the examples
` [PATCH 5/9] trace-cruncher: Add Makefile
` [PATCH 6/9] trace-cruncher: Update README.md
` [PATCH 7/9] trace-cruncher: Remove all leftover files
` [PATCH 8/9] trace-cruncher: Add testing
` [PATCH 9/9] trace-cruncher: Add github workflow for CI testing

[PATCH v2 0/3] Fix overflow when applying tsc2nsec calculations
 2021-04-19 15:14 UTC  (9+ messages)
` [PATCH v2 1/3] trace-cmd library: Add new trace-cmd library APIs for guest ts corrections
` [PATCH v2 2/3] trace-cmd library: Add check before applying tsc2nsec offset
` [PATCH v2 3/3] trace-cmd: Get the timestamp of the first recorded event as TSC offset

[PATCH 0/2] trace-cmd: Add more ways to view options
 2021-04-19 12:16 UTC  (6+ messages)
` [PATCH 1/3] trace-cmd list: Have -o read the options directory instead of file
` [PATCH 2/3] trace-cmd stat: Update the usage and man pages
` [PATCH 3/3] trace-cmd stat: Add -o option to show options

[PATCH v2] trace-cmd: Check if file version is supported
 2021-04-19  9:31 UTC 

[PATCH 0/2] trace-cmd list: Include ftrace in event listings
 2021-04-19  5:10 UTC  (4+ messages)
` [PATCH 1/2] trace-cmd list: Use tracefs to help find events for -e
` [PATCH 2/2] trace-cmd list: Add ftrace events to listing of events

[PATCH 0/3] trace-cmd: Updated bash tab completion
 2021-04-17  0:46 UTC  (4+ messages)
` [PATCH 1/3] trace-cmd record: Add bash tab completion for -A
` [PATCH 2/3] trace-cmd record: Update -e event bash tab completion
` [PATCH 3/3] trace-cmd completion: Add instance completion for -B

[PATCH] trace-cmd: Check if file version is supported
 2021-04-16 19:40 UTC  (2+ messages)

[PATCH] trace-cmd list: Add --full to show print fmt of an event
 2021-04-16 18:17 UTC 

[PATCH] trace-cmd: Suppress trace library warnings
 2021-04-16 14:01 UTC  (5+ messages)

Combined traces evaluations
 2021-04-16 13:34 UTC  (2+ messages)

[PATCH 0/3] Fix overflow when applying tsc2nsec calculations
 2021-04-16  4:41 UTC  (8+ messages)
` [PATCH 1/3] trace-cmd library: Add new trace-cmd library APIs for guest ts corrections
` [PATCH] trace-cmd: Suppress trace library warnings
` [PATCH 2/3] trace-cmd library: Add check before applying tsc2nsec offset
` [PATCH 3/3] trace-cmd: Get the timestamp of the first recorded event as TSC offset

A KernelShark plugin for Xen traces analysis ​
 2021-04-15 13:29 UTC  (18+ messages)
      ` A KernelShark plugin for Xen traces analysis

[PATCH 0/3] New methods for writing to file
 2021-04-15 12:13 UTC  (4+ messages)
` [PATCH 1/3] libtracefs: Add more methods for writing to files
` [PATCH 2/3] libtracefs: Add tests for the new methods for writing
` [PATCH 3/3] libtracefs: Document the new methods for writing to file

Bug in Test code
 2021-04-14  1:03 UTC  (5+ messages)

[PATCH] trace-cmd report: Update tep_func_repeat_format to match ts
 2021-04-13 21:30 UTC 

trace-cmd report: Update tep_func_repeat_format to match ts
 2021-04-13 21:14 UTC 

[PATCH] libtraceevent: Add reading func_repeats events to function plugin
 2021-04-13 21:07 UTC 

Mutual debugging of 2 processes can stuck in unkillable stopped state
 2021-04-13 17:17 UTC  (7+ messages)

[PATCH v2] libtracefs: Have tracefs_instance_destroy() match the man page
 2021-04-12 22:40 UTC 

[PATCH] libtracefs: Have tracefs_instance_destroy() match the man page
 2021-04-12 20:53 UTC 

[PATCH] libtracefs: Free the allocated kbuffer in tracefs_interate_raw_events()
 2021-04-12 20:28 UTC 

[PATCH] libtraceevent: Free line in tep_parse_kallsyms()
 2021-04-12 19:52 UTC 

[PATCH] libtraceevent: Clean up tep_parse_printk_formats() variables
 2021-04-12 19:52 UTC 

[RFC PATCH] libtracefs: Add more methods for writing to files
 2021-04-12 16:34 UTC  (2+ messages)

[PATCH] libtracefs: Update tracing_dir in loading mapping files
 2021-04-12 14:43 UTC 

[PATCH 0/3] Fix unit tests and APIs for loading saved mappings
 2021-04-12  4:24 UTC  (4+ messages)
` [PATCH 1/3] libtracefs: Fix trace options unit test
` [PATCH 2/3] libtracefs: Fix loading of saved maps
` [PATCH 3/3] libtracefs: Fixed trace marker unit test

[ANNOUNCE] libtracececmd 1.0.0
 2021-04-10 13:54 UTC 

[ANNOUNCE] libtracefs 1.1.0
 2021-04-10 13:40 UTC 

[ANNOUNCE] libtraceevent 1.2.0
 2021-04-10 13:36 UTC 

[PATCH] trace-cmd libtracecmd: Fix the man page building and installing
 2021-04-10  3:37 UTC 

[PATCH] trace-cmd: Set min version of libtraceevent to 1.2
 2021-04-10  2:08 UTC 

[PATCH] libtracefs: Add tracefs_load_cmdlines() API
 2021-04-10  1:40 UTC 

[PATCH 0/3] libtracefs: Map kallsyms, saved_cmdlines and printk_formats
 2021-04-10  0:37 UTC  (4+ messages)
` [PATCH 1/3] libtracefs: Make libtraceevent 1.2 the minimum version
` [PATCH 2/3] libtracefs: Add parameter to turn off warnings in str_read_file()
` [PATCH 3/3] libtracefs: Add loading of mappings in fill_local_events_system()

[PATCH] libtracecmd: Update libtracecmd.pc when version changes
 2021-04-09 22:19 UTC 

[PATCH v2] libtracefs: Update libtracefs.pc when version changes
 2021-04-09 22:06 UTC 

[PATCH] libtracefs: Update libtracefs.pc when version changes
 2021-04-09 21:57 UTC 

[PATCH] libtraceevent: Update libtraceevent.pc when version changes
 2021-04-09 21:47 UTC 

[PATCH] libtracefs: Have trace_get_options() use trace_get_lock() helper
 2021-04-09 20:15 UTC 

[PATCH] trace-cmd: Remove last elements of local libtracefs and libtraceevent
 2021-04-09 19:47 UTC 

[PATCH v2 0/2] libtracefs: Update option documentation and return pointer
 2021-04-09 18:49 UTC  (3+ messages)
` [PATCH v2 1/2] libtracefs: Have the option mask function return a const pointer
` [PATCH v2 2/2] libtracefs: Document tracefs_option_mask_is_set() with the other option functions

[PATCH v4 0/5] Refactor the APIs for tracing options
 2021-04-09 18:40 UTC  (9+ messages)
` [PATCH v4 1/5] libtracefs: Fix issues with tracefs_option_id()
` [PATCH v4 2/5] libtracefs: Modify the arguments of tracefs_option_is_set()
` [PATCH v4 3/5] libtracefs: Encapsulate "struct tracefs_options_mask"
` [PATCH v4 4/5] libtracefs: Option's bit masks to be owned by the instance
` [PATCH v4 5/5] libtracefs: Rename tracefs_option_is_set()

[PATCH 0/2] libtracefs: Update option documentation and return pointer
 2021-04-09 18:23 UTC  (3+ messages)
` [PATCH 1/2] libtracefs: Have the option mask function return a const pointer
` [PATCH 2/2] libtracefs: Document tracefs_option_mask_is_set() with the other option functions

[PATCH] libtracefs: Remove tracefs_option_set/clear() from man page
 2021-04-09 16:47 UTC  (2+ messages)

[PATCH] libtraceevent: Add some more created files to .gitignore
 2021-04-09 15:27 UTC 

[PATCH 0/3] libtracefs: Updates to trace_marker functions
 2021-04-09 15:16 UTC  (4+ messages)
` [PATCH 1/3] libtracefs: Do some cleanups to the trace_marker.c code
` [PATCH 2/3] libtracefs: Add helper function trace_get_lock()
` [PATCH 3/3] libtracefs: Add lock around modifying the trace_marker file descriptor

[PATCH v3] libtracefs: Add new API for open trace marker file
 2021-04-09 13:59 UTC  (4+ messages)

[PATCH v4] trace-cmd: Implement warning() in the library
 2021-04-09  5:08 UTC 

[PATCH] trace-cmd: Renamed tracecmd_lib_fatal() to tracecmd_fatal()
 2021-04-09  5:08 UTC 

[PATCH v3 0/5] Refactor the APIs for tracing options
 2021-04-09  4:39 UTC  (8+ messages)
` [PATCH v3 1/5] libtracefs: Fix issues with tracefs_option_id()
` [PATCH v3 2/5] libtracefs: Modify the arguments of tracefs_option_is_set()
` [PATCH v3 3/5] libtracefs: Encapsulate "struct tracefs_options_mask"
` [PATCH v3 4/5] libtracefs: Option's bit masks to be owned by the instance
` [PATCH v3 5/5] libtracefs: Rename tracefs_option_is_set()

[PATCH v2 0/2] Documentation and unit tests for new trace marker APIs
 2021-04-09  4:27 UTC  (3+ messages)
` [PATCH v2 1/2] libtracefs: Document "
` [PATCH v2 2/2] libtracefs: Unit test for trace "

[PATCH v3] trace-cmd: Implement warning() in the library
 2021-04-09  4:27 UTC  (3+ messages)

[PATCH] libtraceevent: Fix make install_libs updating of ldconfig
 2021-04-09  1:21 UTC 

[PATCH] libtracefs: Fix make install_libs updating of ldconfig
 2021-04-09  1:17 UTC 

[PATCH] libtracecmd: Fix make install_libs updating of ldconfig
 2021-04-09  1:10 UTC 

[PATCH] libtracefs: Add -lpthread to build
 2021-04-09  0:55 UTC 

[PATCH] libtracecmd: Add -lpthread to build libtracecmd
 2021-04-09  0:50 UTC 

[PATCH v3 0/5] libtraceevent: Copy parsing functions from trace-cmd
 2021-04-08 21:42 UTC  (6+ messages)
` [PATCH v3 1/5] libtraceevent: Update gitignore
` [PATCH v3 2/5] libtraceevent: Fix dependencies in Documentation Makefile
` [PATCH v3 3/5] libtraceevent: Add the API tep_parse_kallsyms()
` [PATCH v3 4/5] libtraceevent: Add the API tep_parse_saved_cmdlines()
` [PATCH v3 5/5] libtraceevent: Add the API tep_parse_printk_formats()

[PATCH] trace-cmd: Use libtraceevent for parsing tracefs files
 2021-04-08 21:37 UTC 

[PATCH v2 0/5] libtraceevent: Copy parsing functions from trace-cmd
 2021-04-08 21:25 UTC  (6+ messages)
` [PATCH v2 1/5] libtraceevent: Update gitignore
` [PATCH v2 2/5] libtraceevent: Fix dependencies in Documentation Makefile
` [PATCH v2.5 3/5] libtraceevent: Add the API tep_parse_kallsyms()
` [PATCH v2 4/5] libtraceevent: Add the API tep_parse_saved_cmdlines()
` [PATCH v2 5/5] libtraceevent: Add the API tep_parse_printk_formats()

Adding latency tracking to trace-cmd
 2021-04-08 21:17 UTC  (7+ messages)

[PATCH] libtraceevent: Fix dependencies in Documentation Makefile
 2021-04-08 19:30 UTC 

PATCH v2] libtraceevent: Add the API tep_parse_kallsyms()
 2021-04-08 19:18 UTC 

[PATCH] libtraceevent: Add the API tep_parse_saved_cmdlines()
 2021-04-08 19:12 UTC 

[PATCH] libtraceevent: Add the API tep_parse_kallsyms()
 2021-04-08 18:30 UTC 

[PATCH] libtracefs: Add minimum version for libtraceevent
 2021-04-08 17:51 UTC 

[PATCH] trace-cmd record: Use tracefs_filter_function() for function filtering
 2021-04-08 16:38 UTC 

[PATCH v2] libtracefs: Add new API for open trace marker file
 2021-04-08 13:41 UTC  (4+ messages)

[PATCH v2 0/5] libtracefs: Update filtering functions
 2021-04-08 13:34 UTC  (6+ messages)
` [PATCH v2 1/5] libtracefs: Close filter file descriptor on freeing of instance
` [PATCH v2 2/5] libtracefs: Close the filter file descriptor on exec()
` [PATCH v2 3/5] libtracefs: Move most functionality into helper function for tracefs_function_filter()
` [PATCH v2 4/5] libtracefs: Add tracefs_function_notrace() API
` [PATCH v2 5/5] libtracefs: Add a pthread_mutex per instance

[PATCH 0/3] libtracefs: Update filtering functions
 2021-04-08 12:53 UTC  (4+ messages)
` [PATCH 2/3] libtracefs: Add tracefs_function_notrace() API


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