linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-09 02:33:01 to 2020-03-02 18:03:38 UTC [more...]

[PATCH] trace-cmd: Have trace-cmd record -c set function-fork option if exists
 2020-03-02 18:03 UTC 

[PATCH v21 00/13] Timestamp synchronization of host - guest tracing session
 2020-03-02 16:43 UTC  (17+ messages)
` [PATCH v21 01/13] trace-cmd: Find and store pids of tasks, which run virtual CPUs of given VM
` [PATCH v21 02/13] trace-cmd: Implement new API tracecmd_add_option_v()
` [PATCH v21 03/13] trace-cmd: Add new API to generate a unique ID of the tracing session
` [PATCH v21 04/13] trace-cmd: Store the session tracing ID in the trace.dat file
` [PATCH v21 05/13] trace-cmd: Add definitions of htonll() and ntohll()
` [PATCH v21 06/13] trace-cmd: Exchange tracing IDs between host and guest
` [PATCH v21 07/13] trace-cmd: Implement new option in trace.dat file: TRACECMD_OPTION_TIME_SHIFT
` [PATCH v21 08/13] trace-cmd: Add guest information in host's trace.dat file
` [PATCH v21 09/13] trace-cmd: Add host trace clock as guest trace argument
` [PATCH v21 10/13] trace-cmd: Refactor few trace-cmd internal functions
` [PATCH v21 11/13] trace-cmd: Basic infrastructure for host - guest timestamp synchronization
` [PATCH v21 12/13] trace-cmd: [POC] PTP-like algorithm "
` [PATCH v21 13/13] trace-cmd: Debug scripts for "

[PATCH v20 00/15]Timestamp synchronization of host - guest tracing session
 2020-03-02 13:43 UTC  (24+ messages)
` [PATCH v20 01/15] trace-cmd: Add support for negative time offsets in trace.dat file
` [PATCH v20 02/15] trace-cmd: Add new library API for local CPU count
` [PATCH v20 03/15] trace-cmd: Find and store pids of tasks, which run virtual CPUs of given VM
` [PATCH v20 04/15] trace-cmd: Implement new API tracecmd_add_option_v()
` [PATCH v20 05/15] trace-cmd: Add new API to generate a unique ID of the tracing session
` [PATCH v20 06/15] trace-cmd: Store the session tracing ID in the trace.dat file
` [PATCH v20 07/15] trace-cmd: Add definitions of htonll() and ntohll()
` [PATCH v20 08/15] trace-cmd: Exchange tracing IDs between host and guest
` [PATCH v20 09/15] trace-cmd: Implement new option in trace.dat file: TRACECMD_OPTION_TIME_SHIFT
` [PATCH v20 10/15] trace-cmd: Add guest information in host's trace.dat file
` [PATCH v20 11/15] trace-cmd: Add host trace clock as guest trace argument
` [PATCH v20 12/15] trace-cmd: Refactor few trace-cmd internal functions
` [PATCH v20 13/15] trace-cmd: Basic infrastructure for host - guest timestamp synchronization
` [PATCH v20 14/15] trace-cmd: [POC] PTP-like algorithm "
` [PATCH v20 15/15] trace-cmd: Debug scripts for "

[PATCH v6 0/3] Add new trace-cmd record options: "--proc-map"
 2020-03-02  9:31 UTC  (4+ messages)
