Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
values.h
Go to the documentation of this file.
1 #ifndef __PERF_VALUES_H
2 #define __PERF_VALUES_H
3 
4 #include "types.h"
5 
7  int threads;
9  u32 *pid, *tid;
10  int counters;
13  char **countername;
15 };
16 
19 
21  u32 pid, u32 tid,
22  u64 rawid, const char *name, u64 value);
23 
25  int raw);
26 
27 #endif /* __PERF_VALUES_H */