diff options
author | David Smith <dsmith@redhat.com> | 2008-09-26 09:43:11 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2008-09-26 09:43:11 -0500 |
commit | 984b4594279aa8b825190cf05c701e9863e561b0 (patch) | |
tree | 795e3b5263a1a257091391b208bf3807470e4f74 /runtime/task_finder.c | |
parent | d107fe8044105a30f176d513ae36b91ff82cae9d (diff) | |
download | systemtap-steved-984b4594279aa8b825190cf05c701e9863e561b0.tar.gz systemtap-steved-984b4594279aa8b825190cf05c701e9863e561b0.tar.xz systemtap-steved-984b4594279aa8b825190cf05c701e9863e561b0.zip |
Fixed __STP_ATTACHED_TASK_EVENTS problem caused by last commit.
2008-09-26 David Smith <dsmith@redhat.com>
* task_finder.c (__STP_ATTACHED_TASK_EVENTS): Removed UTRACE_STOP,
which isn't needed anymore.
Diffstat (limited to 'runtime/task_finder.c')
-rw-r--r-- | runtime/task_finder.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/task_finder.c b/runtime/task_finder.c index 75c706ec..db7a8f38 100644 --- a/runtime/task_finder.c +++ b/runtime/task_finder.c @@ -387,7 +387,6 @@ __stp_get_mm_path(struct mm_struct *mm, char *buf, int buflen) * events. */ #define __STP_ATTACHED_TASK_EVENTS (__STP_TASK_BASE_EVENTS \ - | UTRACE_STOP \ | UTRACE_EVENT(QUIESCE)) #define __STP_ATTACHED_TASK_BASE_EVENTS(tgt) \ |