linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-11 15:53:02 to 2021-01-04 17:49:03 UTC [more...]

[PATCH v8 00/44] Start KernelShark v2 transformation
 2021-01-04 17:46 UTC  (14+ messages)
` [PATCH v8 01/44] kernel-shark: Adopt trace-cmd API changes
` [PATCH v8 02/44] kernel-shark: Use libtraceevent and libtracefs
` [PATCH v8 03/44] kernel-shark: Add license information
` [PATCH v8 04/44] kernel-shark: Change the CMake minimum version required
` [PATCH v8 05/44] kernel-shark: Change default libraries install location
` [PATCH v8 06/44] kernel-shark: Split the installation in two components
` [PATCH v8 07/44] kernel-shark: Update README
` [PATCH v8 08/44] kernel-shark: Define build target for JSONC
` [PATCH v8 09/44] kernel-shark: Use only signed types in kshark_entry
` [PATCH v8 10/44] kernel-shark: Add stream_id to kshark_entry
` [PATCH v8 11/44] kernel-shark: Introduce libkshark-hash
` [PATCH v8 12/44] kernel-shark: Introduce Data streams
` [PATCH v8 13/44] kernel-shark: Rename static methods in libkshark

[PATCH] kernelshark: Rename tracefs_get_tracing_dir() to the new tracefs_tracing_dir()
 2021-01-04 17:03 UTC  (2+ messages)

[PATCH] libtracefs: Fix Documentation Makefile
 2021-01-04  9:09 UTC 

libtracefs documentation install problem
 2020-12-24 17:23 UTC  (2+ messages)

[PATCH] trace-cmd: Do not build or install traceevent plugins if libtraceevent exits
 2020-12-23 16:33 UTC 

[PATCH] trace-cmd: Do not install trace-cmd.h as executable
 2020-12-23 16:26 UTC 

[PATCH] libtracefs: Do not install header as executable
 2020-12-23 15:48 UTC 

[PATCH] libtracefs: Do not show the full version in the library SONAME
 2020-12-23 15:38 UTC 

[PATCH] libtraceevent: Update the RESOURCES section of debug man pages
 2020-12-23  4:37 UTC 

[PATCH] libtracefs: Add COPYING section to man pages
 2020-12-23  4:37 UTC 

[PATCH 0/6] libtracecmd man pages
 2020-12-23  4:34 UTC  (7+ messages)
` [PATCH 1/6] trace-cmd: "
` [PATCH 2/6] trace-cmd: Update the RESOURCES section of the trace-cmd "
` [PATCH 3/6] trace-cmd library man pages: Read recorded events from a trace file
` [PATCH 4/6] trace-cmd library man pages: Open and close "
` [PATCH 5/6] trace-cmd library man pages: Manage trace session with multiple trace peers
` [PATCH 6/6] trace-cmd library man pages: Read tracing instances from a trace file

[PATCH] trace-cmd: Add new libtracecmd API tracecmd_unpair_peer()
 2020-12-23  4:22 UTC 

[ANNOUNCE] libtracefs 1.0.0
 2020-12-22 18:19 UTC 

[ANNOUNCE] libtraceevent 1.1.1
 2020-12-22 17:38 UTC 

[PATCH 0/2] Rename a few libtracecmd APIs
 2020-12-22 12:09 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd: Rename free_record() to tracecmd_free_record()
` [PATCH 2/2] trace-cmd: Rename tracecmd_get_pevent() to tracecmd_get_tep()

[PATCH 0/2] Remove tracefs_get_tracing_dir() API
 2020-12-22  5:06 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd: Rename tracefs_get_tracing_dir() to tracefs_tracing_dir()
` [PATCH 2/2] trace-cmd: Use tracefs_tracing_dir() instead of tracefs_find_tracing_dir()

[PATCH] trace-cmd: Use tracefs_tracing_dir() instead of tracefs_find_tracing_dir()
 2020-12-22  5:06 UTC  (3+ messages)

[PATCH v3 0/2] libtracefs man pages
 2020-12-22  4:53 UTC  (3+ messages)
` [PATCH v3 1/2] libtracefs man pages: APIs for initializing a tep handler with trace events from the local system
` [PATCH v3 2/2] libtracefs man pages: helper APIs for working with trace file system

[PATCH v2 0/8] libtracefs man pages
 2020-12-21 17:21 UTC  (14+ messages)
` [PATCH v2 1/8] libtracefs: Initial support for "
` [PATCH v2 2/8] libtracefs man pages: APIs for locating trace directory and files
` [PATCH v2 3/8] libtracefs man pages: APIs for working with trace systems and events
` [PATCH v2 4/8] libtracefs man pages: APIs for managing trace instances
` [PATCH v2 5/8] libtracefs man pages: APIs for working with files in "
` [PATCH v2 6/8] libtracefs man pages: helper APIs for working with "
` [PATCH v2 7/8] libtracefs man pages: APIs for initializing a tep handler with trace events from the local system
` [PATCH v2 8/8] libtracefs man pages: helper APIs for working with trace file system

[PATCH] trace-cmd: Add LOCAL_LIBS variable to force building the local libraries
 2020-12-21 14:58 UTC 

[PATCH v2] libtracefs: Force unit test to use local library
 2020-12-21  7:40 UTC 

[PATCH v2 0/2] Consolidate APIs to locate tracefs mount point
 2020-12-21  7:29 UTC  (3+ messages)
` [PATCH v2 1/2] libtracefs: Remove tracefs_find_tracing_dir() API
` [PATCH v2 2/2] libtracefs: Rename tracefs_get_tracing_dir() to tracefs_tracing_dir()

[PATCH 0/2] Consolidate APIs to locate tracefs mount point
 2020-12-21  6:02 UTC  (3+ messages)
` [PATCH 1/2] libtracefs: Remove tracefs_find_tracing_dir() API
` [PATCH 2/2] libtracefs: Rename tracefs_get_tracing_dir() to tracefs_tracing_dir()

[PATCH] libtracefs: Force unit test to use local library
 2020-12-21  6:02 UTC 

[PATCH 0/9] libtracefs man pages
 2020-12-21  5:03 UTC  (20+ messages)
` [PATCH 1/9] libtracefs: Remove doc_gui targets
` [PATCH 2/9] libtracefs: Initial support for man pages
` [PATCH 3/9] libtracefs man pages: APIs for locating trace directory and files
` [PATCH 4/9] libtracefs man pages: APIs for working with trace systems and events
` [PATCH 5/9] libtracefs man pages: APIs for managing trace instances
` [PATCH 6/9] libtracefs man pages: APIs for working with files in "
` [PATCH 7/9] libtracefs man pages: helper APIs for working with "
` [PATCH 8/9] libtracefs man pages: APIs for initializing a tep handler with trace events from the local system
` [PATCH 9/9] libtracefs man pages: helper APIs for working with trace file system

[PATCH] libtraceevent: Update the RESOURCES section of the man pages
 2020-12-17  9:45 UTC 

[PATCH] libtracefs: Change tracefs_tracers()to accept NULL pointer
 2020-12-17  9:46 UTC 

[PATCH 0/6 v2] trace-cmd/kernelshark: Fixed build, cleanups and fix kernelshark
 2020-12-16 23:19 UTC  (7+ messages)
` [PATCH 1/6 v2] trace-cmd: Move add_event_pid() out of #ifndef NO_PTRACE
` [PATCH 2/6 v2] trace-cmd: Add #include <fcntl.h> to trace-cmd-private.h
` [PATCH 3/6 v2] trace-cmd: Add a make-trace-cmd.sh script to simplify creating a trace-cmd package
` [PATCH 4/6 v2] trace-cmd: Do not have local builds of libtraceevent or libtracefs use system headers
` [PATCH 5/6 v2] kernelshark: Build libtraceevent and libtracefs locally
` [PATCH 6/6 v2] trace-cmd: Re-enable the build of KernelShark v1

[PATCH] trace-cmd/kernelshark: Build libtraceevent and libtracefs locally
 2020-12-16 23:13 UTC 

[PATCH v2] trace-cmd: Re-enable the build of KernelShark v1
 2020-12-16 23:00 UTC  (5+ messages)

[PATCH] trace-cmd: Do not have local builds of libtraceevent or libtracefs use system headers
 2020-12-16 22:51 UTC 

[PATCH 0/3] trace-cmd: Some fixes, and add make-trace-cmd.sh package building helper script
 2020-12-16 22:00 UTC  (3+ messages)
` [PATCH 1/3] trace-cmd: Move add_event_pid() out of #ifndef NO_PTRACE
` [PATCH 3/3] trace-cmd: Add a make-trace-cmd.sh script to simplify creating a trace-cmd package

