Home
last modified time | relevance | path

Searched refs:farg (Results 1 – 1 of 1) sorted by relevance

/tools/lib/traceevent/
Devent-parse.c870 struct tep_print_arg *farg; in free_arg() local
923 farg = arg->func.args; in free_arg()
924 arg->func.args = farg->next; in free_arg()
925 free_arg(farg); in free_arg()
3035 struct tep_print_arg *farg; in process_func_handler() local
3047 farg = alloc_arg(); in process_func_handler()
3048 if (!farg) { in process_func_handler()
3054 type = process_arg(event, farg, &token); in process_func_handler()
3072 *next_arg = farg; in process_func_handler()
3073 next_arg = &(farg->next); in process_func_handler()
[all …]