Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257028
b: refs/heads/master
c: e95cc02
h: refs/heads/master
v: v3
  • Loading branch information
Frederic Weisbecker authored and Arnaldo Carvalho de Melo committed Jun 2, 2011
1 parent 7564e81 commit 04eb781
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: c2a70653af45c9cbb0cab900e8931b062e57b1ae
refs/heads/master: e95cc02880947e9f77540b03e166470e8ac14cbc
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/python.c
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ static PyObject *pyrf_evlist__read_on_cpu(struct pyrf_evlist *pevlist,
struct perf_evlist *evlist = &pevlist->evlist;
union perf_event *event;
int sample_id_all = 1, cpu;
static char *kwlist[] = {"sample_id_all", NULL, NULL};
static char *kwlist[] = {"cpu", "sample_id_all", NULL, NULL};
int err;

if (!PyArg_ParseTupleAndKeywords(args, kwargs, "i|i", kwlist,
Expand Down

0 comments on commit 04eb781

Please sign in to comment.