linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-07 09:51:21 to 2019-07-10 17:41:45 UTC [more...]

Submit to the Tracing Microconference at Linux Plumbers 2019
 2019-07-10 17:41 UTC 

[PATCH] kernel-shark: kernel-shark: Avoid a duplicate error message from capture
 2019-07-10 16:31 UTC  (2+ messages)

[PATCH 0/4] kernel-shark: The road to 1.0
 2019-07-10 13:46 UTC  (5+ messages)
` [PATCH 1/4] revert: "kernel-shark: Remove a duplicate error message"
` [PATCH 2/4] kernel-shark: Remove the "make install" suggestion for capture errors
` [PATCH 3/4] kernel-shark: Show the standard error of kshark-record
` [PATCH 4/4] kernel-shark: Use <br> for dialog and \n for console error messages

[PATCH 0/8]Fixes needed befor KS 1.0
 2019-07-10  1:36 UTC  (10+ messages)
` [PATCH 1/8] kernel-shark: Don't free the string field of KS_CONFIG_STRING document
` [PATCH 2/8] kernel-shark: Add method for getting all selected events
` [PATCH 3/8] kernel-shark: Optimize the command line options used by the capture dialog
` [PATCH 4/8] kernel-shark: Don't try to open data file if recording failed
` [PATCH 5/8] kernel-shark: Remove a duplicate error message
` [PATCH 6/8] kernel-shark: remove the "make install" suggestion for capture errors
` [PATCH 7/8] kernel-shark: Disconnect "capture errors" before closing KernelShark GUI
` [PATCH 8/8] kernel-shark: Less scary error message from Capture dialog

[PATCH] trace-cmd: Clean up python plugin warnings
 2019-07-09 15:38 UTC  (2+ messages)

[PATCH v3] trace-cmd: Add option to execute traced process as given user
 2019-07-09 15:11 UTC  (3+ messages)

[PATCH v2] trace-cmd: Add option to execute traced process as given user
 2019-07-09 14:26 UTC 

[PATCH 04/11] trace-cmd: add global functions for live tracing
 2019-07-09 13:56 UTC  (2+ messages)

[PATCH v3] kernel-shark: Define a CMAKE_BUILD_TYPE "Package"
 2019-07-08 14:02 UTC  (3+ messages)

[PATCH v2 0/3] KernelShark build fixes for v1.0
 2019-07-08  9:16 UTC  (6+ messages)
` [PATCH v2 1/3] kernel-shark: Remove the "-g" compiler flag
` [PATCH v2 2/3] kernel-shark: Avoid TRACECMD_BIN_DIR being set to the build path
` [PATCH v2 3/3] kernel-shark: Define a CMAKE_BUILD_TYPE "Package"

[ANNOUNCE] trace-cmd v2.8.1
 2019-07-05 21:20 UTC  (2+ messages)

[PATCH] trace-cmd: Add git version string to trace-cmd --version output
 2019-07-05 16:14 UTC 

[PATCH 0/2] Fixes needed befor KS 1.0
 2019-07-05 14:25 UTC  (4+ messages)
` [PATCH 1/2] kernel-shark: Line up the table of the loaded Advanced filters
` [PATCH 2/2] kernel-shark: Separate the target instalation instructions

[PATCH v2] trace-cmd: Add option to execute traced process as given user
 2019-07-05 14:19 UTC  (2+ messages)

[PATCH] trace-cmd: remove ununsed knuth_hash*() routines
 2019-07-05 13:31 UTC  (8+ messages)
      ` [PATCH v2] "

[PATCH] trace-cmd: Add option to execute traced process as given user
 2019-07-05 11:35 UTC 

[RFC PATCH v2 0/5] Add support for text rendering
 2019-07-05 10:25 UTC  (8+ messages)
` [RFC PATCH v2 1/5] kernel-shark: Simplify the drawing of the Triangle Fan
` [RFC PATCH v2 2/5] kernel-shark: Add support for drawing text
` [RFC PATCH v2 3/5] kernel-shark: Add text rendering to the plotting example
` [RFC PATCH v2 4/5] kernel-shark: Add hello_kernel plugin
` [RFC PATCH v2 5/5] kernel-shark: Drop Freeglut as a compulsory dependency

register_jprobe always fails with -22
 2019-07-04 12:55 UTC  (2+ messages)

[PATCH] trace-cmd: Fixed a potential problem with non-terminated string, returned by readlink()
 2019-07-04 12:39 UTC  (2+ messages)

[PATCH v4] trace-cmd: Save the tracee memory map into the trace.dat file
 2019-07-04 12:36 UTC  (2+ messages)

[RFC PATCH 0/3] Add support for text rendering
 2019-07-01 14:50 UTC  (6+ messages)
` [RFC PATCH 1/3] kernel-shark: Simplify the drawing of the Triangle Fan
` [RFC PATCH 2/3] kernel-shark: Add support for drawing text
` [RFC PATCH 3/3] kernel-shark: Add text rendering to the plotting example

