Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277349
b: refs/heads/master
c: f1ac18a
h: refs/heads/master
i:
  277347: b02ac95
v: v3
  • Loading branch information
Stephane Eranian authored and Ingo Molnar committed Dec 21, 2011
1 parent 3e21327 commit 49fbe3f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9c1497ea591b25d491f8e795f90a1405100b75ef
refs/heads/master: f1ac18af219835fd5b8e19c14d2dd75c55f78737
2 changes: 2 additions & 0 deletions trunk/tools/perf/util/parse-events.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ static struct event_symbol event_symbols[] = {
{ CHW(BRANCH_INSTRUCTIONS), "branch-instructions", "branches" },
{ CHW(BRANCH_MISSES), "branch-misses", "" },
{ CHW(BUS_CYCLES), "bus-cycles", "" },
{ CHW(REF_CPU_CYCLES), "ref-cycles", "" },

{ CSW(CPU_CLOCK), "cpu-clock", "" },
{ CSW(TASK_CLOCK), "task-clock", "" },
Expand Down Expand Up @@ -68,6 +69,7 @@ static const char *hw_event_names[PERF_COUNT_HW_MAX] = {
"bus-cycles",
"stalled-cycles-frontend",
"stalled-cycles-backend",
"ref-cycles",
};

static const char *sw_event_names[PERF_COUNT_SW_MAX] = {
Expand Down

0 comments on commit 49fbe3f

Please sign in to comment.