tizen 2.3 release
[framework/system/deviced.git] / src / logd / src / shared / task-stats.h
1 #ifndef _LOGD_TASK_STATS_H_
2 #define _LOGD_TASK_STATS_H_
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 #include "netlink.h"
8
9 int reg_task_stats_cpu_mask(int sock, const char *cpu_mask);
10 int process_task_stats_answer(int sock,
11         int (*process_cb)(struct taskstats *t, void *user_data), void *user_data);
12 int request_stat_by_pid(int sock, pid_t pid);
13
14 #ifdef __cplusplus
15 }
16 #endif
17
18 #endif /* _LOGD_TASKSTATS_H_ */