Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269084
b: refs/heads/master
c: 33e2731
h: refs/heads/master
v: v3
  • Loading branch information
Stephane Eranian authored and Arnaldo Carvalho de Melo committed Oct 13, 2011
1 parent 1858afd commit 246c8e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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: df71d95f86ec7310722f96b6902699f3fe30b439
refs/heads/master: 33e27312aeb05798572ccc456a76321125e8d7cb
10 changes: 7 additions & 3 deletions trunk/tools/perf/util/hist.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,20 @@ struct perf_evlist;
#ifdef NO_NEWT_SUPPORT
static inline
int perf_evlist__tui_browse_hists(struct perf_evlist *evlist __used,
const char *help __used, void(*timer)(void *arg) __used, void *arg,
const char *help __used,
void(*timer)(void *arg) __used,
void *arg __used,
int refresh __used)
{
return 0;
}

static inline int hist_entry__tui_annotate(struct hist_entry *self __used,
int evidx __used, int nr_events __used,
int evidx __used,
int nr_events __used,
void(*timer)(void *arg) __used,
void *arg __used, int delay_secs __used);
void *arg __used,
int delay_secs __used)
{
return 0;
}
Expand Down

0 comments on commit 246c8e0

Please sign in to comment.