linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-31 12:16:26 to 2019-09-19 21:25:43 UTC [more...]

[PATCH 0/6] tools/lib/traceevent: Man page updates and some file movement
 2019-09-19 21:23 UTC 

[PATCH] tools/lib/traceevent: Round up in tep_print_event() time precision
 2019-09-19 20:51 UTC 

[PATCH v2 0/5] Handle the case when KernelShark is started as Root
 2019-09-19 20:32 UTC  (9+ messages)
` [PATCH v2 1/5] kernel-shark: Show warning message when running "
` [PATCH v2 2/5] kernel-shark: Don't use pkexec "
` [PATCH v2 3/5] kernel-shark: Use standart error message in KsMainWindow::_record()
` [PATCH v2 4/5] kernel-shark: Optimize the error messages when "Record" fails to start
` [PATCH v2 5/5] kernel-shark: Better formatting of the error messages from "Record"

[PATCH] kernel-shark: Always show the true PID of the entry in the Context menu
 2019-09-19  7:22 UTC 

[PATCH v7 01/13] tools lib traceevent: Convert remaining %p[fF] users to %p[sS]
 2019-09-18 15:22 UTC  (3+ messages)

[PATCH v2 0/3] Support "shell quoting" in the Record dialog
 2019-09-18 14:23 UTC  (4+ messages)
` [PATCH v2 1/3] kernel-shark: Provide parsing for quotation marks in Record command line
` [PATCH v2 2/3] kernel-shark: give more space to the command field of the Record dialog
` [PATCH v2 3/3] kernel-shark: Add quotation marks parsing example/test

[PATCH v6 01/12] tools lib traceevent: Convert remaining %p[fF] users to %p[sS]
 2019-09-18 13:08 UTC  (11+ messages)

[PATCH 0/5] trace-cmd: Update for the new trace_print_event() logic
 2019-09-18  2:03 UTC  (6+ messages)
