进程信息数组 = app.all_procs()
{ {pid = 进程号1, name = 进程名1 }, {pid = 进程号2, name = 进程名2 }, ... }
该函数不保证能获取到进程名全名
proc_list = app.all_procs()