Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128221
b: refs/heads/master
c: ebf8d97
h: refs/heads/master
i:
  128219: 9d458ce
v: v3
  • Loading branch information
Robert Richter committed Jan 7, 2009
1 parent 5c6c8aa commit f5c680b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 465634adc1d09b490c8ee31885575be39d375d53
refs/heads/master: ebf8d974e298018f0b4ee02b1b097bf5500d3d27
6 changes: 0 additions & 6 deletions trunk/drivers/oprofile/buffer_sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,6 @@ static void add_trace_begin(void)
add_event_entry(TRACE_BEGIN_CODE);
}

#ifdef CONFIG_OPROFILE_IBS

static void add_data(struct op_entry *entry, struct mm_struct *mm)
{
unsigned long code, pc, val;
Expand Down Expand Up @@ -355,8 +353,6 @@ static void add_data(struct op_entry *entry, struct mm_struct *mm)
add_event_entry(val);
}

#endif

static inline void add_sample_entry(unsigned long offset, unsigned long event)
{
add_event_entry(offset);
Expand Down Expand Up @@ -544,10 +540,8 @@ void sync_buffer(int cpu)
cookie = get_exec_dcookie(mm);
add_user_ctx_switch(new, cookie);
}
#ifdef CONFIG_OPROFILE_IBS
if (op_cpu_buffer_get_size(&entry))
add_data(&entry, mm);
#endif
continue;
}

Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/oprofile/cpu_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,6 @@ void oprofile_add_sample(struct pt_regs * const regs, unsigned long event)
__oprofile_add_ext_sample(pc, regs, event, is_kernel);
}

#ifdef CONFIG_OPROFILE_IBS

/*
* Add samples with data to the ring buffer.
*
Expand Down Expand Up @@ -397,8 +395,6 @@ void oprofile_add_data(struct op_entry *entry, struct pt_regs * const regs,
cpu_buf->sample_lost_overflow++;
}

#endif

void oprofile_add_pc(unsigned long pc, int is_kernel, unsigned long event)
{
struct oprofile_cpu_buffer *cpu_buf = &__get_cpu_var(cpu_buffer);
Expand Down

0 comments on commit f5c680b

Please sign in to comment.