Lines Matching +full:open +full:- +full:source
1 libperf-counting(7)
5 ----
6 libperf-counting - counting interface
9 -----------
18 [source,bash]
19 --
20 $ gcc -o counting counting.c -lperf
24 --
42 [source,c]
43 --
54 --
61 [source,c]
62 --
71 --
77 [source,c]
78 --
91 --
99 [source,c]
100 --
104 40 return -1;
108 --
112 [source,c]
113 --
119 --
123 [source,c]
124 --
140 --
142 Configure event list with the thread map and open events:
144 [source,c]
145 --
150 71 fprintf(stderr, "failed to open evsel\n");
153 --
162 [source,c]
163 --
166 77 while (count--);
169 --
174 [source,c]
175 --
181 --
187 [source,c]
188 --
197 --
200 --------------
201 Report bugs to <linux-perf-[email protected]>.
204 -------
208 ---------
212 --------
213 libperf(3), libperf-sampling(7)