Linux Perf
|
Go to the source code of this file.
Classes | |
struct | comm |
Functions | |
void | comm__free (struct comm *comm) |
struct comm * | comm__new (const char *str, u64 timestamp, bool exec) |
const char * | comm__str (const struct comm *comm) |
int | comm__override (struct comm *comm, const char *str, u64 timestamp, bool exec) |
void comm__free | ( | struct comm * | comm | ) |
struct comm* comm__new | ( | const char * | str, |
u64 | timestamp, | ||
bool | exec | ||
) |
int comm__override | ( | struct comm * | comm, |
const char * | str, | ||
u64 | timestamp, | ||
bool | exec | ||
) |