6 size_t printed = scnprintf(bf, size,
"%d", pid);
14 printed += scnprintf(bf + printed, size - printed,
const char * thread__comm_str(const struct thread *thread)
int thread__set_comm_from_proc(struct thread *thread)
size_t syscall_arg__scnprintf_pid(char *bf, size_t size, struct syscall_arg *arg)
void thread__put(struct thread *thread)
struct thread * machine__findnew_thread(struct machine *machine, pid_t pid, pid_t tid)