summaryrefslogtreecommitdiff
path: root/tools/perf/util/comm.h
blob: 71c9c39340d4bf52a8b117c0927896501970b357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#ifndef __PERF_COMM_H
#define __PERF_COMM_H

#include "../perf.h"
#include <linux/rbtree.h>
#include <linux/list.h>

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 */
switch/conntrack.h?id=9208b75e048dda0d285904de9be7ab654a4b94fc'>patch) treeb3af58ccd11b9ea186d1388be263b8ae0cb829b3 /net/openvswitch/conntrack.h parent2f5a31456ee80b37ef1170319fa134af0a1dfcc4 (diff)parentffb58456589443ca572221fabbdef3db8483a779 (diff)
Merge remote-tracking branch 'mkp-scsi/fixes' into fixes
Diffstat (limited to 'net/openvswitch/conntrack.h')