` [PATCH 1/5] trace-cmd: Move extract trace_clock into trace-input.c
` [PATCH 2/5] trace-cmd: Separate out time diff code in trace_show_data()
` [PATCH 3/5] trace-cmd: Add check for trace_clock using usecs into tracecmd_parse_trace_clock()
` [PATCH 4/5] libtraceevent, perf tools: Changes in tep_print_event_* APIs
` [PATCH 5/5] tools/lib/traceevent: Round up in tep_print_event() time precision

[PATCH] kernel-shark: Increase the size of the task hash
 2019-09-17 15:03 UTC  (5+ messages)

[PATCH] kernel-shark: Provide parsing for quotation marks in Record command line
 2019-09-17 13:17 UTC  (9+ messages)

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

[PATCH] tools/lib/traceevent: Move traceevent plugins in its own subdirectory
 2019-09-17 10:50 UTC 

[PATCH v4 07/11] lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %ps
 2019-09-06  6:59 UTC  (4+ messages)

[PATCH] trace-cmd: Add proper KBUFFER_TYPE_TIME_STAMP handling
 2019-09-04 20:17 UTC 

[PATCH] trace-cmd: Fix typo in use of file descriptor in conditional
 2019-09-04 11:55 UTC 

[PATCH] tools lib trace-cmd: Fix typo with file descriptors conditions
 2019-09-04 11:50 UTC 

[PATCH ]trace-recorder.c
 2019-09-04 10:29 UTC  (2+ messages)

[PATCH v3 0/4] Separate trace-cmd and libtracecmd code
 2019-09-03 13:34 UTC  (5+ messages)
` [PATCH v3 1/4] trace-cmd: Move trace-cmd global variable "quiet" to libtracecmd
` [PATCH v3 2/4] trace-cmd: Move plog() function "
` [PATCH v3 3/4] trace-cmd: Move tracecmd_stack_tracer_status() "
` [PATCH v3 4/4] trace-cmd: Update descriptions of "debug" libtracecmd APIs

[PATCH v9] tools/lib/traceevent: Man pages for tep plugins APIs
 2019-09-03 13:34 UTC 

[PATCH v2 0/8] Separate trace-cmd and libtracecmd code
 2019-09-03 12:24 UTC  (24+ messages)
` [PATCH v2 1/8] trace-cmd: Move trace-cmd-local.h from the application to the library
` [PATCH v2 2/8] trace-cmd: Move trace-output.c into the library code
` [PATCH v2 3/8] trace-cmd: Move trace-msg.c into the library
` [PATCH v2 4/8] trace-cmd: Move trace-cmd global variable "quiet" to libtracecmd
` [PATCH v2 5/8] trace-cmd: Move trace-cmd global variable "debug" "
` [PATCH v2 6/8] trace-cmd: Move plog() function "
` [PATCH v2 7/8] trace-cmd: Move trace-cmd APIs from trace-cmd.h to trace-local.h
` [PATCH v2 8/8] trace-cmd: Move tracecmd_stack_tracer_status() function to libtracecmd
` [PATCH v5 0/3] Add new trace-cmd record options: "--proc-map"
` [PATCH v5 1/3] trace-cmd: Extend ptrace logic to work with multiple filtered pids
` [PATCH v5 2/3] trace-cmd: Save the tracee address map into the trace.dat file
` [PATCH v5 3/3] trace-cmd: Add option to execute traced process as given user

[PATCH v3 0/3] Changes in few libtraceevent APIs
 2019-09-02  8:16 UTC  (7+ messages)
` [PATCH v3 1/3] tools/lib/traceevent, tools/perf: Changes in tep_print_event_* APIs
  ` [tip: perf/core] libtraceevent, perf tools: "
` [PATCH v3 2/3] tools/lib/traceevent: Remove tep_register_trace_clock()
  ` [tip: perf/core] libtraceevent: "
` [PATCH v3 3/3] tools/lib/traceevent: Change user's plugin directory
  ` [tip: perf/core] libtraceevent: Change users "

[PATCH] tracing: Fix histogram referencing a variable
 2019-09-01 22:02 UTC  (2+ messages)

[PATCH 19/47] libtraceevent, perf tools: Changes in tep_print_event_* APIs
 2019-09-01 12:23 UTC  (3+ messages)
` [PATCH 20/47] libtraceevent: Remove tep_register_trace_clock()
` [PATCH 21/47] libtraceevent: Change users plugin directory

trace-recorder.c patch
 2019-08-30 21:44 UTC 

[PATCH] trace-cmd: Limit the size written into the pid mapname
 2019-08-30 16:56 UTC 

[PATCH v2 0/6] Remove redundant trace-cmd plugin handling logic
 2019-08-30 15:23 UTC  (8+ messages)
` [PATCH v2 1/6] trace-cmd: Move kernel_stack event handler to "function" plugin
` [PATCH v2 2/6] trace-cmd: Move plugin options from trace-cmd to libtraceevent
` [PATCH v2 3/6] trace-cmd: Remove trace-cmd plugin handling routines
` [PATCH v2 4/6] trace-cmd: Move libtraceevent plugins in its own directory
` [PATCH v2 5/6] trace-cmd: Load libtraceevent plugins from build folder, if exists
` [PATCH v2 6/6] trace-cmd: Change plugin install directories

[PATCH 0/3] tools lib traceevent: Fixing the API to be less policy driven
 2019-08-29 20:37 UTC  (6+ 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 users plugin directory

[PATCH 0/2] tools lib traceevent: Fixes for adding tasks to the tep descriptor
 2019-08-29 19:02 UTC  (5+ messages)
` [PATCH 1/2] tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failure
  ` [tip: perf/core] "
` [PATCH 2/2] tools lib traceevent: Remove unneeded qsort and uses memmove instead
  ` [tip: perf/core] "

[PATCH v8] tools/lib/traceevent: Man pages for tep plugins APIs
 2019-08-29 18:08 UTC  (2+ messages)

[PATCH 36/37] tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failure
 2019-08-29 14:39 UTC  (2+ messages)
` [PATCH 37/37] tools lib traceevent: Remove unneeded qsort and uses memmove instead

[PATCH v6 0/3] Add new trace-cmd record options: "--proc-map"
 2019-08-28 11:24 UTC  (4+ messages)
