Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dtrace-event-parse.c1604 struct print_arg *item_arg; in process_paren() local
1640 item_arg = malloc_or_die(sizeof(*item_arg)); in process_paren()
1644 arg->typecast.item = item_arg; in process_paren()
1645 type = process_arg_token(event, item_arg, &token, type); in process_paren()