get_llong_from_str
retval = get_llong_from_str(buffer);
duration = get_llong_from_str(position);
cpu = get_llong_from_str(position);
counter = get_llong_from_str(position);
params->common.stop_us = get_llong_from_str(optarg);
params->common.hist.bucket_size = get_llong_from_str(optarg);
params->common.hist.entries = get_llong_from_str(optarg);
params->period = get_llong_from_str(optarg);
params->runtime = get_llong_from_str(optarg);
params->common.stop_us = get_llong_from_str(optarg);
params->common.stop_total_us = get_llong_from_str(optarg);
params->threshold = get_llong_from_str(optarg);
params->common.warmup = get_llong_from_str(optarg);
params->common.buffer_size = get_llong_from_str(optarg);
params->common.stop_us = get_llong_from_str(optarg);
params->period = get_llong_from_str(optarg);
params->runtime = get_llong_from_str(optarg);
params->common.stop_us = get_llong_from_str(optarg);
params->common.stop_total_us = get_llong_from_str(optarg);
params->threshold = get_llong_from_str(optarg);
params->common.warmup = get_llong_from_str(optarg);
params->common.buffer_size = get_llong_from_str(optarg);
auto_thresh = get_llong_from_str(optarg);
params->common.hist.bucket_size = get_llong_from_str(optarg);
params->common.hist.entries = get_llong_from_str(optarg);
params->common.stop_us = get_llong_from_str(optarg);
params->timerlat_period_us = get_llong_from_str(optarg);
params->print_stack = get_llong_from_str(optarg);
params->common.stop_total_us = get_llong_from_str(optarg);
params->dma_latency = get_llong_from_str(optarg);
params->common.warmup = get_llong_from_str(optarg);
params->common.buffer_size = get_llong_from_str(optarg);
params->deepest_idle_state = get_llong_from_str(optarg);
auto_thresh = get_llong_from_str(optarg);
auto_thresh = get_llong_from_str(optarg);
params->common.stop_us = get_llong_from_str(optarg);
params->timerlat_period_us = get_llong_from_str(optarg);
params->print_stack = get_llong_from_str(optarg);
params->common.stop_total_us = get_llong_from_str(optarg);
params->dma_latency = get_llong_from_str(optarg);
params->common.warmup = get_llong_from_str(optarg);
params->common.buffer_size = get_llong_from_str(optarg);
params->deepest_idle_state = get_llong_from_str(optarg);
val = get_llong_from_str(start);
long long get_llong_from_str(char *start);