` [PATCH v6 1/3] trace-cmd: Extend ptrace logic to work with multiple filtered pids
` [PATCH v6 2/3] trace-cmd: Save the tracee address map into the trace.dat file
` [PATCH v6 3/3] trace-cmd: Add option to execute traced process as given user

[PATCH v2] Implemented generic PTP sync algorithm
 2019-08-28  9:09 UTC 

[PATCH v12 0/9] trace-cmd: Timetamps sync between host and guest machines, relying on vsock events
 2019-08-28  8:57 UTC  (10+ messages)
` [PATCH v12 1/9] trace-cmd: Implemented new lib API: tracecmd_local_events_system()
` [PATCH v12 2/9] trace-cmd: Added support for negative time offsets in trace.dat file
` [PATCH v12 3/9] trace-cmd: Fix tracecmd_read_page_record() to read more than one event
` [PATCH v12 4/9] trace-cmd: Added implementation of htonll() and ntohll()
` [PATCH v12 5/9] trace-cmd: Refactored few functions in trace-record.c
` [PATCH v12 6/9] trace-cmd: Find and store pids of tasks, which run virtual CPUs of given VM
` [PATCH v12 7/9] trace-cmd: Implemented new API tracecmd_add_option_v()
` [PATCH v12 8/9] trace-cmd: Implemented new option in trace.dat file: TRACECMD_OPTION_TIME_SHIFT
` [PATCH v12 9/9] trace-cmd [POC]: Implemented timestamps synch algorithm, using vsock events

Kopie van: Meet a beautiful woman for sex right now
 2019-08-27 11:35 UTC 

[PATCH] Implemented general PTP sync algorithm
 2019-08-16  4:31 UTC 

[PATCH v11 0/9] trace-cmd: Timetamps sync between host and guest machines, relying on vsock events
 2019-08-15 18:40 UTC  (2+ messages)

[PATCH 0/7] Separate trace-cmd and libtracecmd code
 2019-08-09 15:02 UTC  (6+ messages)
` [PATCH 1/7] trace-cmd: Move trace-output.c into the library code

[PATCH 0/3] Handle the case when KernelShark is started as Root
 2019-08-09 13:35 UTC  (8+ messages)
` [PATCH 1/3] kernel-shark: Show warning message when running "
` [PATCH 2/3] kernel-shark: Don't use pkexec "
` [PATCH 3/3] kernel-shark: Use standart error message in KsMainWindow::_record()

[PATCH v4] trace-cmd: Save the tracee memory map into the trace.dat file
 2019-08-09 12:16 UTC  (4+ messages)

[PATCH] tools/lib/traceevent: Add tep_get_event() in event-parse.h
 2019-08-08 11:37 UTC 

[PATCH 0/2] Fixed outdated libtraceevent man pages
 2019-08-08 11:36 UTC  (3+ messages)
` [PATCH 1/2] tools/lib/traceevent: Man pages fix, rename tep_ref_get() to tep_get_ref()
` [PATCH 2/2] tools/lib/traceevent: Man pages fix, changes in event printing APIs

[PATCH v2] kernel-shark: Separate trace-cmd and kernelshark documentations
 2019-08-08  9:51 UTC  (2+ messages)

[PATCH] kernel-shark-qt: Fix the broken Color scheme slider
 2019-08-08  8:22 UTC 

[PATCH] tools lib traceevent: Fix buffer overflow in arg_eval
 2019-08-07 12:14 UTC 

[PATCH 0/2] [RFC] several build fixes
 2019-08-06 13:35 UTC  (5+ messages)
` [PATCH 1/2] parse-event: rename filter_arg_boolean arg
` [PATCH 2/2] makefile: fix python SyntaxError

[PATCH 1/2] parse-events: deref pointer for proper sizeof()
 2019-08-06 12:50 UTC  (7+ messages)
` [PATCH 2/2] "

[PATCH] kernel-shark: Separate trace-cmd and kernelshark documentations
 2019-08-05 12:39 UTC  (3+ messages)

[PATCH] tools/lib/traceevent, tools/perf: Move struct tep_handler definition in a local header file
 2019-08-01 14:09 UTC  (5+ messages)

[PATCH v8] tools/lib/traceevent: Man pages for libtraceevent event print related API
 2019-08-01  7:50 UTC 

[PATCH v2 0/3] Changes in few libtraceevent APIs
 2019-07-31 12:27 UTC  (5+ messages)
` [PATCH v2 1/3] tools/lib/traceevent, tools/perf: Changes in tep_print_event_* APIs


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