|
@@ -290,7 +290,7 @@ struct perf_event_mmap_page {
|
|
|
};
|
|
|
|
|
|
#define PERF_RECORD_MISC_CPUMODE_MASK (3 << 0)
|
|
|
-#define PERF_RECORD_MISC_CPUMODE_UNKNOWN (0 << 0)
|
|
|
+#define PERF_RECORD_MISC_CPUMODE_UNKNOWN (0 << 0)
|
|
|
#define PERF_RECORD_MISC_KERNEL (1 << 0)
|
|
|
#define PERF_RECORD_MISC_USER (2 << 0)
|
|
|
#define PERF_RECORD_MISC_HYPERVISOR (3 << 0)
|
|
@@ -356,8 +356,8 @@ enum perf_event_type {
|
|
|
* u64 stream_id;
|
|
|
* };
|
|
|
*/
|
|
|
- PERF_RECORD_THROTTLE = 5,
|
|
|
- PERF_RECORD_UNTHROTTLE = 6,
|
|
|
+ PERF_RECORD_THROTTLE = 5,
|
|
|
+ PERF_RECORD_UNTHROTTLE = 6,
|
|
|
|
|
|
/*
|
|
|
* struct {
|
|
@@ -371,10 +371,10 @@ enum perf_event_type {
|
|
|
|
|
|
/*
|
|
|
* struct {
|
|
|
- * struct perf_event_header header;
|
|
|
- * u32 pid, tid;
|
|
|
+ * struct perf_event_header header;
|
|
|
+ * u32 pid, tid;
|
|
|
*
|
|
|
- * struct read_format values;
|
|
|
+ * struct read_format values;
|
|
|
* };
|
|
|
*/
|
|
|
PERF_RECORD_READ = 8,
|
|
@@ -412,7 +412,7 @@ enum perf_event_type {
|
|
|
* char data[size];}&& PERF_SAMPLE_RAW
|
|
|
* };
|
|
|
*/
|
|
|
- PERF_RECORD_SAMPLE = 9,
|
|
|
+ PERF_RECORD_SAMPLE = 9,
|
|
|
|
|
|
PERF_RECORD_MAX, /* non-ABI */
|
|
|
};
|
|
@@ -752,8 +752,7 @@ extern int perf_max_events;
|
|
|
extern const struct pmu *hw_perf_event_init(struct perf_event *event);
|
|
|
|
|
|
extern void perf_event_task_sched_in(struct task_struct *task);
|
|
|
-extern void perf_event_task_sched_out(struct task_struct *task,
|
|
|
- struct task_struct *next);
|
|
|
+extern void perf_event_task_sched_out(struct task_struct *task, struct task_struct *next);
|
|
|
extern void perf_event_task_tick(struct task_struct *task);
|
|
|
extern int perf_event_init_task(struct task_struct *child);
|
|
|
extern void perf_event_exit_task(struct task_struct *child);
|
|
@@ -853,8 +852,7 @@ extern int sysctl_perf_event_mlock;
|
|
|
extern int sysctl_perf_event_sample_rate;
|
|
|
|
|
|
extern void perf_event_init(void);
|
|
|
-extern void perf_tp_event(int event_id, u64 addr, u64 count,
|
|
|
- void *record, int entry_size);
|
|
|
+extern void perf_tp_event(int event_id, u64 addr, u64 count, void *record, int entry_size);
|
|
|
extern void perf_bp_event(struct perf_event *event, void *data);
|
|
|
|
|
|
#ifndef perf_misc_flags
|
|
@@ -895,13 +893,13 @@ static inline void
|
|
|
perf_sw_event(u32 event_id, u64 nr, int nmi,
|
|
|
struct pt_regs *regs, u64 addr) { }
|
|
|
static inline void
|
|
|
-perf_bp_event(struct perf_event *event, void *data) { }
|
|
|
+perf_bp_event(struct perf_event *event, void *data) { }
|
|
|
|
|
|
static inline void perf_event_mmap(struct vm_area_struct *vma) { }
|
|
|
static inline void perf_event_comm(struct task_struct *tsk) { }
|
|
|
static inline void perf_event_fork(struct task_struct *tsk) { }
|
|
|
static inline void perf_event_init(void) { }
|
|
|
-static inline int perf_swevent_get_recursion_context(void) { return -1; }
|
|
|
+static inline int perf_swevent_get_recursion_context(void) { return -1; }
|
|
|
static inline void perf_swevent_put_recursion_context(int rctx) { }
|
|
|
static inline void perf_event_enable(struct perf_event *event) { }
|
|
|
static inline void perf_event_disable(struct perf_event *event) { }
|