Home
last modified time | relevance | path

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

/external/strace/
Dcount.c191 call_summary(FILE *outf) in call_summary() function
Ddefs.h453 extern void call_summary(FILE *);
Dstrace.c1981 call_summary(shared_log); in cleanup()
DChangeLog-CVS1414 set_overhead, call_summary_pers, call_summary): Move to count.c
1431 (call_summary): Use it for each personality.
2357 * syscall.c (call_summary): Fix potential NULL dereference.
2596 (call_summary): Allocate locally.
DChangeLog9774 count.c: use personality_names in call_summary report caption.
9777 * count.c (call_summary): Use personality_names.
42800 * count.c (call_summary_pers, call_summary): Change 'i' type to unsigned.
47519 * count.c (call_summary): Revert the change which added cast to int.
47686 count.c: In function 'call_summary':
47693 * count.c (call_summary): Change %u to %d and cast first argument to int.
48170 * count.c (call_summary): Use current_wordsize instead of
/external/autotest/scheduler/
Ddrone_utility.py412 call_summary = '\n'.join('%d %s' % (count, method)
414 self._warn('Execution took %f sec\n%s' % (duration, call_summary))