Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338928
b: refs/heads/master
c: 95d18aa
h: refs/heads/master
v: v3
  • Loading branch information
Peter Huewe authored and Ingo Molnar committed Oct 30, 2012
1 parent 104da51 commit 44b43a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8748dd9b998f06f7cf3a7ffdca27f05bc4835075
refs/heads/master: 95d18aa2b6c05351181934b3bc34ce038cc7b637
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/cpu/perf_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@ static void __init filter_events(struct attribute **attrs)
}
}

ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr,
static ssize_t events_sysfs_show(struct device *dev, struct device_attribute *attr,
char *page)
{
struct perf_pmu_events_attr *pmu_attr = \
Expand Down Expand Up @@ -1373,7 +1373,7 @@ EVENT_ATTR(ref-cycles, REF_CPU_CYCLES );

static struct attribute *empty_attrs;

struct attribute *events_attr[] = {
static struct attribute *events_attr[] = {
EVENT_PTR(CPU_CYCLES),
EVENT_PTR(INSTRUCTIONS),
EVENT_PTR(CACHE_REFERENCES),
Expand Down

0 comments on commit 44b43a7

Please sign in to comment.