We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c085fb8 commit c2127e1Copy full SHA for c2127e1
include/linux/perf_event.h
@@ -366,7 +366,7 @@ struct pmu {
366
* ->stop() with PERF_EF_UPDATE will read the counter and update
367
* period/count values like ->read() would.
368
*
369
- * ->start() with PERF_EF_RELOAD will reprogram the the counter
+ * ->start() with PERF_EF_RELOAD will reprogram the counter
370
* value, must be preceded by a ->stop() with PERF_EF_UPDATE.
371
*/
372
void (*start) (struct perf_event *event, int flags);
0 commit comments