linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-28 08:54:38 to 2020-01-06 12:10:54 UTC [more...]

[PATCH 0/6] tracefs libraray
 2020-01-06 12:10 UTC  (13+ messages)
` [PATCH 1/6] trace-cmd: Introduce libtracefs library
` [PATCH 2/6] kernel-shark: Use new tracefs library
` [PATCH 3/6] trace-cmd: New libtracefs API tracefs_write_file()
` [PATCH 4/6] trace-cmd: New libtracefs APIs for ftrace instances
` [PATCH 5/6] trace-cmd,kernel-shark: New libtracefs APIs for ftrace events and systems
` [PATCH 6/6] trace-cmd,kernel-shark: New libtracefs APIs for loading ftrace events

[RFC] tools lib traceevent: How to do library versioning being in the Linux kernel source?
 2020-01-05 13:18 UTC  (14+ messages)

[PATCH 0/5] Build trace-cruncher as Python pakage
 2019-12-31 18:37 UTC  (7+ 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"
` [PATCH 5/5] Adapt the sched_wakeup.py example script to use the new tracecruncher module

[PATCH AUTOSEL 4.14 05/57] libtraceevent: Fix lib installation with O=
 2019-12-27 18:01 UTC 

[PATCH AUTOSEL 5.4 019/187] libtraceevent: Fix lib installation with O=
 2019-12-27 17:38 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 020/187] libtraceevent: Copy pkg-config file to output folder when using O=

[PATCH AUTOSEL 4.19 09/84] libtraceevent: Fix lib installation with O=
 2019-12-27 17:42 UTC 

[PATCH] libtraceevent: Add dependency on libdl
 2019-12-26 22:49 UTC 

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

ftrace fixes
 2019-12-21  1:23 UTC  (12+ messages)
` [PATCH 1/3] selftests/ftrace: fix glob selftest
` [PATCH 2/3] samples/trace_printk: wait for IRQ work to finish
` [PATCH 3/3] ftrace: fix endianness bug in histogram trigger

[PATCH v17 00/18]Timestamp synchronization of host - guest tracing session
 2019-12-20 13:50 UTC  (41+ 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 "

[PATCH 0/2] trace-cmd: A couple of fixes
 2019-12-19 21:48 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd: Duplicate trace_clock in tracecmd_input handle
` [PATCH 2/2] tools lib traceevent: Add builtin handler for trace_marker_raw

ftrace histogram sorting broken on BE architecures
 2019-12-18 15:33 UTC  (16+ messages)

[PATCH] libtraceevent: allow custom libdir path
 2019-12-17 11:31 UTC  (4+ messages)
` [tip: perf/urgent] libtraceevent: Allow "

[PATCH 7/9] libtraceevent: Allow custom libdir path
 2019-12-16 20:47 UTC 

[PATCH 1/3] kernel-shark: Simplify the way collections handle data requests
 2019-12-16 13:39 UTC  (3+ messages)
` [PATCH 2/3] kernel-shark: Avoid redrawing the graphs when switching the keyboard focus
` [PATCH 3/3] kernel-shark: Search for visible entry only if this is really needed

traceevent support for kernels with CONFIG_GCC_PLUGIN_STRUCTLEAK=y
 2019-12-14 15:38 UTC  (3+ messages)

[PATCH v3] kernel-shark: Retrieve the home of root using getpwuid()
 2019-12-13 11:47 UTC 

[PATCH] kernel-shark: Retrieve the home of root from "/etc/passwd"
 2019-12-13 11:43 UTC  (6+ messages)

[PATCH v2] kernel-shark: Retrieve the home of root using getpwent()
 2019-12-12 13:45 UTC 

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 v14 00/19] Timestamp synchronization of host - guest
 2019-12-04 14:59 UTC  (3+ messages)
` [PATCH v14 01/19] trace-cmd: Implement new lib API: tracecmd_local_events_system()

[PATCH 1/2] libtraceevent: fix lib installation
 2019-12-04  7:53 UTC  (5+ messages)
` [tip: perf/urgent] libtraceevent: Fix lib installation with O=

[PATCH 2/2] libtraceevent: copy pkg-config file in output folder
 2019-12-04  7:53 UTC  (2+ messages)
` [tip: perf/urgent] libtraceevent: Copy pkg-config file to output folder when using 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 v15 00/18]Timestamp synchronization of host - guest tracing session
 2019-11-29 10:22 UTC  (15+ messages)
` [PATCH v15 11/18] trace-cmd: Exchange tracing IDs between host and guest
` [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 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/


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