Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158263
b: refs/heads/master
c: 0f25bfc
h: refs/heads/master
i:
  158261: f1315ac
  158259: 9209482
  158255: c99ed92
v: v3
  • Loading branch information
Frederic Weisbecker authored and Ingo Molnar committed Aug 16, 2009
1 parent 169447c commit 0d8b427
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 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: 2cec19d9d0716f8d68f1c5a87667d0387d4d252d
refs/heads/master: 0f25bfc8d8b31a4ac8e4ff6cbc3911fb7092a4a7
4 changes: 0 additions & 4 deletions trunk/tools/perf/builtin-annotate.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
#include "util/parse-events.h"
#include "util/thread.h"

#define SHOW_KERNEL 1
#define SHOW_USER 2
#define SHOW_HV 4

static char const *input_name = "perf.data";

static char default_sort_order[] = "comm,symbol";
Expand Down
4 changes: 0 additions & 4 deletions trunk/tools/perf/builtin-report.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@

#include "util/thread.h"

#define SHOW_KERNEL 1
#define SHOW_USER 2
#define SHOW_HV 4

static char const *input_name = "perf.data";

static char default_sort_order[] = "comm,dso,symbol";
Expand Down
6 changes: 6 additions & 0 deletions trunk/tools/perf/util/event.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
#include "util.h"
#include <linux/list.h>

enum {
SHOW_KERNEL = 1,
SHOW_USER = 2,
SHOW_HV = 4,
};

/*
* PERF_SAMPLE_IP | PERF_SAMPLE_TID | *
*/
Expand Down

0 comments on commit 0d8b427

Please sign in to comment.