Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/traceevent/
Devent-parse.c7204 struct func_params **next_param; in tep_register_print_function() local
7236 next_param = &(func_handle->params); in tep_register_print_function()
7258 *next_param = param; in tep_register_print_function()
7259 next_param = &(param->next); in tep_register_print_function()