Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361567
b: refs/heads/master
c: 3bf7b07
h: refs/heads/master
i:
  361565: 051e302
  361563: 78c5fef
  361559: 6c4964f
  361551: 16303c1
  361535: 79934ac
v: v3
  • Loading branch information
Sukadev Bhattiprolu authored and Arnaldo Carvalho de Melo committed Mar 13, 2013
1 parent 5ece0ee commit d309508
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 79146a69c8bc3f28e51c5267633abc6babf47a31
refs/heads/master: 3bf7b07ece6e00747602938f68c1db8001b9925f
13 changes: 13 additions & 0 deletions trunk/arch/powerpc/perf/power7-pmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,20 @@ static struct attribute_group power7_pmu_events_group = {
.attrs = power7_events_attr,
};

PMU_FORMAT_ATTR(event, "config:0-19");

static struct attribute *power7_pmu_format_attr[] = {
&format_attr_event.attr,
NULL,
};

struct attribute_group power7_pmu_format_group = {
.name = "format",
.attrs = power7_pmu_format_attr,
};

static const struct attribute_group *power7_pmu_attr_groups[] = {
&power7_pmu_format_group,
&power7_pmu_events_group,
NULL,
};
Expand Down

0 comments on commit d309508

Please sign in to comment.