Home
last modified time | relevance | path

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

/tools/perf/util/
Dprobe-file.c767 long type_idx; in sdt_arg_parse_size() local
769 type_idx = strtol(n_ptr, NULL, 10); in sdt_arg_parse_size()
770 if (type_idx < -8 || type_idx > 8) { in sdt_arg_parse_size()
775 *suffix = type_to_suffix[type_idx + 8]; in sdt_arg_parse_size()