Lines Matching refs:nargs
1191 int nargs; member
1208 vf->args[vf->nargs].var = (char *)dwarf_diename(die_mem); in copy_variables_cb()
1209 if (vf->args[vf->nargs].var == NULL) { in copy_variables_cb()
1213 pr_debug(" %s", vf->args[vf->nargs].var); in copy_variables_cb()
1214 vf->nargs++; in copy_variables_cb()
1233 for (i = 0; i < pf->pev->nargs; i++) { in expand_probe_args()
1244 vf.nargs = n; in expand_probe_args()
1248 pr_debug(" (%d)\n", vf.nargs - n); in expand_probe_args()
1251 n = vf.nargs; in expand_probe_args()
1300 tev->nargs = ret; in add_probe_trace_event()
1301 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in add_probe_trace_event()
1308 for (i = 0; i < tev->nargs; i++) { in add_probe_trace_event()