Linux Perf
comm.h File Reference
#include "../perf.h"
#include <linux/rbtree.h>
#include <linux/list.h>
Include dependency graph for comm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  comm
 

Functions

void comm__free (struct comm *comm)
 
struct commcomm__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)
 

Function Documentation

◆ comm__free()

void comm__free ( struct comm comm)

Definition at line 137 of file comm.c.

Here is the call graph for this function:

◆ comm__new()

struct comm* comm__new ( const char *  str,
u64  timestamp,
bool  exec 
)

Definition at line 101 of file comm.c.

Here is the call graph for this function:

◆ comm__override()

int comm__override ( struct comm comm,
const char *  str,
u64  timestamp,
bool  exec 
)

Definition at line 120 of file comm.c.

Here is the call graph for this function:

◆ comm__str()

const char* comm__str ( const struct comm comm)

Definition at line 143 of file comm.c.