Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158256
b: refs/heads/master
c: 18408dd
h: refs/heads/master
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Aug 15, 2009
1 parent c99ed92 commit 663c97f
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 66e274f3b8d7fc89d38997e85b900e188f8d5cc0
refs/heads/master: 18408ddc01136f505ae357c03f0d8e50b10e0db6
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,9 @@
#include "util.h"
#include <linux/list.h>

/*
* PERF_SAMPLE_IP | PERF_SAMPLE_TID | *
*/
struct ip_event {
struct perf_event_header header;
u64 ip;
Expand Down Expand Up @@ -38,6 +41,9 @@ struct lost_event {
u64 lost;
};

/*
* PERF_FORMAT_ENABLED | PERF_FORMAT_RUNNING | PERF_FORMAT_ID
*/
struct read_event {
struct perf_event_header header;
u32 pid,tid;
Expand Down

0 comments on commit 663c97f

Please sign in to comment.