Re: [PATCH 09/14] perf tools: Add dso__data_* interface descriptons

2014-05-27 Thread Jiri Olsa
On Tue, May 27, 2014 at 10:06:48AM +0900, Namhyung Kim wrote: > On Thu, 15 May 2014 19:23:30 +0200, Jiri Olsa wrote: > > [SNIP] > > +/** > > + * dso__data_read_addr - Read data from dso address > > + * @dso: dso object > > + * @machine: machine object > > + * @offset: file offset > > s/offset/add

Re: [PATCH 09/14] perf tools: Add dso__data_* interface descriptons

2014-05-26 Thread Namhyung Kim
On Thu, 15 May 2014 19:23:30 +0200, Jiri Olsa wrote: [SNIP] > +/** > + * dso__data_read_addr - Read data from dso address > + * @dso: dso object > + * @machine: machine object > + * @offset: file offset s/offset/addr/ Thanks Namhyung > + * @data: buffer to store data > + * @size: size of the @

[PATCH 09/14] perf tools: Add dso__data_* interface descriptons

2014-05-15 Thread Jiri Olsa
Adding descriptions/explanations for dso__data_* interface functions. Cc: Arnaldo Carvalho de Melo Cc: Corey Ashford Cc: David Ahern Cc: Frederic Weisbecker Cc: Ingo Molnar Cc: Jean Pihet Cc: Namhyung Kim Cc: Paul Mackerras Cc: Peter Zijlstra Signed-off-by: Jiri Olsa --- tools/perf/util