perf tools: Rename 'struct sample_data' to 'struct perf_sample'
Making the namespace more uniform. Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Cc: Tom Zanussi <tzanussi@gmail.com> LKML-Reference: <new-submission> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
@ -36,13 +36,13 @@ static int event__repipe_synth(event_t *event,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int event__repipe(event_t *event, struct sample_data *sample __used,
|
||||
static int event__repipe(event_t *event, struct perf_sample *sample __used,
|
||||
struct perf_session *session)
|
||||
{
|
||||
return event__repipe_synth(event, session);
|
||||
}
|
||||
|
||||
static int event__repipe_mmap(event_t *self, struct sample_data *sample,
|
||||
static int event__repipe_mmap(event_t *self, struct perf_sample *sample,
|
||||
struct perf_session *session)
|
||||
{
|
||||
int err;
|
||||
@ -53,7 +53,7 @@ static int event__repipe_mmap(event_t *self, struct sample_data *sample,
|
||||
return err;
|
||||
}
|
||||
|
||||
static int event__repipe_task(event_t *self, struct sample_data *sample,
|
||||
static int event__repipe_task(event_t *self, struct perf_sample *sample,
|
||||
struct perf_session *session)
|
||||
{
|
||||
int err;
|
||||
@ -119,7 +119,7 @@ static int dso__inject_build_id(struct dso *self, struct perf_session *session)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int event__inject_buildid(event_t *event, struct sample_data *sample,
|
||||
static int event__inject_buildid(event_t *event, struct perf_sample *sample,
|
||||
struct perf_session *session)
|
||||
{
|
||||
struct addr_location al;
|
||||
|
Reference in New Issue
Block a user