Defined in 1 files as a prototype:
Defined in 1 files as a function:
Referenced in 3 files:
- kernel/trace/trace_fprobe.c, line 932
- kernel/trace/trace_kprobe.c, line 622
- kernel/trace/trace_uprobe.c, line 464
Smatch caller information:
kernel/trace/trace_fprobe.c append_trace_fprobe_event() -> trace_probe_append()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | tp | 4096-ptr_max |
| PARAM_VALUE | 0 | tp->event | 4096-ptr_max |
| PARAM_VALUE | 0 | tp->nr_args | 0-s32max |
| PARAM_VALUE | 1 | to | 4096-ptr_max |
| LOCK2 | _T->lock |
kernel/trace/trace_uprobe.c append_trace_uprobe() -> trace_probe_append()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | tp | 4096-ptr_max |
| PARAM_VALUE | 0 | tp->event | 4096-ptr_max |
| PARAM_VALUE | 0 | tp->list.next | 4096-ptr_max |
| PARAM_VALUE | 0 | tp->list.prev | 4096-ptr_max |
| PARAM_VALUE | 0 | tp->nr_args | 0-128 |
| PARAM_VALUE | 1 | to | 4096-ptr_max |
| BUF_SIZE | 0 | tp | 48-7216 |
| LOCK2 | _T->lock | ||
| LOCK2 | global &dyn_event_ops_mutex |
kernel/trace/trace_kprobe.c append_trace_kprobe() -> trace_probe_append()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | tp | 4096-ptr_max |
| PARAM_VALUE | 0 | tp->event | 4096-ptr_max |
| PARAM_VALUE | 0 | tp->nr_args | 0-s32max |
| PARAM_VALUE | 1 | to | 4096-ptr_max |
| LOCK2 | _T->lock |