` [PATCH v6 2/3] trace-cmd: Save the tracee address map into the trace.dat file

[PATCH v19 00/15]Timestamp synchronization of host - guest tracing session
 2020-02-27  9:39 UTC  (22+ messages)
` [PATCH v19 01/15] trace-cmd: Add support for negative time offsets in trace.dat file
` [PATCH v19 02/15] trace-cmd: Add new library API for local CPU count
` [PATCH v19 03/15] trace-cmd: Find and store pids of tasks, which run virtual CPUs of given VM
` [PATCH v19 04/15] trace-cmd: Implement new API tracecmd_add_option_v()
` [PATCH v19 05/15] trace-cmd: Add new API to generate a unique ID of the tracing session
` [PATCH v19 06/15] trace-cmd: Store the session tracing ID in the trace.dat file
` [PATCH v19 07/15] trace-cmd: Add definitions of htonll() and ntohll()
` [PATCH v19 08/15] trace-cmd: Exchange tracing IDs between host and guest
` [PATCH v19 09/15] trace-cmd: Implement new option in trace.dat file: TRACECMD_OPTION_TIME_SHIFT
` [PATCH v19 10/15] trace-cmd: Add guest information in host's trace.dat file
` [PATCH v19 11/15] trace-cmd: Add host trace clock as guest trace argument
` [PATCH v19 12/15] trace-cmd: Refactor few trace-cmd internal functions
` [PATCH v19 13/15] trace-cmd: Basic infrastructure for host - guest timestamp synchronization
` [PATCH v19 14/15] trace-cmd: [POC] PTP-like algorithm "
` [PATCH v19 15/15] trace-cmd: Debug scripts for "

[PATCH v3 0/5] trace-cmd: SQL-like syntax for ftrace histograms configuration
 2020-02-26 16:31 UTC  (6+ messages)
` [PATCH v3 1/5] trace-cmd: Add new libtracefs API tracefs_instance_file_append()
` [PATCH v3 2/5] trace-cmd: Unit test for tracefs_instance_file_append() API
` [PATCH v3 3/5] trace-cmd: Add new libtraceevent flag to suppress parsing warnings
` [PATCH v3 4/5] trace-cmd: Suppress parsing warnings in tracefs_local_events() API
` [PATCH v3 5/5] trace-cmd: Add "--sql" option to trace-cmd start and record sub commands

[PATCH v4 0/4] Extend coverage of "trace-cmd reset" command
 2020-02-25 18:07 UTC  (5+ messages)
` [PATCH v4 1/4] trace-cmd: Add new tracefs APIs for checking if a ftrace file / directory exists
` [PATCH v4 2/4] trace-cmd: Unit tests for new libtracefs APIs
` [PATCH v4 3/4] trace-cmd: Clear synthetic events on reset subcommand
` [PATCH v4 4/4] trace-cmd: Clear error log "

[PATCH v2 2/2] trace-cmd: Clear error log on reset subcommand
 2020-02-24 20:44 UTC  (2+ messages)

[PATCH v3] KernelShark: Inherit libdir from Makefile
 2020-02-24  0:06 UTC  (4+ messages)

[PATCH v2] KernelShark: Inherit libdir from Makefile
 2020-02-21 14:23 UTC  (4+ messages)

[PATCH 0/0] Two fixes for compiling
 2020-02-21 11:56 UTC  (9+ messages)
` [PATCH 1/2] KernelShark: Inherit libdir from Makefile
` [PATCH 2/2] trace-cmd: Clean up old gtk stuff

[PATCH 0/4] trace-cmd: SQL-like syntax for ftrace histograms configuration
 2020-02-20 23:35 UTC  (6+ messages)
` [PATCH 1/4] trace-cmd: Add new libtracefs API tracefs_instance_file_append()
` [PATCH 2/4] trace-cmd: Clear synthetic events on reset subcommand
` [PATCH 3/4] trace-cmd: Clear error log "
` [PATCH 4/4] trace-cmd: Add "--sql" option to trace-cmd start and record sub commands

[PATCH] trace-cmd: Add output to show "make test"
 2020-02-20 18:50 UTC  (2+ messages)

[PATCH v3] trace-cmd: Clear synthetic events on reset subcommand
 2020-02-20  9:46 UTC 

[PATCH v2] trace-cmd: Clear synthetic events on reset subcommand
 2020-02-20  9:43 UTC 

[PATCH v2 0/2] trace-cmd: SQL-like syntax for ftrace histograms configuration
 2020-02-19 13:15 UTC  (3+ messages)
` [PATCH v2 1/2] trace-cmd: Add new libtracefs API tracefs_instance_file_append()
` [PATCH v2 2/2] trace-cmd: Add "--sql" option to trace-cmd start and record sub commands

[PATCH v2 1/2] trace-cmd: Clear synthetic events on reset subcommand
 2020-02-19 13:13 UTC 

[PATCH] kernel-shark: Fix search path for libtracefs
 2020-02-17  8:50 UTC  (2+ messages)

[PATCH] trace-cmd: Fix "multiple definition" compiler errors
 2020-02-10  8:50 UTC 

[PATCH RFC] MAINTAINERS: add TRACE EVENT LIBRARY section
 2020-02-04 11:12 UTC  (7+ messages)

[PATCH v18 00/18]Timestamp synchronization of host - guest tracing session
 2020-01-31 14:49 UTC  (5+ messages)
` [PATCH v18 16/18] trace-cmd: Basic infrastructure for host - guest timestamp synchronization

