HomeSort by relevance Sort by last modified time
    Searched refs:stats_t (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/kernel/io/disktest/
globals.c 62 memset(&env->global_stats, 0, sizeof(stats_t));
63 memset(&env->cycle_stats, 0, sizeof(stats_t));
main.h 202 } stats_t; typedef in typeref:struct:stats
255 stats_t hbeat_stats; /* per heartbeat statistics */
256 stats_t cycle_stats; /* per cycle statistics */
257 stats_t global_stats; /* per env statistics */
  /external/blktrace/btt/
iostat.c 83 void __dump_stats(__u64 stamp, int all, struct d_info *dip, struct stats_t *asp)
161 static void __dump_stats_t(__u64 stamp, struct stats_t *asp, int all)
195 struct stats_t as;
197 memset(&as, 0, sizeof(struct stats_t));
globals.h 124 struct stats_t { struct
  /frameworks/base/core/jni/
android_os_Debug.cpp 128 struct stats_t { struct in namespace:android
220 static void read_mapinfo(FILE *fp, stats_t* stats, bool* foundSwapPss)
434 static void load_maps(int pid, stats_t* stats, bool* foundSwapPss)
449 stats_t stats[_NUM_HEAP];
    [all...]

Completed in 712 milliseconds