Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1444148

[RFC PATCH V2]s390/perf:fix 'start' address of module's map

From Song Shan Gong <gongss@linux.vnet.ibm.com>
Newsgroups linux.kernel
Subject [RFC PATCH V2]s390/perf:fix 'start' address of module's map
Date 2016-07-15 12:20 +0200
Message-ID <rV8nT-5EN-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Change log:

From V1:
1.change func name from 'fix__arch_module_baseaddr' to
'fix__arch_module_text_start';
2.Parse '.text' start addr from 'sys' through 'sysfs__read_ull', not
'hex2u64()';
2.Perfect code: check return value and allocated pointer by 'strdup'.

Song Shan Gong (1):
  s390/perf: fix 'start' address of module's map

 tools/perf/arch/s390/util/Build          |  2 ++
 tools/perf/arch/s390/util/sym-handling.c | 27 +++++++++++++++++++++++++++
 tools/perf/util/machine.c                |  8 ++++++++
 tools/perf/util/machine.h                |  1 +
 4 files changed, 38 insertions(+)
 create mode 100644 tools/perf/arch/s390/util/sym-handling.c

-- 
2.3.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[RFC PATCH V2]s390/perf:fix 'start' address of module's map Song Shan Gong <gongss@linux.vnet.ibm.com> - 2016-07-15 12:20 +0200
  [RFC PATCH V2] s390/perf: fix 'start' address of module's map Song Shan Gong <gongss@linux.vnet.ibm.com> - 2016-07-15 12:20 +0200
    Re: [RFC PATCH V2] s390/perf: fix 'start' address of module's map Songshan Gong <gongss@linux.vnet.ibm.com> - 2016-07-18 04:00 +0200
    Re: [RFC PATCH V2] s390/perf: fix 'start' address of module's map Jiri Olsa <jolsa@redhat.com> - 2016-07-18 16:10 +0200
      Re: [RFC PATCH V2] s390/perf: fix 'start' address of module's map Songshan Gong <gongss@linux.vnet.ibm.com> - 2016-07-19 04:00 +0200
        Re: [RFC PATCH V2] s390/perf: fix 'start' address of module's map Songshan Gong <gongss@linux.vnet.ibm.com> - 2016-07-19 05:40 +0200

csiph-web