Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147498
b: refs/heads/master
c: d3f4b38
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed May 25, 2009
1 parent 79408a6 commit e5151dc
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: e4cbb4e3ac8b09fdb11e39e5a5611bfab0a7cd1a
refs/heads/master: d3f4b3855ba87caff8f35e738c7e7e3bad0a6ab1
4 changes: 2 additions & 2 deletions trunk/Documentation/perf_counter/builtin-stat.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ static __u64 match_event_symbols(char *str)

switch (sscanf(str, "%d:%llu:%2s", &type, &id, mask_str)) {
case 3:
if (strchr(mask_str, 'u'))
event_mask[nr_counters] |= EVENT_MASK_USER;
if (strchr(mask_str, 'k'))
event_mask[nr_counters] |= EVENT_MASK_USER;
if (strchr(mask_str, 'u'))
event_mask[nr_counters] |= EVENT_MASK_KERNEL;
case 2:
return EID(type, id);
Expand Down

0 comments on commit e5151dc

Please sign in to comment.