OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:perf_top__header_snprintf
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/util/
top.h
57
size_t
perf_top__header_snprintf
(struct perf_top *top, char *bf, size_t size);
top.c
70
size_t
perf_top__header_snprintf
(struct perf_top *top, char *bf, size_t size)
function
/external/linux-tools-perf/util/ui/browsers/
top.c
155
perf_top__header_snprintf
(top, title, sizeof(title));
172
perf_top__header_snprintf
(top, title, sizeof(title));
/external/linux-tools-perf/
builtin-top.c
290
perf_top__header_snprintf
(&top, bf, sizeof(bf));
Completed in 169 milliseconds