diff options
| author | Kan Liang <[email protected]> | 2018-03-06 10:36:01 -0500 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2018-03-08 10:05:50 -0300 |
| commit | 4fda3459e3c2e5ca35d304646aeeb811242537b2 (patch) | |
| tree | 597261427282b6cb14b87841cdd43d5590ea6191 /tools/perf/scripts/python/call-graph-from-sql.py | |
| parent | 2c5f6d876b4edda8740f5a2826cf9b1a67fa76fb (diff) | |
perf mmap: Store mmap scope in struct perf_mmap()
There is too much boilerplate in the perf_mmap__read*() interfaces.
The 'start' and 'end' variables should be stored in struct perf_mmap at
initialization. They will be used later.
The old 'startp' and 'endp' pointers are used by perf_mmap__read_event()
now. They cannot be removed. So the old 'startp/endp' and new
'md->start/md->end' will exist simultaneously now. The old one will be
removed later.
Signed-off-by: Kan Liang <[email protected]>
Suggested-by: Arnaldo Carvalho de Melo <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions