Home | History | Annotate | Download | only in util

Lines Matching refs:calltime

2736 	unsigned long long rettime, calltime;
2753 field = find_field(ret_event, "calltime");
2756 calltime = read_size(ret_rec->data + field->offset, field->size);
2758 duration = rettime - calltime;
2865 unsigned long long rettime, calltime;
2880 field = find_field(event, "calltime");
2882 die("can't find calltime in return graph");
2883 calltime = read_size(data + field->offset, field->size);
2885 duration = rettime - calltime;