[PATCH v2 0/3] kernel-shark: Make some top level "make" changes and documention updates
 2019-06-28 13:26 UTC  (5+ messages)
` [PATCH v2 1/3] kernelshark: Update the README for changes to the make process
` [PATCH v2 2/3] kernel-shark: Have "make clean" run cmake-clean.sh
` [PATCH v2 3/3] kernel-shark: Add make BUILD_TYPE=X gui to change how the gui is made

[PATCH] trace-cmd: avoid using uninitialized handle
 2019-06-27 15:41 UTC  (2+ messages)

[PATCH] trace-cmd: always initialize write_record() len
 2019-06-27 15:40 UTC  (2+ messages)

[PATCH v13 00/13] Add VM kernel tracing over vsockets and FIFOs
 2019-06-26 10:52 UTC  (14+ messages)
` [PATCH v13 01/13] trace-cmd: Make ports unsigned int
` [PATCH v13 02/13] trace-cmd: Detect if vsockets are available
` [PATCH v13 03/13] trace-cmd: Add tracecmd_create_recorder_virt() function
` [PATCH v13 04/13] trace-cmd: Add VM tracing protocol messages
` [PATCH v13 05/13] trace-cmd: Add buffer instance flags for tracing in guest and agent context
` [PATCH v13 06/13] trace-cmd: Add VM kernel tracing over vsockets transport
` [PATCH v13 07/13] trace-cmd: Use splice(2) for vsockets if available
` [PATCH v13 08/13] trace-cmd: Switch stop recording signal to SIGUSR1
` [PATCH v13 09/13] trace-cmd: Add `trace-cmd setup-guest` command
` [PATCH v13 10/13] trace-cmd: Try to autodetect number of guest CPUs in setup-guest if not specified
` [PATCH v13 11/13] trace-cmd: Add setup-guest flag for attaching FIFOs to the guest VM config
` [PATCH v13 12/13] trace-cmd: Add VM kernel tracing over FIFO transport
` [PATCH v13 13/13] trace-cmd: Add support for tracing VMware Workstation VMs by name

[PATCH] trace-cmd: Do not free pages from the lookup table in struct cpu_data in case trace file is loaded
 2019-06-26  6:51 UTC  (4+ messages)

[PATCH v3] trace-cmd: Save the tracee memory map into the trace.dat file
 2019-06-24 10:14 UTC  (3+ messages)

Tracing Summit 2019: Announcement and Call for Proposals, August 20th, 2019, San Diego, CA
 2019-06-19 14:47 UTC  (2+ messages)

[PATCH v2] trace-cmd: Save the tracee memory map into the trace.dat file
 2019-06-19  6:28 UTC  (3+ messages)

[PATCH v2 1/2] trace-cmd: Fix crash when trace-cmd is executed with args "profile -F sleep 1"
 2019-06-18 17:54 UTC  (3+ messages)

[PATCH v12 00/13] Add VM kernel tracing over vsockets and FIFOs
 2019-06-18 14:44 UTC  (14+ messages)
` [PATCH v12 01/13] trace-cmd: Make ports unsigned int
` [PATCH v12 02/13] trace-cmd: Detect if vsockets are available
` [PATCH v12 03/13] trace-cmd: Add tracecmd_create_recorder_virt() function
` [PATCH v12 04/13] trace-cmd: Add VM tracing protocol messages
` [PATCH v12 05/13] trace-cmd: Add buffer instance flags for tracing in guest and agent context
` [PATCH v12 06/13] trace-cmd: Add VM kernel tracing over vsockets transport
` [PATCH v12 07/13] trace-cmd: Use splice(2) for vsockets if available
` [PATCH v12 08/13] trace-cmd: Switch stop recording signal to SIGUSR1
` [PATCH v12 09/13] trace-cmd: Add `trace-cmd setup-guest` command
` [PATCH v12 10/13] trace-cmd: Try to autodetect number of guest CPUs in setup-guest if not specified
` [PATCH v12 11/13] trace-cmd: Add setup-guest flag for attaching FIFOs to the guest VM config
` [PATCH v12 12/13] trace-cmd: Add splice() recording from FIFO without additional pipe buffer
` [PATCH v12 13/13] trace-cmd: Add support for tracing VMware Workstation VMs by name

[PATCH v11 00/13] Add VM kernel tracing over vsockets and FIFOs
 2019-06-18 14:39 UTC  (14+ messages)
` [PATCH v11 01/13] trace-cmd: Make ports unsigned int
` [PATCH v11 02/13] trace-cmd: Detect if vsockets are available
` [PATCH v11 03/13] trace-cmd: Add tracecmd_create_recorder_virt() function
` [PATCH v11 04/13] trace-cmd: Add VM tracing protocol messages
` [PATCH v11 05/13] trace-cmd: Add buffer instance flags for tracing in guest and agent context
` [PATCH v11 06/13] trace-cmd: Add VM kernel tracing over vsockets transport
` [PATCH v11 07/13] trace-cmd: Use splice(2) for vsockets if available
` [PATCH v11 08/13] trace-cmd: Switch stop recording signal to SIGUSR1
` [PATCH v11 09/13] trace-cmd: Add `trace-cmd setup-guest` command
` [PATCH v11 10/13] trace-cmd: Try to autodetect number of guest CPUs in setup-guest if not specified
` [PATCH v11 11/13] trace-cmd: Add setup-guest flag for attaching FIFOs to the guest VM config
` [PATCH v11 12/13] trace-cmd: Add splice() recording from FIFO without additional pipe buffer
` [PATCH v11 13/13] trace-cmd: Add support for tracing VMware Workstation VMs by name