[PATCH] tools lib traceevent: Handle gcc __attribute__(()) in fields
 2020-01-31  0:03 UTC 

[PATCH] trace-cmd: Have /etc paths honor $(prefix) if not the default
 2020-01-29 15:43 UTC 

[PATCH] trace-cmd: Man page for trace-cmd agent
 2020-01-29 12:05 UTC 

[PATCH 0/9] libtracefs: few fixes and a lot of unit tests
 2020-01-29  9:54 UTC  (10+ messages)
` [PATCH 1/9] trace-cmd: fix description of tracefs_get_tracing_dir() API
` [PATCH 2/9] trace-cmd: Remove tracefs_read_page_record() API
` [PATCH 3/9] trace-cmd: Add sanity check of tracefs_get_tracing_file() input parameter
` [PATCH 4/9] trace-cmd: Unit test for libtracefs
` [PATCH 5/9] trace-cmd: Unit tests for libtracefs APIs related to tracing file / directory
` [PATCH 6/9] trace-cmd: Unit tests for libtracefs APIs related to ftrace instances
` [PATCH 7/9] trace-cmd: Unit tests for libtracefs APIs related to ftrace events and systems
` [PATCH 8/9] trace-cmd: Unit test for tracefs_tracers() API
` [PATCH 9/9] trace-cmd: Unit tests for libtracefs APIs related to allocating a tep handler based on local events

[PATCH] tools/lib/traceevent, perf tools: Handle %pU format correctly
 2020-01-27 15:42 UTC 

[PATCH 0/3] trace-cmd: Various updates and fixes
 2020-01-25  2:50 UTC  (4+ messages)
` [PATCH 1/3] tracefs: Include -ltracecmd to libtracefs.so build
` [PATCH 2/3] trace-cmd: Remove error processing from write_file() use error_log instead
` [PATCH 3/3] trace-cmd: Fix the looping to clear triggers and filters

[PATCH v3 0/5] tracefs library
 2020-01-23 23:47 UTC  (8+ messages)
` [PATCH v3 1/5] trace-cmd,kernel-shark: Introduce libtracefs library
` [PATCH v3 2/5] trace-cmd: New libtracefs APIs for ftrace instances
` [PATCH v3 3/5] trace-cmd,kernel-shark: New libtracefs APIs for ftrace events and systems
` [PATCH v3 4/5] trace-cmd,kernel-shark: New libtracefs APIs for loading ftrace events
` [PATCH v3 5/5] trace-cmd: Unit test for libtracefs

[PATCH] trace-cmd: generate cscope.files when building cscope index
 2020-01-23 21:11 UTC  (9+ messages)

[RELEASE] Babeltrace 2.0.0
 2020-01-22 17:35 UTC 

[PATCH v2 0/5] trace-cmd: A few udpates
 2020-01-22 17:22 UTC  (6+ messages)
` [PATCH v2 1/5] trace-cmd: Create TRACECMD_MAGIC macro for magic number of trace-cmd data file
` [PATCH v2 2/5] trace-cmd: Place "trace.dat" into the macro DEFAULT_INPUT_FILE
` [PATCH v2 3/5] trace-cmd: Add installation of ld.conf.d file for library paths
` [PATCH v2 4/5] trace-cmd: Have libtracecmd.so include libtraceevent
` [PATCH v2 5/5] trace-cmd: Remove unused trace_util function declarations

