Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191188
b: refs/heads/master
c: eed05fe
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Apr 8, 2010
1 parent f29043b commit 11f70c7
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 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: c0ed55d2e4f600335193612725c0d7c8211a7a4a
refs/heads/master: eed05fe70f96b04ebeb218b07ae8898e605f9b23
2 changes: 1 addition & 1 deletion trunk/tools/perf/builtin-sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ enum sched_event_type {

struct sched_atom {
enum sched_event_type type;
int specific_wait;
u64 timestamp;
u64 duration;
unsigned long nr;
int specific_wait;
sem_t *wait_sem;
struct task_desc *wakee;
};
Expand Down
2 changes: 0 additions & 2 deletions trunk/tools/perf/builtin-timechart.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ struct per_pid {

struct per_pidcomm *all;
struct per_pidcomm *current;

int painted;
};


Expand Down
4 changes: 2 additions & 2 deletions trunk/tools/perf/util/event.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ struct sample_data {
u64 addr;
u64 id;
u64 stream_id;
u32 cpu;
u64 period;
struct ip_callchain *callchain;
u32 cpu;
u32 raw_size;
void *raw_data;
struct ip_callchain *callchain;
};

#define BUILD_ID_SIZE 20
Expand Down
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/header.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ int perf_file_header__read(struct perf_file_header *self,
struct perf_header {
int frozen;
int attrs, size;
bool needs_swap;
struct perf_header_attr **attr;
s64 attr_offset;
u64 data_offset;
u64 data_size;
u64 event_offset;
u64 event_size;
bool needs_swap;
DECLARE_BITMAP(adds_features, HEADER_FEAT_BITS);
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/probe-event.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ struct perf_probe_point {
char *file; /* File path */
char *function; /* Function name */
int line; /* Line number */
bool retprobe; /* Return probe flag */
char *lazy_line; /* Lazy matching pattern */
unsigned long offset; /* Offset from function entry */
bool retprobe; /* Return probe flag */
};

/* Perf probe probing argument field chain */
Expand Down
4 changes: 2 additions & 2 deletions trunk/tools/perf/util/probe-finder.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ extern int find_line_range(int fd, struct line_range *lr);

struct probe_finder {
struct perf_probe_event *pev; /* Target probe event */
int ntevs; /* number of trace events */
struct kprobe_trace_event *tevs; /* Result trace events */
int ntevs; /* number of trace events */

/* For function searching */
int lno; /* Line number */
Dwarf_Addr addr; /* Address */
const char *fname; /* Real file name */
int lno; /* Line number */
Dwarf_Die cu_die; /* Current CU */
struct list_head lcache; /* Line cache for lazy match */

Expand Down

0 comments on commit 11f70c7

Please sign in to comment.