linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-13 15:47:07 to 2018-02-06 08:49:27 UTC [more...]

[PATCH v2 00/24] trace-cmd: restructure the project's source tree
 2018-02-06  8:48 UTC  (11+ messages)
` [PATCH v2 01/24] trace-cmd: Rename libparsevent to libtraceevent
` [PATCH v2 02/24] trace-cmd: Move libtraceevent headers in include/traceevent
` [PATCH v2 03/24] trace-cmd: Move trace-cmd headers in include/trace-cmd
` [PATCH v2 04/24] trace-cmd: Move event-utils.h in lib/traceevent/include
` [PATCH v2 05/24] trace-cmd: Extract part of Makefile in scripts/utils.mk
` [PATCH v2 06/24] trace-cmd: Move libtraceevent *.c files in lib/traceevent
` [PATCH v2 07/24] trace-cmd: Move trace-hash-local.h in lib/trace-cmd/include
` [PATCH v2 08/24] trace-cmd: Move libtracecmd *.c files in lib/trace-cmd
` [PATCH v2 09/24] trace-cmd: Move GUI headers in kernel-shark/include
` [PATCH v2 10/24] trace-cmd: Move GUI *.c files in kernel-shark/

[ANNOUNCE] trace-cmd v2.7
 2018-02-01 22:50 UTC 

[PATCH v4 0/3] Integrate stack tracer status in 'stat'
 2018-01-22  9:03 UTC  (7+ messages)
` [PATCH v4 1/3] trace-cmd: Make read_proc() to return int status via OUT arg
` [PATCH v4 2/3] trace-cmd: Remove the die() call from read_proc()
` [PATCH v4 3/3] trace-cmd: Making stat to report when the stack tracer is ON

[PATCH v3 0/3] Integrate stack tracer status in 'stat'
 2018-01-16 19:42 UTC  (8+ messages)
` [PATCH v3 1/3] trace-cmd: Make read_proc() to return int status via OUT arg
` [PATCH v3 2/3] trace-cmd: Remove the die() call from read_proc()
` [PATCH v3 3/3] trace-cmd: Making stat to report when the stack tracer is ON

[PATCH v2 0/3] trace-cmd: Integrate stack tracer status in 'stat'
 2018-01-16 19:34 UTC  (12+ messages)
` [PATCH v2 1/3] trace-cmd: Make read_proc() to return int status via OUT arg
` [PATCH v2 2/3] trace-cmd: Remove the die() call from read_proc()
` [PATCH v2 3/3] trace-cmd: Making stat to report when the stack tracer is ON

[PATCH 0/3] trace-cmd: A few fixes
 2018-01-12 18:08 UTC  (4+ messages)
` [PATCH 1/3] trace-cmd: Fix leaking of port_array memory
` [PATCH 2/3] trace-cmd msg: Set the min size of a message on init
` [PATCH 3/3] trace-cmd TAGS: Fix tags to not parse .pc directory of patch

[PATCH v2 13/18] trace-cmd: Move python-related files in python/
 2018-01-11 16:15 UTC 

[PATCH 0/6] trace-cmd: Make out-of-tree builds to work
 2018-01-10 15:58 UTC  (7+ messages)
` [PATCH 1/6] trace-cmd: Make libtraceevent builable out-of-tree
` [PATCH 2/6] trace-cmd: Make the plugins buildable out-of-tree
` [PATCH 3/6] trace-cmd: Make libtracecmd "
` [PATCH 4/6] trace-cmd: Make the trace-cmd target "
` [PATCH 5/6] trace-cmd: Make the python targets "
` [PATCH 6/6] trace-cmd: Make the GUI "

[PATCH] trace-cmd TAGS: Fix tags to not parse .pc directory of patch
 2018-01-10  8:17 UTC  (2+ messages)

[PATCH 00/38] trace-cmd: Simplify the msg handling
 2018-01-03 20:31 UTC  (40+ messages)
