Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117111
b: refs/heads/master
c: 0f019cc
h: refs/heads/master
i:
  117109: 60c7fd4
  117107: 8e471ed
  117103: d3b381f
v: v3
  • Loading branch information
Robert Richter committed Oct 16, 2008
1 parent 3f77267 commit fdbabe7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 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: 6a18037d4165f691063b43816be3152e9006eb06
refs/heads/master: 0f019cc477b494dfc472f2a98eb64d02d4937741
3 changes: 1 addition & 2 deletions trunk/arch/x86/oprofile/backtrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ struct frame_head {
unsigned long ret;
} __attribute__((packed));

static struct frame_head *
dump_user_backtrace(struct frame_head *head)
static struct frame_head *dump_user_backtrace(struct frame_head *head)
{
struct frame_head bufhead[2];

Expand Down
18 changes: 9 additions & 9 deletions trunk/arch/x86/oprofile/op_counter.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
*
* @author John Levon
*/

#ifndef OP_COUNTER_H
#define OP_COUNTER_H

#define OP_MAX_COUNTER 8

/* Per-perfctr configuration as set via
* oprofilefs.
*/
struct op_counter_config {
unsigned long count;
unsigned long enabled;
unsigned long event;
unsigned long kernel;
unsigned long user;
unsigned long unit_mask;
unsigned long count;
unsigned long enabled;
unsigned long event;
unsigned long kernel;
unsigned long user;
unsigned long unit_mask;
};

extern struct op_counter_config counter_config[];
Expand Down

0 comments on commit fdbabe7

Please sign in to comment.