Searched refs:g_total (Results 1 – 3 of 3) sorted by relevance
/linux-tools/perf/contextswitch/ |
H A D | perf_cxt_switch_1.cpp | 41 static unsigned long long cx_count=0, g_stime=0, g_total=0; variable 74 g_total+=cx_count; in process_event() 75 … printf("%10lld>: %10lld/s total: %-10lld\n", g_stime, cx_count, g_total); fflush(stdout); in process_event()
|
/linux-tools/perf/pagefault/ |
H A D | perf_pagefault.cpp | 31 static unsigned long long cx_count=0, g_stime=0, g_total=0, g_rtotal=0; variable
|
/linux-tools/perf/execommand/ |
H A D | perf_comm.cpp | 31 static unsigned long long cx_count=0, g_stime=0, g_total=0, g_rtotal=0; variable
|