Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182435
b: refs/heads/master
c: 18e97e0
h: refs/heads/master
i:
  182433: 944ef4e
  182431: ab701cc
v: v3
  • Loading branch information
Hitoshi Mitake authored and Ingo Molnar committed Jan 31, 2010
1 parent c7a37c7 commit c648733
Show file tree
Hide file tree
Showing 3 changed files with 7 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: 86d8d29634de4464d568e7c335c0da6cba64e8ab
refs/heads/master: 18e97e06b5fb2d7f6cf272ca07d26d8247db8723
1 change: 1 addition & 0 deletions trunk/tools/perf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ LIB_FILE=libperf.a
LIB_H += ../../include/linux/perf_event.h
LIB_H += ../../include/linux/rbtree.h
LIB_H += ../../include/linux/list.h
LIB_H += ../../include/linux/hash.h
LIB_H += ../../include/linux/stringify.h
LIB_H += util/include/linux/bitmap.h
LIB_H += util/include/linux/bitops.h
Expand Down
5 changes: 5 additions & 0 deletions trunk/tools/perf/util/include/linux/hash.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#include "../../../../include/linux/hash.h"

#ifndef PERF_HASH_H
#define PERF_HASH_H
#endif

0 comments on commit c648733

Please sign in to comment.