[PATCH 0/5] trace-cmd: A few updates
 2020-01-22 17:22 UTC  (7+ messages)
` [PATCH 1/5] trace-cmd: Create TRACECMD_MAGIC macro for magic number of trace-cmd data file
` [PATCH 2/5] trace-cmd: Place "trace.dat" into the macro DEFAULT_INPUT_FILE
` [PATCH 3/5] trace-cmd: Add installation of ld.conf.d file for library paths
` [PATCH 4/5] trace-cmd: Have libtracecmd.so include libtraceevent
` [PATCH 5/5] trace-cmd: Remove unused trace_util function declarations

[PATCH 0/7] trace-cmd,libtraceevent: Rework of plugin options APIs
 2020-01-22 15:00 UTC  (8+ messages)
` [PATCH 1/7] trace-cmd,libtraceevent: Plugin options rework
` [PATCH 2/7] trace-cmd,libtraceevent: Remove TEP_PLUGIN_OPTIONS
` [PATCH 3/7] trace-cmd,libtraceevent: Check for plugin options duplication
` [PATCH 4/7] trace-cmd,libtraceevent: Check for plugin duplication
` [PATCH 5/7] trace-cmd,libtraceevent: Remove API for plugin options print
` [PATCH 6/7] trace-cmd,libtraceevent: Remove API for plugin print
` [PATCH 7/7] trace-cmd, kernelshark, libtraceevent: Changed tep_plugin_add_option() API

[PATCH] trace-cmd: free kbuf on malloc err in tracecmd_read_page_record()
 2020-01-21  2:18 UTC  (2+ messages)

[RFC PATCH] trace-cmd: Add sqldump
 2020-01-16 15:48 UTC 

traceevent support for kernels with CONFIG_GCC_PLUGIN_STRUCTLEAK=y
 2020-01-15 19:31 UTC  (4+ messages)
` [PATCH bpf] traceevent: ignore __attribute__ in fields format

[PATCH 5.4 015/165] libtraceevent: Fix lib installation with O=
 2020-01-11  9:48 UTC  (2+ messages)
` [PATCH 5.4 016/165] libtraceevent: Copy pkg-config file to output folder when using O=

[PATCH 4.19 09/84] libtraceevent: Fix lib installation with O=
 2020-01-11  9:49 UTC 

[PATCH 4.14 06/62] libtraceevent: Fix lib installation with O=
 2020-01-11  9:49 UTC 

[PATCH] trace-cmd: Remove duplicated "list" command entry
 2020-01-10 14:26 UTC 

Singapore Citizen Mr. Teo En Ming's Refugee Seeking Attempts as at 9 Jan 2020 Thursday
 2020-01-09 15:52 UTC 

[PATCH v2 0/5] tracefs library
 2020-01-09 14:14 UTC  (10+ messages)
` [PATCH v2 3/5] trace-cmd: New libtracefs APIs for ftrace instances
` [PATCH v2 4/5] trace-cmd,kernel-shark: New libtracefs APIs for ftrace events and systems

Ideals for tep plugin options
 2020-01-09 13:21 UTC  (2+ messages)

[PATCH 0/3] Add new trace-cmd sub-command "dump"
 2020-01-09 12:20 UTC  (4+ messages)
` [PATCH 1/3] trace-cmd: Implement new "
` [PATCH 2/3] trace-cmd: Man page of "trace-cmd dump" sub-command
` [PATCH 3/3] trace-cmd: bash completion "


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