Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169635
b: refs/heads/master
c: 1124ba7
h: refs/heads/master
i:
  169633: a29e2b3
  169631: b5d4487
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed Nov 17, 2009
1 parent 4581949 commit 7195da2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 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: 8ffcda17314cfeb698a667567ea63f63362dffbb
refs/heads/master: 1124ba73be6a758965340bd997593b2996649d60
2 changes: 1 addition & 1 deletion trunk/tools/perf/Documentation/perf-buildid-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ OPTIONS
Don't do ownership validation.
-v::
--verbose::
Be more verbose, showing the name of the DSOs after the buildids.
Be more verbose.

SEE ALSO
--------
Expand Down
2 changes: 1 addition & 1 deletion trunk/tools/perf/builtin-buildid-list.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static const struct option options[] = {
"input file name"),
OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
OPT_BOOLEAN('v', "verbose", &verbose,
"be more verbose (show counter open errors, etc)"),
"be more verbose"),
OPT_END()
};

Expand Down
5 changes: 1 addition & 4 deletions trunk/tools/perf/util/symbol.c
Original file line number Diff line number Diff line change
Expand Up @@ -1442,10 +1442,7 @@ size_t dsos__fprintf_buildid(FILE *fp)

list_for_each_entry(pos, &dsos, node) {
ret += dso__fprintf_buildid(pos, fp);
if (verbose)
ret += fprintf(fp, " %s\n", pos->long_name);
else
ret += fprintf(fp, "\n");
ret += fprintf(fp, " %s\n", pos->long_name);
}
return ret;
}
Expand Down

0 comments on commit 7195da2

Please sign in to comment.