OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snap_count
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/util/
top.c
23
double weight = sym->
snap_count
;
183
syme->
snap_count
= syme->count[snap];
184
if (syme->
snap_count
!= 0) {
195
if ((int)syme->
snap_count
>= top->count_filter) {
199
sum_ksamples += syme->
snap_count
;
226
(int)syme->
snap_count
< top->count_filter)
top.h
24
unsigned long
snap_count
;
member in struct:sym_entry
/external/linux-tools-perf/util/ui/browsers/
top.c
40
pcnt = 100.0 - (100.0 * ((top_browser->sum_ksamples - syme->
snap_count
) /
48
slsmg_printf("%9.1f %10ld ", syme->weight, syme->
snap_count
);
/external/linux-tools-perf/
builtin-top.c
340
(int)syme->
snap_count
< top.count_filter)
343
pcnt = 100.0 - (100.0 * ((sum_ksamples - syme->
snap_count
) /
349
printf("%9.1f %10ld ", syme->weight, syme->
snap_count
);
Completed in 221 milliseconds