Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dtop.c23 double weight = sym->snap_count; in sym_weight()
183 syme->snap_count = syme->count[snap]; in perf_top__decay_samples()
184 if (syme->snap_count != 0) { in perf_top__decay_samples()
195 if ((int)syme->snap_count >= top->count_filter) { in perf_top__decay_samples()
199 sum_ksamples += syme->snap_count; in perf_top__decay_samples()
226 (int)syme->snap_count < top->count_filter) in perf_top__find_widths()
Dtop.h24 unsigned long snap_count; member
/external/linux-tools-perf/util/ui/browsers/
Dtop.c40 pcnt = 100.0 - (100.0 * ((top_browser->sum_ksamples - syme->snap_count) / in perf_top_browser__write()
48 slsmg_printf("%9.1f %10ld ", syme->weight, syme->snap_count); in perf_top_browser__write()
/external/linux-tools-perf/
Dbuiltin-top.c340 (int)syme->snap_count < top.count_filter) in print_sym_table()
343 pcnt = 100.0 - (100.0 * ((sum_ksamples - syme->snap_count) / in print_sym_table()
349 printf("%9.1f %10ld ", syme->weight, syme->snap_count); in print_sym_table()