Lines Matching refs:nargs
1186 int nargs; member
1203 vf->args[vf->nargs].var = (char *)dwarf_diename(die_mem); in copy_variables_cb()
1204 if (vf->args[vf->nargs].var == NULL) { in copy_variables_cb()
1208 pr_debug(" %s", vf->args[vf->nargs].var); in copy_variables_cb()
1209 vf->nargs++; in copy_variables_cb()
1228 for (i = 0; i < pf->pev->nargs; i++) { in expand_probe_args()
1239 vf.nargs = n; in expand_probe_args()
1243 pr_debug(" (%d)\n", vf.nargs - n); in expand_probe_args()
1246 n = vf.nargs; in expand_probe_args()
1314 tev->nargs = ret; in add_probe_trace_event()
1315 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in add_probe_trace_event()
1322 for (i = 0; i < tev->nargs; i++) { in add_probe_trace_event()