#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 */ ux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-12-29 14:17:42 -0500
committerDavid S. Miller <davem@davemloft.net>2016-12-29 14:17:42 -0500
commite400b7977e7c014bc0c298b2d834311770a777ac (patch)
tree84bdd8093c8df46f66d88836732580e2d3e63acb /tools/testing/selftests
parentf0c16ba8933ed217c2688b277410b2a37ba81591 (diff)
parent10b1c04e92229ebeb38ccd0dcf2b6d3ec73c0575 (diff)
Merge branch 'mlx4-misc-fixes'
Tariq Toukan says: ==================== mlx4 misc fixes This patchset contains several bug fixes from the team to the mlx4 Eth and Core drivers. Series generated against net commit: 60133867f1f1 'net: wan: slic_ds26522: fix spelling mistake: "configurated" -> "configured"' ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests')