linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-03 10:35:51 to 2020-01-09 14:14:40 UTC [more...]

[PATCH v2 0/5] tracefs library
 2020-01-09 14:14 UTC  (15+ messages)
` [PATCH v2 1/5] trace-cmd: Introduce libtracefs library
` [PATCH v2 2/5] kernel-shark: Use new tracefs library
` [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
` [PATCH v2 5/5] trace-cmd,kernel-shark: New libtracefs APIs for loading ftrace events

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 "

[PATCH] sched/fair: Load balance aggressively for SCHED_IDLE CPUs
 2020-01-08  6:36 UTC  (2+ messages)

[PATCH] libtraceevent: Add dependency on libdl
 2020-01-07 20:14 UTC  (4+ messages)

[RFC] tools lib traceevent: How to do library versioning being in the Linux kernel source?
 2020-01-07 17:44 UTC  (25+ messages)
              ` [kernel.org users] "

[PATCH v2 00/12] Build trace-cruncher as Python pakage
 2020-01-07 17:03 UTC  (13+ messages)
` [PATCH v2 01/12] trace-cruncher: Refactor the part of the interface that relies on libkshark
` [PATCH v2 02/12] trace-cruncher: Refactor the part of the interface that relies on libtraceevent
` [PATCH v2 03/12] trace-cruncher: Refactor NumPy based data wrapper
` [PATCH v2 04/12] trace-cruncher: Add "utils"
` [PATCH v2 05/12] trace-cruncher: Adapt sched_wakeup.py to use the new module
` [PATCH v2 06/12] trace-cruncher: Add Makefile
` [PATCH v2 07/12] trace-cruncher: Adapt gpareto_fit.py to use the new module
` [PATCH v2 08/12] trace-cruncher: Adapt page_faults.py "
` [PATCH v2 09/12] trace-cruncher: Automate the third-party build
` [PATCH v2 10/12] trace-cruncher: Update README.md
` [PATCH v2 11/12] trace-cruncher: Remove all leftover files
` [PATCH v2 12/12] trace-cruncher: Improve Makefile Provide more robust and better looking build process

[PATCH 0/5] Build trace-cruncher as Python pakage
 2020-01-07 16:59 UTC  (8+ 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

register_jprobe always fails with -22
 2020-01-07  3:50 UTC  (3+ messages)

[PATCH v18 00/18]Timestamp synchronization of host - guest tracing session
 2020-01-06 14:55 UTC  (29+ 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 "

[PATCH v17 00/18]Timestamp synchronization of host - guest tracing session
 2020-01-06 14:30 UTC  (37+ messages)
` [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 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 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

[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 

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 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  (5+ 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  (2+ 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=


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