Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/scripts/python/
Dsyscall-counts.py34 print_syscall_totals()
47 def print_syscall_totals(): function
Dsyscall-counts-by-pid.py37 print_syscall_totals()
51 def print_syscall_totals(): function
Dsctop.py42 thread.start_new_thread(print_syscall_totals, (interval,))
56 def print_syscall_totals(interval): function
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-script-python.txt264 The print_syscall_totals() function iterates over the entries in the
270 calling the print_syscall_totals() function from the trace_end()
291 print_syscall_totals()
301 def print_syscall_totals():