Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140977
b: refs/heads/master
c: 97e7e4f
h: refs/heads/master
i:
  140975: 1eb8039
v: v3
  • Loading branch information
Witold Baryluk authored and Steven Rostedt committed Mar 18, 2009
1 parent 6a21fcd commit 6553988
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: af4617bdba34aa556272b34c3986b0a4d588f568
refs/heads/master: 97e7e4f391cac2b00417b581b432533d245d4fd0
6 changes: 2 additions & 4 deletions trunk/include/linux/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ struct ftrace_branch_data {
unsigned long miss;
unsigned long hit;
};
unsigned long miss_hit[2];
};
};

Expand Down Expand Up @@ -125,10 +126,7 @@ void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect);
.line = __LINE__, \
}; \
______r = !!(cond); \
if (______r) \
______f.hit++; \
else \
______f.miss++; \
______f.miss_hit[______r]++; \
______r; \
}))
#endif /* CONFIG_PROFILE_ALL_BRANCHES */
Expand Down

0 comments on commit 6553988

Please sign in to comment.