HomeSort by relevance Sort by last modified time
    Searched refs:taskstats (Results 101 - 115 of 115) sorted by null

1 2 3 45

  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
taskstats.h 25 struct taskstats { struct
116 #define TASKSTATS_GENL_NAME "TASKSTATS"
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
taskstats.h 25 struct taskstats { struct
116 #define TASKSTATS_GENL_NAME "TASKSTATS"
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
taskstats.h 25 struct taskstats { struct
116 #define TASKSTATS_GENL_NAME "TASKSTATS"
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
taskstats.h 25 struct taskstats { struct
116 #define TASKSTATS_GENL_NAME "TASKSTATS"
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
taskstats.h 25 struct taskstats { struct
116 #define TASKSTATS_GENL_NAME "TASKSTATS"
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
taskstats.h 25 struct taskstats { struct
116 #define TASKSTATS_GENL_NAME "TASKSTATS"
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
taskstats.h 25 struct taskstats { struct
116 #define TASKSTATS_GENL_NAME "TASKSTATS"
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
taskstats.h 25 struct taskstats { struct
116 #define TASKSTATS_GENL_NAME "TASKSTATS"
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
taskstats.h 25 struct taskstats { struct
116 #define TASKSTATS_GENL_NAME "TASKSTATS"
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
taskstats.h 25 struct taskstats { struct
116 #define TASKSTATS_GENL_NAME "TASKSTATS"
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
taskstats.h 25 struct taskstats { struct
116 #define TASKSTATS_GENL_NAME "TASKSTATS"
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
taskstats.h 25 struct taskstats { struct
116 #define TASKSTATS_GENL_NAME "TASKSTATS"
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
taskstats.h 25 struct taskstats { struct
116 #define TASKSTATS_GENL_NAME "TASKSTATS"
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
taskstats.h 25 struct taskstats { struct
116 #define TASKSTATS_GENL_NAME "TASKSTATS"
  /system/extras/taskstats/
taskstats.c 19 * taskstats structure for a given process or thread group id. See
37 #include <linux/taskstats.h>
42 struct taskstats stats;
135 const struct taskstats* s = &stats->stats;
242 "Usage: taskstats [options]\n"
253 "taskstats-struct.txt\n");
315 nl_perror(family_id, "Unable to determine taskstats family id "
316 "(does your kernel support taskstats?)");
322 nl_perror(ret, "Failed to query taskstats");

Completed in 487 milliseconds

1 2 3 45