linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-31 07:30:10 to 2021-04-12 07:25:16 UTC [more...]

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

Bug in Test code
 2021-04-13  1:05 UTC  (4+ messages)

[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  (8+ 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  (7+ messages)
` [PATCH 1/3] libtracefs: Move most functionality into helper function for tracefs_function_filter()
` [PATCH 2/3] libtracefs: Add tracefs_function_notrace() API
` [PATCH 3/3] libtracefs: Add a pthread_mutex per instance

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

[PATCH] libtracefs: Suppress library warnings during unit test
 2021-04-08  8:05 UTC 

[PATCH v2] libtracefs: Implement tracefs_warning()
 2021-04-08  4:27 UTC 

[PATCH v2] libtraceevent: Add tep_warning()
 2021-04-08  4:26 UTC 

[PATCH] trace-cmd record: Have -d only touch the instance its for
 2021-04-07 21:54 UTC 

[PATCH] trace-cmd: Fix CONTRITUBE file, its git send-email not git --send-email
 2021-04-07 20:37 UTC 

[PATCH] trace-cmd: Set min version of libtracefs to 1.1
 2021-04-07 18:53 UTC 

[PATCH] libtracefs: Set version to 1.1.dev
 2021-04-07 18:00 UTC 

[PATCH] libtracefs: Implement tracefs_warning()
 2021-04-07 17:14 UTC  (7+ messages)

[PATCH v2] trace-cmd: Implement warning() in the library
 2021-04-07  5:13 UTC 

[PATCH] libtraceevent: Add tep_warning()
 2021-04-07  5:12 UTC 

[PATCH v2 0/4] Iterate over raw events in sorted order
 2021-04-07  3:48 UTC  (5+ messages)
` [PATCH v2 1/4] libtracefs: "
` [PATCH v2 2/4] libtracefs: Unit test for iterate "
` [PATCH v2 3/4] libtracefs: Unit test for iterate over raw events in selected CPUs
` [PATCH v2 4/4] libtracefs: tracefs_iterate_raw_events() documentation update

[PATCH] trace-cmd: Use pkg-config --atleast-version to check versions of libraries
 2021-04-06 19:58 UTC 

[PATCH 0/4] Iterate over raw events in sorted order
 2021-04-06 16:01 UTC  (6+ messages)
` [PATCH 1/4] libtracefs: "
` [PATCH 2/4] libtracefs: Unit test for iterate "
` [PATCH 3/4] libtracefs: Unit test for iterate over raw events in selected CPUs
` [PATCH 4/4] libtracefs: tracefs_iterate_raw_events() documentation update

[PATCH v2] trace-cmd: Add CODING_STYLE and CONTRIBUTE documents
 2021-04-06 15:38 UTC  (2+ messages)

[PATCH] trace-cmd: Add CODING_STYLE and CONTRIBUTE documents
 2021-04-07  0:58 UTC  (7+ messages)

[PATCH] libtracefs: Unit test for the tracing filter API
 2021-04-07  0:44 UTC  (3+ messages)

[PATCH 0/6] Refactor the APIs for tracing options
 2021-04-05 15:10 UTC  (16+ messages)
` [PATCH 1/6] libtracefs: Fix issues with tracefs_option_id()
` [PATCH 2/6] libtracefs: Modify the arguments of tracefs_option_is_set()
` [PATCH 3/6] libtracefs: Encapsulate "struct tracefs_options_mask"
` [PATCH 4/6] libtracefs: Move the "options" code to tracefs-instance.c
` [PATCH 5/6] libtracefs: Option's bit masks to be owned by the instance
` [PATCH 6/6] libtracefs: Rename tracefs_option_is_set()

[PATCH] trace-cmd: Implement warning() in the library
 2021-04-05 14:23 UTC  (3+ messages)

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

[PATCH v4] trace-cmd: Remove all die()s from trace-cmd library
 2021-04-05  9:21 UTC 

[PATCH] libtracecmd: Hide all non API global functions
 2021-04-01 16:23 UTC 

[PATCH 00/13 v2] libtracefs: Add tracefs_function_filter()
 2021-04-02  1:59 UTC  (6+ messages)
` [PATCH 08/13 v2] libtracefs: Allow for setting filters with regex expressions

[PATCH 0/3] trace-cmd: Fix the memory mangement of trace-cmd agent
 2021-03-31 23:06 UTC  (4+ messages)
` [PATCH 1/3] trace-cmd agent: Clean up tsync_agent_thread() and tsync_host_thread()
` [PATCH 2/3] trace-cmd: Have tracecmd_tsync_free() free even with no context
` [PATCH 3/3] trace-cmd: Do not free tsync from thread

[PATCH] trace-cmd: Fix double free in tsync_agent_thread()
 2021-03-31 21:48 UTC  (2+ messages)

[PATCH] trace-cmd: Only support tsc2nsec if multiplier or shift is non-zero
 2021-03-31 17:24 UTC 

[PATCH v34 0/5] Timestamp synchronization of host - guest tracing session
 2021-03-31  7:29 UTC  (5+ messages)
` [PATCH v34 1/5] trace-cmd: Add dummy function to initialize timestamp sync logic
` [PATCH v34 3/5] trace-cmd: PTP-like algorithm for host - guest timestamp synchronization
` [PATCH v34 4/5] trace-cmd: Debug scripts for "
` [PATCH v34 5/5] trace-cmd: Add KVM timestamp synchronization plugin


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