Searched defs:stats (Results 1 - 8 of 8) sorted by relevance

/system/core/logd/
H A DLogBuffer.h39 LogStatistics stats; member in class:LogBuffer
67 stats.enableStatistics();
75 char *pidToName(pid_t pid) { return stats.pidToName(pid); }
76 uid_t pidToUid(pid_t pid) { return stats.pidToUid(pid); }
77 char *uidToName(uid_t uid) { return stats.uidToName(uid); }
/system/extras/tests/ext4/
H A Drand_emmc_perf.c38 struct stats { struct
49 static void print_stats(struct stats *stats_buf, int stats_count,
67 fprintf(stderr, "Cannot open full stats output file %s, ignoring\n",
113 struct stats *stats_buf;
117 stats_buf = malloc(stats_count * sizeof(struct stats));
222 fprintf(stderr, "Cannot get full stats filename\n");
/system/core/toolbox/
H A Dps.c50 struct stat stats; local
61 stat(statline, &stats);
150 pw = getpwuid(stats.st_uid);
152 sprintf(user,"%d",(int)stats.st_uid);
/system/extras/perfprofd/quipper/
H A Dperf_parser.h155 const PerfEventStats& stats() const { function in class:quipper::PerfParser
/system/extras/showslab/
H A Dshowslab.c60 static struct slab_info * get_slabinfo(struct slab_stat *stats) argument
88 stats->min_obj_size = INT_MAX;
103 if (stats->nr_caches++ == 0)
121 if (p->obj_size < stats->min_obj_size)
122 stats->min_obj_size = p->obj_size;
123 if (p->obj_size > stats->max_obj_size)
124 stats->max_obj_size = p->obj_size;
130 stats->nr_active_caches++;
134 stats->nr_objs += p->nr_objs;
135 stats
273 struct slab_stat stats = { .nr_objs = 0 }; local
[all...]
/system/extras/sound/
H A Dplaywav.c43 struct msm_audio_stats stats; local
84 if (ioctl(afd, AUDIO_GET_STATS, &stats) == 0)
85 fprintf(stderr,"%10d\n", stats.out_bytes);
/system/extras/taskstats/
H A Dtaskstats.c18 * Linux task stats reporting tool. Queries and prints out the kernel's
41 struct taskstats stats; member in struct:TaskStatistics
107 struct TaskStatistics* stats) {
111 stats->pid = nla_get_u32(attr);
114 stats->tgid = nla_get_u32(attr);
117 nla_memcpy(&stats->stats, attr, sizeof(stats->stats));
126 struct TaskStatistics* stats local
106 parse_aggregate_task_stats(struct nlattr* attr, int attr_size, struct TaskStatistics* stats) argument
136 stats); local
145 query_task_stats(struct nl_sock* netlink_socket, int family_id, int command_type, int parameter, struct TaskStatistics* stats) argument
183 print_task_stats(const struct TaskStatistics* stats, int human_readable) argument
363 struct TaskStatistics stats; local
[all...]
/system/netd/server/
H A DBandwidthController.cpp1139 TetherStats stats; local
1150 stats = filter;
1172 stats.rxPackets = packets;
1173 stats.rxBytes = bytes;
1176 stats.txPackets = packets;
1177 stats.txBytes = bytes;
1182 stats.intIface = iface0;
1183 stats.extIface = iface1;
1184 stats.rxPackets = packets;
1185 stats
1239 getTetherStats(SocketClient *cli, TetherStats &stats, std::string &extraProcessingInfo) argument
[all...]

Completed in 112 milliseconds