perfcounters: hw ops rename
Impact: rename field names Shorten them. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@ -128,9 +128,9 @@ struct perf_counter;
|
||||
* struct hw_perf_counter_ops - performance counter hw ops
|
||||
*/
|
||||
struct hw_perf_counter_ops {
|
||||
void (*hw_perf_counter_enable) (struct perf_counter *counter);
|
||||
void (*hw_perf_counter_disable) (struct perf_counter *counter);
|
||||
void (*hw_perf_counter_read) (struct perf_counter *counter);
|
||||
void (*enable) (struct perf_counter *counter);
|
||||
void (*disable) (struct perf_counter *counter);
|
||||
void (*read) (struct perf_counter *counter);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user