[PATCH 0/2] libtracefs: Remove gui references and do not fail make clean
 2020-12-16 21:57 UTC  (3+ messages)
` [PATCH 1/2] libtracefs: Remove Makfefile targets that reference "gui"
` [PATCH 2/2] libtracefs: Do not fail make on clean target

[PATCH] libtracefs: Remove Makfefile targets that reference "gui"
 2020-12-16 20:33 UTC 

[PATCH 0/2] trace-cmd: Add -rpath to trace-cmd and libtracecmd.so
 2020-12-16 20:19 UTC  (3+ messages)
` [PATCH 1/2] libtracecmd: Add -rpath to libtracecmd.so
` [PATCH 2/2] trace-cmd: Add -rpath=$(libdir) for trace-cmd to find libtracecmd.so

[PATCH 0/8] libtracefs: More Makefile updates to make packaging the library easier
 2020-12-16 20:11 UTC  (9+ messages)
` [PATCH 1/8] libtracefs: Clean up tracefs.h
` [PATCH 2/8] libtracefs: Use $(objtree) instead of $(OUTPUT) for ld.so test
` [PATCH 3/8] libtracefs: Do not hardcode location of libtraceevent
` [PATCH 4/8] libtracefs: Use $(obj) instead of $(OUTPUT) for libtracefs.pc file
` [PATCH 5/8] libtracefs: Allow the pkg-config libs and cflags prefix to be overwritten
` [PATCH 6/8] libtracefs: Remove unneccessary TRACE_LIBS variable
` [PATCH 7/8] libtracefs: Have only one definition of overriding CFLAGS
` [PATCH 8/8] libtracefs: Add -rpath to libtracefs.so

[PATCH] libtraceevent: Allow the pkg-config libs and cflags prefix to be overwritten
 2020-12-16 20:00 UTC 

[PATCH 00/12] trace-cmd: Updates to the Makefile
 2020-12-16  4:42 UTC  (13+ messages)
` [PATCH 01/12] trace-cmd: Move do_make_pkgconfig_file to utils.mk
` [PATCH 02/12] trace-cmd: Have etcdir always be at the root directory
` [PATCH 03/12] trace-cmd: Remove unused variable LD_SO_CONF_DIR
` [PATCH 04/12] trace-cmd: Use the LIBTRACE{EVENT,FS}_LIBS for building libtracecmd.so
` [PATCH 05/12] libtracecmd: Update ld.so.conf.d/trace.conf if needed
` [PATCH 06/12] libtracecmd: Make installing show a nice INSTALL output
` [PATCH 07/12] libtracecmd: Build libtracecmd.pc when building the library
` [PATCH 08/12] libtracecmd: Show building of libtracecmd.pc
` [PATCH 09/12] libtracecmd: Install libtracecmd.pc when installing libs
` [PATCH 10/12] trace-cmd: Add make uninstall
` [PATCH 11/12] trace-cmd: Update libtracecmd.pc if prefix is different
` [PATCH 12/12] trace-cmd: Keep build_install files around

[PATCH 0/5] libtracefs: Makefile fixes, add uninstall and fix dependency of libtracefs.pc
 2020-12-16  4:38 UTC  (6+ messages)
` [PATCH 1/5] libtracefs: Have etcdir always be at the root directory
` [PATCH 2/5] libtracefs: Remove obsolete do_install_ld call
` [PATCH 3/5] libtracefs: Add make uninstall
` [PATCH 4/5] libtracefs: Update libtracefs.pc if prefix is different
` [PATCH 5/5] libtracefs: Keep build_install file around

[PATCH 0/3] libtraceevent: Add uninstall and fix build dependency of libtraceevent.pc
 2020-12-16  4:36 UTC  (4+ messages)
` [PATCH 1/3] libtraceevent: Add a way to uninstall
` [PATCH 2/3] libtraceevent: Update libtraceevent.pc if prefix is different
` [PATCH 3/3] libtraceevent: Keep build_install file around

[PATCH 0/3] libtracefs: Cleaning up the build
 2020-12-15 16:40 UTC  (4+ messages)
