![]() |
![]() |
![]() |
Libgtop Reference Manual | ![]() |
---|---|---|---|---|
#include <glibtop/procargs.h> #define GLIBTOP_PROC_ARGS_SIZE #define GLIBTOP_MAX_PROC_ARGS glibtop_proc_args; char* glibtop_get_proc_args_l (glibtop *server, glibtop_proc_args *buf, pid_t pid, unsigned max_len ); char* glibtop_get_proc_args (glibtop_proc_args *buf, pid_t pid, unsigned max_len ); #define glibtop_get_proc_args_r char* glibtop_get_proc_args_p (glibtop *server, glibtop_proc_args *buf, pid_t pid, unsigned max_len ); char* glibtop_get_proc_args_s (glibtop *server, glibtop_proc_args *buf, pid_t pid, unsigned max_len ); char** glibtop_get_proc_argv_l (glibtop *server, glibtop_proc_args *buf, pid_t pid, unsigned max_len ); char** glibtop_get_proc_argv (glibtop_proc_args *buf, pid_t pid, unsigned max_len );
typedef struct { guint64 flags; guint64 size; /* GLIBTOP_PROC_ARGS_SIZE */ } glibtop_proc_args;
char* glibtop_get_proc_args_l (glibtop *server, glibtop_proc_args *buf, pid_t pid, unsigned max_len );
server : |
|
buf : |
|
pid : |
|
Param4 : |
|
Returns : |
char* glibtop_get_proc_args (glibtop_proc_args *buf, pid_t pid, unsigned max_len );
buf : |
|
pid : |
|
Param3 : |
|
Returns : |
char* glibtop_get_proc_args_p (glibtop *server, glibtop_proc_args *buf, pid_t pid, unsigned max_len );
server : |
|
buf : |
|
pid : |
|
Param4 : |
|
Returns : |
char* glibtop_get_proc_args_s (glibtop *server, glibtop_proc_args *buf, pid_t pid, unsigned max_len );
server : |
|
buf : |
|
pid : |
|
Param4 : |
|
Returns : |
char** glibtop_get_proc_argv_l (glibtop *server, glibtop_proc_args *buf, pid_t pid, unsigned max_len );
server : |
|
buf : |
|
pid : |
|
Param4 : |
|
Returns : |
char** glibtop_get_proc_argv (glibtop_proc_args *buf, pid_t pid, unsigned max_len );
buf : |
|
pid : |
|
Param3 : |
|
Returns : |