Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163788
b: refs/heads/master
c: fd39e05
h: refs/heads/master
v: v3
  • Loading branch information
Arjan van de Ven authored and Ingo Molnar committed Sep 19, 2009
1 parent 1b6b5bf commit d2d2df2
Show file tree
Hide file tree
Showing 2 changed files with 8 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: a79d7db9fdb0037925ffa31f6ff9b189ff75d235
refs/heads/master: fd39e055c4fefa4553efc9030f9903afdc6ee323
7 changes: 7 additions & 0 deletions trunk/tools/perf/util/event.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ struct read_event {
u64 id;
};

struct sample_event{
struct perf_event_header header;
u64 array[];
};


typedef union event_union {
struct perf_event_header header;
struct ip_event ip;
Expand All @@ -68,6 +74,7 @@ typedef union event_union {
struct fork_event fork;
struct lost_event lost;
struct read_event read;
struct sample_event sample;
} event_t;

struct map {
Expand Down

0 comments on commit d2d2df2

Please sign in to comment.