public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC] trace-cmd: add the ability to install libtracecmd
@ 2014-07-10 21:22 Josef Bacik
  2014-07-10 21:22 ` [PATCH 1/2] trace-cmd: add install_libs target to trace-cmd Josef Bacik
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Josef Bacik @ 2014-07-10 21:22 UTC (permalink / raw)
  To: linux-kernel, rostedt

Hello,

I'm trying to build some custom tracing tools on top of trace-cmd but they
aren't really usefull outside of Facebook so I don't want to shove them into the
actual trace-cmd project.  Instead I'd like to be able to just build libtracecmd
and install that as well as the necessary header files and just link my tools
against that.  I'm shit at userspace stuff like this, so I've just hacked
something together that works for me.  I'm mostly hoping somebody will look at
the Makefile horribleness that I came up with and tell me how to do it right (or
better yet do it for me!)  The second patch just cleans up some stuff to make
the shared library more library esque.  Any feedback would be great.  Thanks,

Josef


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-07-11 18:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-10 21:22 [RFC] trace-cmd: add the ability to install libtracecmd Josef Bacik
2014-07-10 21:22 ` [PATCH 1/2] trace-cmd: add install_libs target to trace-cmd Josef Bacik
2014-07-10 21:22 ` [PATCH 2/2] trace-cmd: make libtracecmd a little more library friendly Josef Bacik
2014-07-10 22:53 ` [RFC] trace-cmd: add the ability to install libtracecmd Steven Rostedt
2014-07-11 18:27   ` Josef Bacik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox