diff options
author | Will Cohen <wcohen@redhat.com> | 2010-02-17 13:06:51 -0500 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2010-03-17 11:59:21 -0700 |
commit | 28c8b46a9fe4de0d5fc1f5a8b54760f5f8081fa5 (patch) | |
tree | c93271c7f1ec61254ba638b68cd890e211d4daff /session.h | |
parent | 56599746fbb2685925432511ead6fb1e379206e2 (diff) | |
download | systemtap-steved-28c8b46a9fe4de0d5fc1f5a8b54760f5f8081fa5.tar.gz systemtap-steved-28c8b46a9fe4de0d5fc1f5a8b54760f5f8081fa5.tar.xz systemtap-steved-28c8b46a9fe4de0d5fc1f5a8b54760f5f8081fa5.zip |
Remove the old performance monitoring code.
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -42,7 +42,6 @@ struct profile_derived_probe_group; struct mark_derived_probe_group; struct tracepoint_derived_probe_group; struct hrtimer_derived_probe_group; -struct perfmon_derived_probe_group; struct procfs_derived_probe_group; struct embeddedcode; struct translator_output; @@ -113,7 +112,6 @@ struct systemtap_session bool suppress_warnings; bool panic_warnings; int buffer_size; - unsigned perfmon; bool symtab; /* true: emit symbol table at translation time; false: let staprun do it. */ bool prologue_searching; bool tapset_compile_coverage; @@ -192,7 +190,6 @@ struct systemtap_session mark_derived_probe_group* mark_derived_probes; tracepoint_derived_probe_group* tracepoint_derived_probes; hrtimer_derived_probe_group* hrtimer_derived_probes; - perfmon_derived_probe_group* perfmon_derived_probes; procfs_derived_probe_group* procfs_derived_probes; // NB: It is very important for all of the above (and below) fields |