Commit cdc1834d authored by Robert Richter's avatar Robert Richter

oprofile: whitspace changes only

Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
parent 58494487
...@@ -70,8 +70,8 @@ static unsigned long reset_value[NUM_COUNTERS]; ...@@ -70,8 +70,8 @@ static unsigned long reset_value[NUM_COUNTERS];
* data. Should then be added to linux/oprofile.h. * data. Should then be added to linux/oprofile.h.
*/ */
extern void extern void
oprofile_add_ibs_sample(struct pt_regs *const regs, oprofile_add_ibs_sample(struct pt_regs * const regs,
unsigned int *const ibs_sample, int ibs_code); unsigned int * const ibs_sample, int ibs_code);
struct ibs_fetch_sample { struct ibs_fetch_sample {
/* MSRC001_1031 IBS Fetch Linear Address Register */ /* MSRC001_1031 IBS Fetch Linear Address Register */
......
...@@ -277,8 +277,8 @@ void oprofile_add_sample(struct pt_regs * const regs, unsigned long event) ...@@ -277,8 +277,8 @@ void oprofile_add_sample(struct pt_regs * const regs, unsigned long event)
#define MAX_IBS_SAMPLE_SIZE 14 #define MAX_IBS_SAMPLE_SIZE 14
void oprofile_add_ibs_sample(struct pt_regs *const regs, void oprofile_add_ibs_sample(struct pt_regs * const regs,
unsigned int *const ibs_sample, int ibs_code) unsigned int * const ibs_sample, int ibs_code)
{ {
int is_kernel = !user_mode(regs); int is_kernel = !user_mode(regs);
struct oprofile_cpu_buffer *cpu_buf = &__get_cpu_var(cpu_buffer); struct oprofile_cpu_buffer *cpu_buf = &__get_cpu_var(cpu_buffer);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment