Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/lib/traceevent/
Devent-parse.c5365 struct pevent_func_params **next_param; in pevent_register_print_function() local
5397 next_param = &(func_handle->params); in pevent_register_print_function()
5419 *next_param = param; in pevent_register_print_function()
5420 next_param = &(param->next); in pevent_register_print_function()