diff options
author | Oleg Nesterov <oleg@redhat.com> | 2013-01-31 22:15:30 +0400 |
---|---|---|
committer | Oleg Nesterov <oleg@redhat.com> | 2013-02-08 21:24:30 +0400 |
commit | b64b007797c1e6d6b745c93c296ba1d5f4d72d86 (patch) | |
tree | b2cfd860f68b421484d7992f354d62b8e6b7f1ce /tools/lib/traceevent/event-parse.c | |
parent | 7e4e28c53963e6cfa94d8109bb8f5233c5659048 (diff) | |
download | linux-b64b007797c1e6d6b745c93c296ba1d5f4d72d86.tar.xz |
uprobes/tracing: Introduce is_trace_uprobe_enabled()
probe_event_enable/disable() check tu->consumer != NULL to avoid the
wrong uprobe_register/unregister().
We are going to kill this pointer and "struct uprobe_trace_consumer",
so we add the new helper, is_trace_uprobe_enabled(), which can rely
on TP_FLAG_TRACE/TP_FLAG_PROFILE instead.
Note: the current logic doesn't look optimal, it is not clear why
TP_FLAG_TRACE/TP_FLAG_PROFILE are mutually exclusive, we will probably
change this later.
Also kill the unused TP_FLAG_UPROBE.
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Diffstat (limited to 'tools/lib/traceevent/event-parse.c')
0 files changed, 0 insertions, 0 deletions