Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155703
b: refs/heads/master
c: 11b5f81
h: refs/heads/master
i:
  155701: 65b147a
  155699: 61080a7
  155695: 85716c1
v: v3
  • Loading branch information
Anton Blanchard authored and Ingo Molnar committed Jul 18, 2009
1 parent 6b526af commit 684e426
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 413ee3b48ab582ffea33e7e140c7a2c5ea657e9a
refs/heads/master: 11b5f81e1b0ea0bc84fe32f0a27054e052b2bf84
4 changes: 4 additions & 0 deletions trunk/tools/perf/builtin-record.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,10 @@ static void pid_synthesize_mmap_samples(pid_t pid)
if (*pbf == 'x') { /* vm_exec */
char *execname = strchr(bf, '/');

/* Catch VDSO */
if (execname == NULL)
execname = strstr(bf, "[vdso]");

if (execname == NULL)
continue;

Expand Down

0 comments on commit 684e426

Please sign in to comment.