Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323771
b: refs/heads/master
c: 275ef38
h: refs/heads/master
i:
  323769: 36179a4
  323767: b76f516
v: v3
  • Loading branch information
Jiri Olsa authored and Arnaldo Carvalho de Melo committed Sep 6, 2012
1 parent a14d1ba commit 6c46d5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 49f20d723e25a221fbcf1cbf4e51bb2942326e4f
refs/heads/master: 275ef3878f698941353780440fec6926107a320b
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/parse-events.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ int parse_events_add_cache(struct list_head **list, int *idx,
for (i = 0; (i < 2) && (op_result[i]); i++) {
char *str = op_result[i];

snprintf(name + n, MAX_NAME_LEN - n, "-%s", str);
n += snprintf(name + n, MAX_NAME_LEN - n, "-%s", str);

if (cache_op == -1) {
cache_op = parse_aliases(str, perf_evsel__hw_cache_op,
Expand Down

0 comments on commit 6c46d5a

Please sign in to comment.