Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257146
b: refs/heads/master
c: baf040a
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Olsa authored and Ingo Molnar committed Jul 21, 2011
1 parent 8dcfef0 commit 8406d44
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: 13b62567e909125145f90e91625b1062196d1258
refs/heads/master: baf040a0d1ac6319725c0fe400503683ac016580
4 changes: 2 additions & 2 deletions trunk/tools/perf/builtin-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ static int trace_event__id(const char *evname)
int err = -1, fd;

if (asprintf(&filename,
"/sys/kernel/debug/tracing/events/syscalls/%s/id",
evname) < 0)
"%s/syscalls/%s/id",
debugfs_path, evname) < 0)
return -1;

fd = open(filename, O_RDONLY);
Expand Down

0 comments on commit 8406d44

Please sign in to comment.