Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349951
b: refs/heads/master
c: d0528b5
h: refs/heads/master
i:
  349949: 9303d9e
  349947: aba934b
  349943: d983dfc
  349935: a5c13d4
  349919: 241c96c
  349887: a564cca
  349823: 74afec1
  349695: 613abe4
v: v3
  • Loading branch information
Joshua Zhu authored and Arnaldo Carvalho de Melo committed Jan 24, 2013
1 parent bc74e25 commit fdb8f76
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9b494ea2f5638184bc203a30062b32b9a9a05d9e
refs/heads/master: d0528b5d71faf612014dd7672e44225c915344b2
3 changes: 2 additions & 1 deletion trunk/tools/perf/util/map.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const char *map_type__name[MAP__NR_TYPES] = {

static inline int is_anon_memory(const char *filename)
{
return strcmp(filename, "//anon") == 0;
return !strcmp(filename, "//anon") ||
!strcmp(filename, "/anon_hugepage (deleted)");
}

static inline int is_no_dso_memory(const char *filename)
Expand Down

0 comments on commit fdb8f76

Please sign in to comment.