` [PATCH 1/3] libtracefs: Move do_install_* macros to utils.mk
` [PATCH 2/3] libtracefs: Print installing messages
` [PATCH 3/3] libtracefs: Remove KernelShark relics from build

[PATCH v3] libtracefs: Add trace.conf for ld.so if needed
 2020-12-15 16:28 UTC 

[PATCH v4] libtraceevent: Add trace.conf for ld.so if needed
 2020-12-15 16:14 UTC 

[PATCH v3] libtraceevent: Add trace.conf for ld.so if needed
 2020-12-15 15:53 UTC 

[RFC PATCH] trace-cmd: Re-enable the build of KernelShark v1
 2020-12-15 15:33 UTC  (2+ messages)

[PATCH v2] libtracefs: Add trace.conf for ld.so if needed
 2020-12-14 21:32 UTC 

[PATCH v2] libtraceevent: Add trace.conf for ld.so if needed
 2020-12-14 21:30 UTC 

[PATCH] libtracefs: Add trace.conf for ld.so if needed
 2020-12-14 21:27 UTC 

[PATCH] libtraceevent: Add trace.conf for ld.so if needed
 2020-12-14 21:08 UTC 

[PATCH v7 00/32] Start KernelShark v2 transformation
 2020-12-11 21:56 UTC  (21+ messages)
` [PATCH v7 05/32] kernel-shark: Define build target for JSONC
` [PATCH v7 09/32] kernel-shark: Introduce Data streams
` [PATCH v7 10/32] kernel-shark: Rename static methods in libkshark
` [PATCH v7 12/32] kernel-shark: Housekeeping before implementing stream interface
` [PATCH v7 18/32] kernel-shark: Complete the stream integration
` [PATCH v7 19/32] kernel-shark: Provide merging of multiple data streams
` [PATCH v7 20/32] kernel-shark: Integrate the stream definitions with data model
` [PATCH v7 21/32] kernel-shark: Use only signed types for model defs
` [PATCH v7 22/32] kernel-shark: Add ksmodel_get_bin()
` [PATCH v7 23/32] kernel-shark: Protect ksmodel_set_in_range_bining()
` [PATCH v7 24/32] kernel-shark: Add methods for time calibration
` [PATCH v7 25/32] kernel-shark: Integrate streams with libkshark-configio
` [PATCH v7 26/32] kernel-shark: Add support for drawing text
` [PATCH v7 27/32] kernel-shark: Make GLUT optional dependency
` [PATCH v7 28/32] kernel-shark: Add ksplot_draw_polyline()
` [PATCH v7 30/32] kernel-shark: Do not use the ARRAY_SIZE macro
` [PATCH v7 31/32] kernel-shark: Add basic infrastructure for testing
` [PATCH v7 32/32] kernel-shark: Add "github Actions" workflow

[PATCH v7 00/32] Start KernelShark v2 transformation
 2020-12-11 19:38 UTC  (3+ messages)
` [PATCH v7 03/32] kernel-shark: Use libtraceevent and libtracefs

[PATCH 00/13] trace-cmd: Clean ups to the Makefile for using external libraries
 2020-12-11 17:08 UTC  (14+ messages)
` [PATCH 01/13] trace-cmd: Add missing SPDX headers
` [PATCH 02/13] trace-cmd: Allow overriding of pkg-config
` [PATCH 03/13] trace-cmd: Use $(LIBTRACECMD_STATIC) instead of open coding in Makefile
` [PATCH 04/13] trace-cmd: Add versioning to libtracecmd.so
` [PATCH 05/13] trace-cmd: Add pkg-config configuration for libtracecmd.so
` [PATCH 06/13] trace-cmd: Clean up the Makefiles a little
` [PATCH 07/13] trace-cmd: Remove making of ld.so.conf.d/trace.conf
` [PATCH 08/13] trace-cmd: Install libtracecmd in the proper lib directory
` [PATCH 09/13] trace-cmd: Move the installing of libtracecmd to the lib/trace-cmd Makefile
` [PATCH 10/13] trace-cmd: Install the soft links for libtracecmd.so
` [PATCH 11/13] trace-cmd: Do not install libtracefs nor libtraceevent libraries
` [PATCH 12/13] trace-cmd: Do not build shared libraries for libtracefs and libtraceevent
` [PATCH 13/13] trace-cmd: Add warning if libtracefs or libtraceevent are not found

[PATCH v2] libtraceevent: Add license information
 2020-12-11 15:47 UTC 

[PATCH] libtracefs: Fix soft links to have a proper order
 2020-12-11 15:30 UTC 

[PATCH v2] libtracefs: Add license information
 2020-12-11 14:36 UTC 


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