Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298345
b: refs/heads/master
c: 1e2dd2f
h: refs/heads/master
i:
  298343: 5b5c976
v: v3
  • Loading branch information
David Miller authored and Arnaldo Carvalho de Melo committed Mar 27, 2012
1 parent 217f000 commit b63cc44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3738d40ec51317eb8390218a33513ca35656f107
refs/heads/master: 1e2dd2f73afdc810cc7400b7036232fbdc416eeb
2 changes: 2 additions & 0 deletions trunk/tools/perf/util/symbol.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ struct symbol_conf symbol_conf = {

int dso__name_len(const struct dso *dso)
{
if (!dso)
return strlen("[unknown]");
if (verbose)
return dso->long_name_len;

Expand Down

0 comments on commit b63cc44

Please sign in to comment.