Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169847
b: refs/heads/master
c: bdad0db
h: refs/heads/master
i:
  169845: b374c83
  169843: 7766c25
  169839: 4d88924
v: v3
  • Loading branch information
Xiao Guangrong authored and Ingo Molnar committed Dec 2, 2009
1 parent a2ee914 commit 273f7c9
Show file tree
Hide file tree
Showing 2 changed files with 5 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: c19e33aa840e9202ef8d4c93056b59f3edc2208d
refs/heads/master: bdad0db7dbdb37d0bb3c7d0f65cd3ff599ea6ecb
5 changes: 4 additions & 1 deletion trunk/tools/perf/builtin-probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,10 @@ static const struct option options[] = {

int cmd_probe(int argc, const char **argv, const char *prefix __used)
{
int i, j, fd, ret;
int i, j, ret;
#ifndef NO_LIBDWARF
int fd;
#endif
struct probe_point *pp;

argc = parse_options(argc, argv, options, probe_usage,
Expand Down

0 comments on commit 273f7c9

Please sign in to comment.