#ifndef __PERF_COMM_H #define __PERF_COMM_H #include "../perf.h" #include #include struct comm_str; struct comm { struct comm_str *comm_str; u64 start; struct list_head list; bool exec; union { /* Tool specific area */ void *priv; u64 db_id; }; }; 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); #endif /* __PERF_COMM_H */ itory'/>
summaryrefslogtreecommitdiff
net/sunrpc?h=nds-private-remove&id=6989606a7224a2d5a925df22a49e4f7a0bfed0d6&id2=be29d20f3f5db1f0b4e49a4f6eeedf840e2bf9b1'>sunrpc/xprtrdma/Makefile
diff options
AgeCommit message (Expand)AuthorFilesLines
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/xprtrdma/Makefile')