]> sourceware.org Git - systemtap.git/commit
tracepoints: Work with the tracequery's .o rather than .ko
authorJosh Stone <jistone@redhat.com>
Tue, 11 Oct 2011 20:21:34 +0000 (13:21 -0700)
committerJosh Stone <jistone@redhat.com>
Tue, 11 Oct 2011 21:23:42 +0000 (14:23 -0700)
commit2a0e62a892c4d3f4bbab29fac9105ec98594a2d1
tree1909f4dea7c896e1460b808a0a67c4fff048d23a
parentc252fca28cedf267799abdb2698abbb3e4f051ca
tracepoints: Work with the tracequery's .o rather than .ko

The intermediate object files are slightly smaller, since they don't
have any of the module boilerplate compiled in yet.  It still has what
we need though, just the basic stapprobe_* function definitions.

* buildrun.cxx (make_tracequeries): Return .o filenames rather than .ko.
* hash.cxx (find_tracequery_hash): Use .o for cached filenames.
* tapsets.cxx (tracepoint_builder::get_tracequery_modules): Update
  comments and variable names to refer to objects instead of kos.
buildrun.cxx
hash.cxx
tapsets.cxx
This page took 0.029403 seconds and 5 git commands to generate.