` [PATCH 01/38] trace-cmd recorder: Check if pipe_size was modified by fcntl(F_GETPIPE_SZ)
` [PATCH 02/38] pevent: Simplify pointer print logic and fix %pF
` [PATCH 03/38] pevent: Handle new pointer processing of bprint strings
` [PATCH 04/38] trace-cmd record: Fix clearing out the ctx->instance when used in for_all_instances()
` [PATCH 05/38] trace-cmd: Remove the creating of msg out of tracecmd_msg_send()
` [PATCH 06/38] trace-cmd: Move tracecmd_msg_send_and_wait_for_msg() into its only user
` [PATCH 07/38] trace-cmd: Turn tracecmd_msg data into an anonymous union
` [PATCH 08/38] trace-cmd: Remove unused structure tracecmd_msg_error
` [PATCH 09/38] trace-cmd: Move size and cmd in tracecmd_msg into its own header struct
` [PATCH 10/38] trace-cmd: Move the tracecmd_msg pointers into their own union
` [PATCH 11/38] trace-cmd: Just use the buf field for sending pointers
` [PATCH 12/38] trace-cmd: Use an array to map msg types and min sizes
` [PATCH 13/38] trace-cmd: Merge msg_do_write_check() into msg_write()
` [PATCH 14/38] trace-cmd: Simplify msg_free() by using min sizes
` [PATCH 15/38] trace-cmd: Add tracecmd_msg_init() helper function
` [PATCH 16/38] trace-cmd: Remove mulitplexer tracecmd_msg_create()
` [PATCH 17/38] trace-cmd: Simplify msg_read_extra()
` [PATCH 18/38] trace-cmd: Have msg_free() zero out msg contents
` [PATCH 19/38] trace-cmd: Verify RINIT was received after TINIT msg sent
` [PATCH 20/38] trace-cmd: Make send_metadata a flag in the output handle
` [PATCH 21/38] trace-cmd: Pass cpu count and port array to make_rinit()
` [PATCH 22/38] trace-cmd: Pass cpu_count instead of having it as a global
` [PATCH 23/38] trace-cmd: Pass in client_ports instead of using a global variable
` [PATCH 24/38] trace-cmd msg: Add debug prints of messages sent and received
` [PATCH 25/38] trace-cmd msg: Move the saved closing fd to the caller
` [PATCH 26/38] trace-cmd listen: Add better output on error of connections
` [PATCH 27/38] trace-cmd msg: Create a msg_handle to pass around for saved state
` [PATCH 28/38] trace-cmd msg: Add server structure of msg_handler
  ` [PATCH 28/38 v2] "
` [PATCH 29/38] trace-cmd: Remove global use_tcp variable
` [PATCH 30/38] trace-cmd: Move protocol version into msg_handler
` [PATCH 31/38] tracecmd: Clean up handling of cpu_count
` [PATCH 32/38] tracecmd listen: Have pagesize passed as return not parameter
` [PATCH 33/38] trace-cmd: Have cpu_count reside in instances and not be global
` [PATCH 34/38] trace-cmd: Add option CPUCOUNT to buffer instance options
` [PATCH 35/38] trace-cmd: Have msg_handle part of the buffer instance
` [PATCH 36/38] trace-cmd record: Allow instances to be recorded over the network
` [PATCH 37/38] trace-cmd: Have keep and profile be flags of buffer instance
` [PATCH 38/38] trace-cmd: Add network handle into "

[PATCH 00/18] trace-cmd: restructure the project's source tree
 2017-12-20 18:07 UTC  (19+ messages)
` [PATCH 01/18] trace-cmd: Rename libparsevent to libtraceevent
` [PATCH 02/18] trace-cmd: Move libtraceevent headers in include/traceevent
` [PATCH 03/18] trace-cmd: Move trace-cmd headers in include/trace-cmd
` [PATCH 04/18] trace-cmd: Move event-utils.h in lib/traceevent/include
` [PATCH 05/18] trace-cmd: Extract part of Makefile in scripts/utils.mk
` [PATCH 06/18] trace-cmd: Move libtraceevent *.c files in lib/traceevent
` [PATCH 07/18] trace-cmd: Move trace-hash-local.h in lib/trace-cmd/include
` [PATCH 08/18] trace-cmd: Move libtracecmd *.c files in lib/trace-cmd
` [PATCH 09/18] trace-cmd: Move GUI headers in kernel-shark/include
` [PATCH 10/18] trace-cmd: Move GUI *.c files in kernel-shark/
` [PATCH 11/18] trace-cmd: Move plugin_* files in plugins/
` [PATCH 12/18] trace-cmd: Fix the broken target ctracecmdgui.so
` [PATCH 13/18] trace-cmd: Move python-related files in python/
` [PATCH 14/18] trace-cmd: Move tracecmd headers in tracecmd/include
` [PATCH 15/18] trace-cmd: Move version.h in include/
` [PATCH 16/18] trace-cmd: Move trace-cmd app files in tracecmd/
` [PATCH 17/18] trace-cmd: Fix the logic behind SWIG_DEFINED in the Makefile
` [PATCH 18/18] trace-cmd: Make the build to tell when python-dev is missing

[PATCH v1] trace-cmd: introduce --initital-delay for record command
 2017-12-18 22:45 UTC  (6+ messages)

[RFC PATCH v3 4/9] trace-cmd: Extract part of Makefile in utils.mk
 2017-12-18 18:02 UTC  (8+ messages)
      ` [RFC PATCH v3 5/9] trace-cmd: Move libparsevent *.c files in lib/pevent
      ` [RFC PATCH v3 9/9] trace-cmd: Move GUI files in kernel-shark/
    ` [RFC PATCH v3 0/9] trace-cmd: restructure of the source tree [incomplete]


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