Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323765
b: refs/heads/master
c: ae42c6b
h: refs/heads/master
i:
  323763: deb6971
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Sep 6, 2012
1 parent b218949 commit 78ae13d
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: eea9b6842950924876a1a21ca197f189f8bb335a
refs/heads/master: ae42c6bb9300cf25990bd15f1bd6ee38598f7483
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/header.c
Original file line number Diff line number Diff line change
Expand Up @@ -2307,7 +2307,7 @@ static int perf_evsel__set_tracepoint_name(struct perf_evsel *evsel,

snprintf(bf, sizeof(bf), "%s:%s", event->system, event->name);
evsel->name = strdup(bf);
if (event->name == NULL)
if (evsel->name == NULL)
return -1;

evsel->tp_format = event;
Expand Down

0 comments on commit 78ae13d

Please sign in to comment.