OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dtop_search
(Results
1 - 7
of
7
) sorted by null
/device/google/marlin/dataservices/datatop/src/
datatop_gen_poll.c
93
* @brief Stores the data collected from a dpg that was constructed during
dtop_search
.
221
static int
dtop_search
(char *dir)
function
262
dtop_search
(newdir);
273
* @brief Calls
dtop_search
for any specified directory.
279
dtop_search
(dir);
datatop_value_only_poll.c
194
* @brief Calls
dtop_search
for files with a single line and only values.
datatop_meminfo_file_poll.c
274
* @brief Calls
dtop_search
for "/proc/meminfo" file.
datatop_single_line_poll.c
232
* @brief Calls
dtop_search
for a files with single line format.
datatop_dev_poll.c
312
* @brief Calls
dtop_search
for "/proc/net/dev" file.
datatop_dual_line_poll.c
305
* @brief Calls
dtop_search
for a file with dual line pairs.
datatop_stat_poll.c
311
* @brief Calls
dtop_search
for "/proc/stat" file.
Completed in 102 milliseconds