Lines Matching refs:nargs
1093 int nargs; member
1110 vf->args[vf->nargs].var = (char *)dwarf_diename(die_mem); in copy_variables_cb()
1111 if (vf->args[vf->nargs].var == NULL) { in copy_variables_cb()
1115 pr_debug(" %s", vf->args[vf->nargs].var); in copy_variables_cb()
1116 vf->nargs++; in copy_variables_cb()
1135 for (i = 0; i < pf->pev->nargs; i++) { in expand_probe_args()
1139 vf.nargs = n; in expand_probe_args()
1143 pr_debug(" (%d)\n", vf.nargs - n); in expand_probe_args()
1146 n = vf.nargs; in expand_probe_args()
1191 tev->nargs = ret; in add_probe_trace_event()
1192 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in add_probe_trace_event()
1199 for (i = 0; i < tev->nargs; i++) { in add_probe_trace_event()