Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/traceevent/
Devent-parse.c2869 struct tep_print_arg *item_arg; in process_paren() local
2905 item_arg = alloc_arg(); in process_paren()
2906 if (!item_arg) { in process_paren()
2914 arg->typecast.item = item_arg; in process_paren()
2915 type = process_arg_token(event, item_arg, &token, type); in process_paren()