File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -34,27 +34,6 @@ TRACE_EVENT(binder_ioctl,
34
34
TP_printk ("cmd=0x%x arg=0x%lx" , __entry -> cmd , __entry -> arg )
35
35
);
36
36
37
- DECLARE_EVENT_CLASS (binder_lock_class ,
38
- TP_PROTO (const char * tag ),
39
- TP_ARGS (tag ),
40
- TP_STRUCT__entry (
41
- __field (const char * , tag )
42
- ),
43
- TP_fast_assign (
44
- __entry -> tag = tag ;
45
- ),
46
- TP_printk ("tag=%s" , __entry -> tag )
47
- );
48
-
49
- #define DEFINE_BINDER_LOCK_EVENT (name ) \
50
- DEFINE_EVENT(binder_lock_class, name, \
51
- TP_PROTO(const char *func), \
52
- TP_ARGS(func))
53
-
54
- DEFINE_BINDER_LOCK_EVENT (binder_lock );
55
- DEFINE_BINDER_LOCK_EVENT (binder_locked );
56
- DEFINE_BINDER_LOCK_EVENT (binder_unlock );
57
-
58
37
DECLARE_EVENT_CLASS (binder_function_return_class ,
59
38
TP_PROTO (int ret ),
60
39
TP_ARGS (ret ),
You can’t perform that action at this time.
0 commit comments