Defined in 1 files as a prototype:
Defined in 1 files as a function:
Referenced in 4 files:
- kernel/trace/trace_eprobe.c, line 190
- kernel/trace/trace_fprobe.c, line 248
- kernel/trace/trace_kprobe.c, line 176
- kernel/trace/trace_uprobe.c, line 306
Smatch caller information:
kernel/trace/trace_fprobe.c trace_fprobe_match_command_head() -> trace_probe_match_command_args()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | tp | 4096-ptr_max |
| PARAM_VALUE | 0 | tp->event | 4096-ptr_max |
| PARAM_VALUE | 2 | argv | 4097-18446744073709547521 |
| DATA_SOURCE | 1 | argc | $1 [m] |
| DATA_SOURCE | 2 | argv | $2 [m] |
| LOCK2 | global &event_mutex |
kernel/trace/trace_uprobe.c trace_uprobe_match_command_head() -> trace_probe_match_command_args()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | tp | 4096-ptr_max |
| PARAM_VALUE | 0 | tp->event | 4096-ptr_max |
| PARAM_VALUE | 2 | argv | 4097-18446744073709547521 |
| DATA_SOURCE | 1 | argc | $1 [m] |
| DATA_SOURCE | 2 | argv | $2 [m] |
| LOCK2 | global &event_mutex |
kernel/trace/trace_eprobe.c eprobe_dyn_event_match() -> trace_probe_match_command_args()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | tp | 4096-ptr_max |
| PARAM_VALUE | 0 | tp->event | 4096-ptr_max |
| PARAM_VALUE | 1 | argc | 1-s32max |
| PARAM_VALUE | 2 | argv | 4097-18446744073709547521 |
| DATA_SOURCE | 1 | argc | $2 [m] |
| DATA_SOURCE | 2 | argv | $3 [m] |
| FUZZY_MAX | 1 | argc | 1 |
| LOCK2 | global &event_mutex |
kernel/trace/trace_kprobe.c trace_kprobe_match_command_head() -> trace_probe_match_command_args()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | tp | 4096-ptr_max |
| PARAM_VALUE | 0 | tp->event | 4096-ptr_max |
| PARAM_VALUE | 2 | argv | 4097-18446744073709547521 |
| DATA_SOURCE | 1 | argc | $1 [m] |
| DATA_SOURCE | 2 | argv | $2 [m] |
| LOCK2 | global &event_mutex |