Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182352
b: refs/heads/master
c: 7204133
h: refs/heads/master
v: v3
  • Loading branch information
Masami Hiramatsu authored and Ingo Molnar committed Jan 13, 2010
1 parent 41703c8 commit 8b0ebc1
Show file tree
Hide file tree
Showing 2 changed files with 4 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: bbaa46fac6d1c652bfa6282420d36a44bdc53b64
refs/heads/master: 72041334b8c75ae7e1da2f17ba2b7afee8f2abd7
3 changes: 3 additions & 0 deletions trunk/tools/perf/util/probe-event.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include "string.h"
#include "strlist.h"
#include "debug.h"
#include "cache.h"
#include "parse-events.h" /* For debugfs_path */
#include "probe-event.h"

Expand Down Expand Up @@ -455,6 +456,8 @@ void show_perf_probe_events(void)
struct strlist *rawlist;
struct str_node *ent;

setup_pager();

fd = open_kprobe_events(O_RDONLY, 0);
rawlist = get_trace_kprobe_event_rawlist(fd);
close(fd);
Expand Down

0 comments on commit 8b0ebc1

Please sign in to comment.