]> sourceware.org Git - systemtap.git/commit
Rename perf probe points
authorJosh Stone <jistone@redhat.com>
Tue, 16 Mar 2010 23:53:48 +0000 (16:53 -0700)
committerJosh Stone <jistone@redhat.com>
Wed, 17 Mar 2010 19:30:15 +0000 (12:30 -0700)
commita3cf75e6d0d589ab0922ccb0cecae6cdc480ecde
tree437f5f8d6d5cee52ff5f859ef139e530e1a20e7b
parent4763f7139043dccebdc110fe1d8912670c528c70
Rename perf probe points

These are now the available points:
  perf.event("NAME")
  perf.event("NAME").sample(NUM)

* tapset-perfmon.cxx (perf_derived_probe::perf_derived_probe): Add
  fields for the event name, type, and config.  Rewrite the probe_point
  to match the derived components
  (perf_builder::build): Parse the new fields.
  (register_tapset_perf): Adapt the match_nodes.
tapset-perfmon.cxx
This page took 0.026295 seconds and 5 git commands to generate.