linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-21 14:31:22 to 2019-12-12 09:03:07 UTC [more...]

[PATCH 0/5] Build trace-cruncher as Python pakage
 2019-12-12  9:02 UTC  (5+ messages)
` [PATCH 1/5] Refactor the part of the interface that relies on libkshark
` [PATCH 2/5] Refactor the part of the interface that relies on libtraceevent
` [PATCH 3/5] Refactor NumPy based data wrapper
` [PATCH 4/5] Add "utils"

ftrace histogram sorting broken on BE architecures
 2019-12-11 19:26 UTC  (7+ messages)

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

Autobiography of Singaporean Targeted Individual Mr. Turritopsis Dohrnii Teo En Ming (Very First Draft, Lots More to Add in Future)
 2019-12-08  1:11 UTC 

[PATCH] libtraceevent: allow custom libdir path
 2019-12-07 11:14 UTC 

[PATCH v14 00/19] Timestamp synchronization of host - guest
 2019-12-04 14:59 UTC  (21+ messages)
` [PATCH v14 01/19] trace-cmd: Implement new lib API: tracecmd_local_events_system()
` [PATCH v14 02/19] trace-cmd: Add support for negative time offsets in trace.dat file
` [PATCH v14 03/19] trace-cmd: Add implementations of htonll() and ntohll()
` [PATCH v14 04/19] trace-cmd: Add new library APIs for ftrace instances
` [PATCH v14 05/19] trace-cmd: Add new library API for local CPU count
` [PATCH v14 06/19] trace-cmd: Add new library API for reading ftrace buffers
` [PATCH v14 07/19] trace-cmd: Find and store pids of tasks, which run virtual CPUs of given VM
` [PATCH v14 08/19] trace-cmd: --del the tracee address map into the guest's trace.dat file
` [PATCH v14 09/19] trace-cmd: Implement new API tracecmd_add_option_v()
` [PATCH v14 10/19] trace-cmd: Add new API to generate a unique ID of the tracing session
` [PATCH v14 11/19] trace-cmd: Store the session tracing ID in the trace.dat file
` [PATCH v14 12/19] trace-cmd: Exchange tracing IDs between host and guest
` [PATCH v14 13/19] trace-cmd: Implement new option in trace.dat file: TRACECMD_OPTION_TIME_SHIFT
` [PATCH v14 14/19] trace-cmd: Add guest information in host's trace.dat file
` [PATCH v14 15/19] trace-cmd: Add host trace clock as guest trace argument
` [PATCH v14 16/19] trace-cmd: Refactor few trace-cmd internal functions
` [PATCH v14 17/19] trace-cmd: Basic infrastructure for host - guest timestamp synchronization
` [PATCH v14 18/19] trace-cmd: [POC] PTP-like algorithm "
` [PATCH v14 19/19] trace-cmd: Debug scripts for "

[PATCH 1/2] libtraceevent: fix lib installation
 2019-12-04  7:53 UTC  (7+ messages)
` [PATCH 2/2] libtraceevent: copy pkg-config file in output folder
  ` [tip: perf/urgent] libtraceevent: Copy pkg-config file to output folder when using O=
` [tip: perf/urgent] libtraceevent: Fix lib installation with O=

[PATCH 5.3 061/135] perf scripting engines: Iterate on tep event arrays directly
 2019-12-03 22:35 UTC 

[patch 026/158] mm: emit tracepoint when RSS changes
 2019-12-03 14:53 UTC 

[PATCH 22/23] libtraceevent: Fix lib installation with O=
 2019-12-03 13:56 UTC  (2+ messages)
` [PATCH 23/23] libtraceevent: Copy pkg-config file to output folder when using O=

[PATCH v6 0/3] Remove redundant trace-cmd plugin handling logic
 2019-12-02 21:19 UTC  (4+ messages)
` [PATCH v6 2/3] trace-cmd: Load libtraceevent plugins from build folder, if exists

[PATCH] kernel-shark: Retrieve the home of root from "/etc/passwd"
 2019-11-29 18:44 UTC  (3+ messages)

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

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

[PATCH v2 1/3] kernel-shark: Fix simple typo in the "File" menu
 2019-11-28 11:29 UTC  (7+ messages)
` [PATCH v2 2/3] kernel-shark: Fix potential memory leak in libkshark-collection
` [PATCH v2 3/3] kernel-shark: When running as Root save all config settings in /root/

[PATCH] trace-cmd: Improve /proc/kallsyms parsing
 2019-11-23 16:42 UTC  (2+ messages)

[PATCH] libtraceevent: fix header installation
 2019-11-23  8:15 UTC  (5+ messages)
` [tip: perf/core] libtraceevent: Fix "

[PATCH] trace-cmd: Fix latency format to show latency
 2019-11-22 21:55 UTC 

[PATCH 23/26] libtraceevent: Fix header installation
 2019-11-22 14:57 UTC 

Invoke trace event in registration callback function
 2019-11-18 11:29 UTC 

[PATCH 1/2] trace-cmd: Enable kptr_restrict
 2019-11-13 15:08 UTC  (14+ messages)
` [PATCH 2/2] trace-cmd: Add an option to set saved_cmdlines_size
            ` [PATCH v2 1/2] trace-cmd: Enable kptr_restrict
              ` [PATCH v2 2/2] trace-cmd: Add an option to set saved_cmdlines_size

[PATCH] trace-cmd: Add support for built-in plugins
 2019-11-11 23:02 UTC  (2+ messages)

libtraceevent installing in wrong folder
 2019-11-10  0:44 UTC  (2+ messages)

[tip: perf/core] perf scripting engines: Iterate on tep event arrays directly
 2019-11-06 18:14 UTC  (2+ messages)
` [tip: perf/urgent] "

[PATCH 2/2] perf: Remove unused trace_find_next_event()
 2019-11-06 18:14 UTC  (3+ messages)
` [tip: perf/core] perf tools: "
` [tip: perf/urgent] "

[PATCH 1/3] perf scripting engines: Iterate on tep event arrays directly
 2019-11-05 18:18 UTC  (2+ messages)
` [PATCH 2/3] perf tools: Remove unused trace_find_next_event()

linux-next: Tree for Oct 29
 2019-10-30 11:21 UTC  (3+ messages)

[PATCH v3] tools/lib/traceevent, perf tools: Handle %pU format correctly
 2019-10-29 14:39 UTC  (7+ messages)
` [tools/lib/traceevent, perf tools] b28d7df1d3: stderr.In_file_included_from_event-parse.c

[PATCH 1/2] trace-cmd: refactor print_update
 2019-10-26 15:46 UTC  (3+ messages)
` [PATCH 2/2] trace-cmd: respect -s/--silent

[PATCH v12 0/9] trace-cmd: Timetamps sync between host and guest machines, relying on vsock events
 2019-10-25  9:24 UTC  (10+ messages)
` [PATCH v12 1/9] trace-cmd: Implemented new lib API: tracecmd_local_events_system()
` [PATCH v12 3/9] trace-cmd: Fix tracecmd_read_page_record() to read more than one event
` [PATCH v12 5/9] trace-cmd: Refactored few functions in trace-record.c
` [PATCH v12 7/9] trace-cmd: Implemented new API tracecmd_add_option_v()

[PATCH 0/2] trace-cmd: Fixes for reading older trace-cmd trace.dat files
 2019-10-25  6:52 UTC  (3+ messages)
` [PATCH 1/2] libtraceevent: Remove extra \n in print_event_time()
` [PATCH 2/2] trace-cmd: Use usecs unless specified not to

Deadlock with FTrace in child process
 2019-10-25  1:18 UTC  (4+ messages)

[PATCH v2] Fix segmentation fault in trace-cmd record on invalid event hooks
 2019-10-24 12:45 UTC 

[PATCH] Fix segmentation fault in trace-cmd record on invalid event hooks
 2019-10-24 12:41 UTC 

[PATCH 1/3] kernel-shark: Fix simple typo in the "File" menu
 2019-10-23 11:59 UTC  (5+ messages)
` [PATCH 2/3] kernel-shark: Do not save the settings when running as Root


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