Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147485
b: refs/heads/master
c: c6eb138
h: refs/heads/master
i:
  147483: 644b016
v: v3
  • Loading branch information
Ingo Molnar committed May 22, 2009
1 parent 97cd80e commit cf33f42
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: 910431c7f2e963017d767b29c80ae706421e569f
refs/heads/master: c6eb13847ba081552d2af644219bddeff7110caf
4 changes: 2 additions & 2 deletions trunk/Documentation/perf_counter/perf.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ sys_perf_counter_open(struct perf_counter_hw_event *hw_event_uptr,
group_fd, flags);
}

#define MAX_COUNTERS 64
#define MAX_NR_CPUS 256
#define MAX_COUNTERS 1024
#define MAX_NR_CPUS 4096

#define EID(type, id) (((__u64)(type) << PERF_COUNTER_TYPE_SHIFT) | (id))

Expand Down

0 comments on commit cf33f42

Please sign in to comment.