|
Linux Kernel
3.7.1
|
#include "../perf.h"#include <stdlib.h>#include <stdio.h>#include <string.h>#include "session.h"#include "thread.h"#include "util.h"#include "debug.h"Go to the source code of this file.
Functions | |
| void | thread__delete (struct thread *self) |
| int | thread__set_comm (struct thread *self, const char *comm) |
| int | thread__comm_len (struct thread *self) |
| struct thread * | machine__findnew_thread (struct machine *self, pid_t pid) |
| void | thread__insert_map (struct thread *self, struct map *map) |
| int | thread__fork (struct thread *self, struct thread *parent) |
| size_t | machine__fprintf (struct machine *machine, FILE *fp) |
1.8.2