[PATCH 0/2] kernel-shark: Make some top level "make" changes
 2019-06-18 12:58 UTC  (5+ messages)
` [PATCH 1/2] kernel-shark: Have "make clean" run cmake-clean.sh
` [PATCH 2/2] kernel-shark: Add make BUILD_TYPE=X gui to change how the gui is made

[PATCH 0/2] Save tracee memory map into trace.dat file
 2019-06-17 14:12 UTC  (8+ messages)
` [PATCH 1/2] trace-cmd: Implemented new API tracecmd_add_option_v()
` [PATCH 2/2] trace-cmd: Save the tracee memory map into the trace.dat file

[PATCH v2 0/3] Fixes needed befor KS 1.0
 2019-06-15 10:26 UTC  (5+ messages)
` [PATCH v2 1/3] kernel-shark: Fix a bug when plotting the last trace record
` [PATCH v2 2/3] kernel-shark: Always use 64 bit variables for timestamps
` [PATCH v2 3/3] kernel-shark: Fix all warnings when building on 32 bit systems

[PATCH] Fix compiler error in KsSession.cpp on Raspberry Pi 3
 2019-06-14  4:40 UTC  (9+ messages)

[ANNOUNCE] trace-cmd v2.8
 2019-06-13 23:01 UTC  (2+ messages)

[PATCH 0/3] Changes in few libtraceevent APIs
 2019-06-13 10:15 UTC  (4+ messages)
` [PATCH 1/3] tools/lib/traceevent, tools/perf: Changes in tep_print_event_* APIs
` [PATCH 2/3] tools/lib/traceevent: Remove tep_register_trace_clock()
` [PATCH 3/3] tools/lib/traceevent: Change user's plugin directory

[PATCH v6 1/2] tools/lib/traceevent: Man pages for libtraceevent event print related API
 2019-06-13 10:18 UTC  (2+ messages)
` [PATCH v6 2/2] tools/lib/traceevent: Man pages for tep plugins APIs

[PATCH v6 1/2] tools/lib/traceevent: Man pages for libtraceevent event print related API
 2019-06-13 13:26 UTC  (2+ messages)
` [PATCH v6 2/2] tools/lib/traceevent: Man pages for tep plugins APIs

[PATCH 0/3] trace-cmd: Fix some bugs that include issues with --max-graph-depth
 2019-06-13 14:56 UTC  (9+ messages)
` [PATCH 1/3] trace-cmd: Fix typo in Makefile bidr to bdir
` [PATCH 2/3] trace-cmd: Have --max-graph-depth only be part of instance
` [PATCH 3/3] trace-cmd: Check the return of get_file_content() before calling add_reset_file()

[PATCH 1/2] kernel-shark: Fix a bug in ksmodel_set_next_bin_edge() part II
 2019-06-12 14:48 UTC  (5+ messages)
` [PATCH 2/2] kernel-shark: Fix a bug in ksmodel_set_next_bin_edge() part III

[PATCH] trace-cmd: Make the version defines part of tc-version.h
 2019-06-12 14:28 UTC  (2+ messages)

[PATCH 0/2] KernelShark build fixes for v1.0
 2019-06-12 13:34 UTC  (4+ messages)
` [PATCH 1/2] kernel-shark: Avoid TRACECMD_BIN_DIR being set to the build path
` [PATCH 2/2] kernel-shark: Avoid debug build when CMAKE_BUILD_TYPE=Release

[PATCH] trace-cmd: Append metadata about trace-cmd's version when recording
 2019-06-11 12:40 UTC  (4+ messages)
  ` [PATCH] trace-cmd: Add trace-cmd report --version to extract version info

[PATCH] Fix the description of check-events
 2019-06-07 18:36 UTC 

[PATCH 0/3] New Logos and Icons for KernelShark
 2019-06-07  9:50 UTC  (4+ messages)
` [PATCH 1/3] kernel-shark: Add logo and icon files
` [PATCH 2/3] kernel-shark: Start using the new logo and icon
` [PATCH 3/3] kernel-shark: Delete the old test icon


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