Lines Matching refs:nargs
1114 int nargs; member
1131 vf->args[vf->nargs].var = (char *)dwarf_diename(die_mem); in copy_variables_cb()
1132 if (vf->args[vf->nargs].var == NULL) { in copy_variables_cb()
1136 pr_debug(" %s", vf->args[vf->nargs].var); in copy_variables_cb()
1137 vf->nargs++; in copy_variables_cb()
1156 for (i = 0; i < pf->pev->nargs; i++) { in expand_probe_args()
1167 vf.nargs = n; in expand_probe_args()
1171 pr_debug(" (%d)\n", vf.nargs - n); in expand_probe_args()
1174 n = vf.nargs; in expand_probe_args()
1223 tev->nargs = ret; in add_probe_trace_event()
1224 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in add_probe_trace_event()
1231 for (i = 0; i < tev->nargs; i++) { in add_probe_trace_event()