OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:count_filter
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/util/
top.h
48
int print_entries,
count_filter
, delay_secs;
member in struct:perf_top
top.c
195
if ((int)syme->snap_count >= top->
count_filter
) {
226
(int)syme->snap_count < top->
count_filter
)
/external/linux-tools-perf/
builtin-top.c
84
.
count_filter
= 5,
340
(int)syme->snap_count < top.
count_filter
)
457
fprintf(stdout, "\t[f] profile display filter (count). \t(%d)\n", top.
count_filter
);
565
prompt_integer(&top.
count_filter
, "Enter display event count filter");
1045
OPT_INTEGER('f', "count-filter", &top.
count_filter
,
Completed in 230 milliseconds