Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321415
b: refs/heads/master
c: 7405ed1
h: refs/heads/master
i:
  321413: f8e5bf5
  321411: 7da1cc1
  321407: d64cd9f
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Aug 3, 2012
1 parent e7cf75c commit c7f81a0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 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: a3f698fe3082ff80a7f3b27c9b64b4b748c81f9d
refs/heads/master: 7405ed10f6adcdd556d59c360b5b216fccada3d9
8 changes: 0 additions & 8 deletions trunk/tools/perf/util/session.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@
#include "cpumap.h"
#include "event-parse.h"

int perf_session__synthesize_sample(struct perf_session *session,
union perf_event *event,
const struct perf_sample *sample)
{
return perf_event__synthesize_sample(event, perf_evlist__sample_type(session->evlist),
sample, session->header.needs_swap);
}

static int perf_session__open(struct perf_session *self, bool force)
{
struct stat input_stat;
Expand Down
4 changes: 0 additions & 4 deletions trunk/tools/perf/util/session.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ size_t perf_session__fprintf_dsos_buildid(struct perf_session *self,

size_t perf_session__fprintf_nr_events(struct perf_session *session, FILE *fp);

int perf_session__synthesize_sample(struct perf_session *session,
union perf_event *event,
const struct perf_sample *sample);

struct perf_evsel *perf_session__find_first_evtype(struct perf_session *session,
unsigned int type);

Expand Down

0 comments on commit c7f81a0

Please sign in to comment.