Searched refs:integer (Results 1 – 7 of 7) sorted by relevance
32 -e | --tpoint-group | integer | | @ref cmd_arg_limit_tpoint_g…35 -i | --shm-id | integer | | @ref cmd_arg_multi_process37 -n | --mem-channels | integer | all channels | number of memory channels u…38 -p | --main-core | integer | first core in CPU mask | main (primary) core for DPDK40 -s | --mem-size | integer | all hugepage memory | @ref cmd_arg_memory_size
9 monotonically increasing integer, so missing events may be detected, although
445 than blob's size and blob store's block size must be an integer multiple of device's block size.457 If the new parent of the blob is an external snapshot, the size of the esnap must be an integer mul…
98 uint64_t integer; member
186 print_uint64(d->args[i].name, entry->args[i].u.integer); in print_event()255 spdk_json_write_uint64(g_json, entry->args[i].u.integer); in print_event_json()
131 /* Make sure that if we only copy a 4-byte integer, that the upper bytes have already been in build_arg() 134 pe->args[argid].u.integer = 0; in build_arg()
388 argconv = {TracepointArgument.TYPE_INT: lambda a: a.integer,